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: Slider for shop page?
June 2, 2016 at 12:29 pm #97311Ok you menu is too large for the header… here is some css to make it call fit copy this from here and place into your theme options > advnaced settings:
.kad-header-style-three #nav-main ul.sf-menu>li>a { padding: 0 10px; } .sliderclass { margin-top: 0; } @media (min-width: 992px){ .kad-header-right {width:75%;} .kad-header-left {width:25%;} }In terms of the home page what widget area you adding and where are you adding it?
Ben
In forum: Virtue ThemeIn reply to: How to create a custom page in the child theme
June 2, 2016 at 12:06 pm #97306Hey,
Yes you probably need to look at how a template wrapper works. You will need to create a custom base template if your wanting to have a differnet header and footer on a page (although I would strongly suggest just using the built in landing page template since it’s empty of any header and footer then you can use page-builder to create any page style you want.)Regardless you should look at the base-page-landing.php you will need a copy of that and page-landing.php
Then to unhook the sidebar you’re going to need to use a function like this:
function kad_sidebar_custom_page($sidebar) { if (is_page_template('page-custom.php')) { return false; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_custom_page');All this seems like a lot for something thats already built in option to create using the theme templates.
Ben
In forum: Virtue ThemeIn reply to: Slider for shop page?
Hi Ben,
I don’t know if it works, but here is a link http://www.scheerenschuim.nl/scheerartikelen/winkel#wpb_wl_quick_view_45
Can you tell me how and when things work like the widgets on the home layout page., I often don’t see anything happen.
And another question is, and maybe you have a answer, how do I change the woocommerce layout? I want the long description next to the product and not under.Regards Richard
In forum: Virtue ThemeIn reply to: Breadcrumbs position
June 2, 2016 at 11:55 am #97299@media (min-width: 767px){ .woo-archive-pg-order #kadbreadcrumbs { position: absolute; bottom: 8px; width: 100%; left:0; z-index:100; } } .woo-archive-pg-order { position: static; } body.archive.woocommerce .page-header { position: relative; padding-bottom:30px } #kadbreadcrumbs { float: none; text-align: left; line-height: 12px; }Add that ^ css,
BenIn forum: Virtue ThemeIn reply to: How to create a custom page in the child theme
I want to create completely custom pages, for example with a header and a footer dedicated, and one whose background is transparent. To do the same thing I did here with Hueman: http://guitare-et-couleurs.com/
I tried to copy and rename some examples of your templates pages, but that don’t work.
I think there’s something I don’t understand !
In forum: Virtue ThemeIn reply to: How to create a custom page in the child theme
June 2, 2016 at 11:21 am #97284Where are you getting stuck? You can see many examples in the theme itself and you can copy one of those what type of page are you wanting to make?
Ben
In forum: Virtue ThemeI have a question regarding sizing of header images for this site:
stlstirr.org/members
I just wanted to check: upon inspection there seems to be minor pixelation on the header images in mobile. Each image is 480 x 300 px at 72dpi and set to full image display in the site origin page builder settings. But they dont’ seem crisp. Should I be resizing to slightly under 480 x 300, since there is padding on either side of the image?
In forum: Virtue ThemeIn reply to: Remove the Link in a Breadcrumb
In forum: Virtue ThemeIn reply to: Remove the Link in a Breadcrumb
In forum: Virtue ThemeIn reply to: image not sizing properly in tablet
So I just want to make sure, this is how those two header images need to be addressed in the css, right?
.resources .page-header{
.mobile-only {
display:none;
}
.desktop-only {
display:block;
}
@media only screen and (max-device-width: 480px) {
.mobile-only {
display:block;
}
.desktop-only {
display:none;
}
}.members .page-header{
.mobile-only {
display:none;
}
.desktop-only {
display:block;
}
@media only screen and (max-device-width: 480px) {
.mobile-only {
display:block;
}
.desktop-only {
display:none;
}
}In forum: Virtue ThemeIn reply to: New Menu and products not showing
June 2, 2016 at 9:47 am #97260Your menu is pointing to a page.. it shouldn’t if you want to show products the menu items should be product categories. A page just because it’s named something will not auto populate with products.
So it should just be a matter of you add product categories to your menu and removing the current menu items that lead to empty pages.
Ben
In forum: Virtue ThemeIn reply to: prioritize visible content
This seems like something that’s subjective and would depend on what you’re wanting for the site in question. I found this write up pretty quickly through a google search.
https://varvy.com/pagespeed/prioritize-visible-content.html
Perhaps making your home slider full screen before scrolling would help with this on your site.
In forum: Virtue ThemeHello,
I have an empty page that exists in my menu to facilitate a logical hierarchy but the link to this blank page in the breadcrumb trail is not useful.
I would like to unlink this empty page in my breadcrumb
Thank you for your help !My website : *Login to see link
My theme is virtue premiumIn forum: Virtue ThemeIn forum: Virtue ThemeIn forum: Pinnacle ThemeIn reply to: Slider Revolution not working
In forum: Virtue ThemeHello.
I am trying to translate “Home” to “Accueil” in the breadcrumbs on this page:
*Login to see link
I use WPML for translations.
Please advise, can’t find it!
Thank you.In forum: Pinnacle ThemeIn reply to: Slider Revolution not working
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Can't see arrow in Slider
June 2, 2016 at 4:27 am #97232Is this possible to control from each slider? Or only for the home page setting?
-
AuthorSearch Results


