Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'page '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Smooth scrolling
In forum: Virtue ThemeIn reply to: Smooth scrolling
After adding the css, unfortunately still the same. So 2 issues:
Smooth scrolling off:
Slider stutters on scrollSmooth scrolling on:
Pages do not scroll or don’t scroll correctly. you can see it here:*removed
If you click in a field and click out of the field, the page will not scroll anymore.
In forum: Virtue ThemeIn reply to: Smooth scrolling
In forum: Virtue ThemeIn reply to: Smooth scrolling
In forum: Virtue ThemeIn reply to: shortcode carousel position
December 17, 2014 at 11:40 am #25494Basically the woocommmerce “shop” page is a specific template that you can’t really change, you can only add content above it. But if you use any other page you can have a custom layout with whatever you want.
Ben
In forum: Virtue ThemeIn reply to: pagination in mobile no longer works after upgrade
December 17, 2014 at 11:37 am #25492Hey,
you have this css in your custom css box:#content .main { float: right; }You should remove it. It would cause issues on mobile.
If you where wanting to have a sidebar on the left of certain pages then you would need to use the css referenced here:
https://www.kadencewp.com/frequently-asked-questions/If removing your css doesn’t fix all the issues your having let me know.
BenIn forum: Virtue ThemeIn reply to: Slider Padding
Here is my updated CSS:
#pageheader { display: none; } .home .contentclass { padding-top: 0; padding-bottom: 0; } .contentclass { padding-top: 0; } .kad_fullslider .kad_fullslider_arrow a { color:#dd3333; line-height: -50px; } .kad-header-style-three #nav-main ul.sf-menu > li > a { overflow: hidden; padding-top: 10px; } .kad-header-style-three .sf-menu li a i { font-size: 24px; display: block; position: absolute; margin-right: 0; width: 100%; text-align: center; left: 0; top: -15px; vertical-align: bottom; line-height: inherit; height: 100%; } /* .textwidget { opacity: 0.8; } div#pgc-6-4-0 { padding: 0; } .rev_slider_wrapper.fullscreen-container { overflow-y: hidden !important; } @media (max-width: 1200px) { .kad-header-style-three #nav-main ul.sf-menu > li > a { padding-left: 10px; padding-right:10px; } } #topcontrol>div { z-index: 10000; } .page-header { display:none !important; } .tp-rightarrow.round { position: relative !important; } .panel-row-style-wide-grey { padding-bottom: 15px; padding-top: 15px; */ /* .footercredits { padding-top: 0; padding-bottom: 0; } #containerfooter { padding-top: 10px; } */In forum: Virtue ThemeIn reply to: Slider Padding
Hi Ben,
let me clear things a bit:
I allways wanted the scroll to be invisible, so i set it to
Enable Smooth Scrolling = ON
Enable Auto Hide = ON
Hide Scroll background = ON
problem was that the classic background of the scrollbar was visible in Firefox and Chrome.
That somehow is now fixed after the updates and setting the rows to full stretched.But now with the rows set to Full Width stretched i get that white padding on every page not only on the slider.
So my first problem spreaded out and now i’m kind’a desperate if you can’t see it too.What i tried out today:
– deactivated W3 caching plugin
– i remade most of the rows in all pages
– uninstalled Firefox, deleted all mozila files on my computer, reinstalled (ver. 34.0.5)
– commented out most of the CSS
I use CTRL+F5 to refresh pages without caching.I-m out of ideeas. All the rows that i remade have a padding now, at the bottom too.
As usual IE is different and doesn’t see the pading left and right, but this time it sees the padding at bottom.What can i do to help you help me ?
B.In forum: Pinnacle ThemeIn reply to: How to Change Footer Colour and Format
Hey,
Changing the button color to white blends it in with the page? Here is the css you would need-.home .kad-btn-primary { background: #fff; }Just paste it into your custom css box in theme options > advanced settings.
You can add this-[br]where you want the line to break.
Hope that helps!
HannahIn forum: Virtue ThemeIn reply to: shortcode carousel position
Hey,
This isn’t a built in option. You would either have to edit the theme or you could create a page and add products as shortcodes then add the carousel shortcode.
Here’s a list of woocommerce shortcodes- http://docs.woothemes.com/document/woocommerce-shortcodes/
Hope that helps!
HannahIn forum: Virtue ThemeTopic: shortcode carousel position
Hi i’ve just discovered the joys of placing a shortcode carousel on a page so it displays categories / products my question is is it possible to get it to display below the woocommerce products on the woocommerce shop page, i fact is it possible to display any content below the woocommerce thumbnails as by default and inputted content seems to always be above pushing them down,
thanks in advance
richardIn forum: Virtue ThemeIn forum: Virtue Themepagination not working after upgrade. The pagination links no longer work on mobile. also some categories display differently , for example some images are larger in top level category and sub category on next page images are smaller, but not always the case. also the price slider no longer moves to the bottom in mobile, instead the price slider stays at the top and the filter button moves to the bottom. I have done nothing to the theme, use very few plug ins. I see a LOT of support questions, i hope this is the first and last time I have to ask about the something. Is there a way to test upgrades before implementing them? How often should a theme be upgraded when it seems upgrading might break the site? Was happy with theme until upgrade and then see all the support questions, now I’m scared I got more things coming. http://www.ebtire.com
thanks
In forum: Pinnacle ThemeIn reply to: How to add website icon to Staff Grid Page
Hey Ben!
Thank you for your response, that’s exactly what I did yesterday haha. I deleted it cause it was a lot more work. But seeing that there is no alternative, I am happy with this solution!
For any others who want the same thing. You do have to add a filter to your functions.php cause shortcodes won’t work in the excerpt. And when you put a link in your main text area, the link doesn’t work in the grid staff page. So to get both the link to work and the icon to view, add this:
add_filter(‘the_excerpt’, ‘do_shortcode’);
Now you can add icons and hyperlinks in the excerpt part of the staff post!
Thanks:)
In forum: Virtue ThemeIn reply to: Icon Menu – Free vs Premium
In forum: Virtue ThemeTopic: slicker drop down menu
Is there an easy way to make my category drop-down menu a different style than what comes with Kadence? Or perhaps my install of Kadence isn’t doing it right. Right now, I have the Category widget enabled but that gives me a box to click on. What I’d really like is for a drop down menu to be enabled when I hover over the title (e.g. Category) or with a little arrow pointing down next to the title (like we see on this page *Login to see link and like we see on the WordPress Dashboard with Kadence) whereas now I see my title “category” and then a little drop down menu box which says “select category” which is clunky. See *Login to see link for a screen shot of “clunky” look at the right side “This is the title” is the category menu title…
Thanks.
In forum: Virtue ThemeIn reply to: Menu solid colour
I am wanting the primary menu. Like this http://www.easypeasykids.com.au/starter-package/. The whole menu bar across the page coloured.
In forum: Virtue ThemeTopic: Menu solid colour
In forum: Pinnacle ThemeTopic: logo sizing
hello, i am using the centered logo option. i would like to make the initial space of the header a little bit larger. it seems to be topped out at 120 px, but i would like it to be somewhere closer to 200px.
my site is hlbinvestments.com
and is it at all possible to have the logo dip down slightly below the header? like seen on the upper left of this page?
In forum: Virtue ThemeIn reply to: variable product add to cart problem
Thanks Ben,
We’ve tracked it down to a problem with the qtranslate plugins for Woocommerce. It only seems to affect Android devices (as far as we can) and only those pages that have a left-sidebar!
Looks like we need a different translation plugin for Woocommerce.
-
AuthorSearch Results


