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
Topic: padding kadence slider
Hi Hannah & Ben,
1. i’m trying to get the kadence slider higher so it matches the hight of the other images.
How can i controll the space top and also arround the slider ? it doesn’t seem to respond
to the css that is styling the page – it’s inserted as shortcode in pagebuilder.2. all elements on the home page are set within pagebuilder, … or is there a better way
for what i-m trying to do ???Custom css used so far:
footer#containerfooter {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
}
.panel-grid:last-child .panel-row-style-wide-parallax.panel-row-style {
padding-bottom: 260px !important;
}.home .contentclass {
padding-top:5px;
}allways appreciated,
BIn forum: Virtue ThemeNovember 5, 2014 at 12:47 pm #21818Hey, I would be reinstalling wordpress. and make sure you you have it set up. WordPress handles users. Either way the latest version of the theme can be found on the my account page: https://www.kadencewp.com/my-account/
Ben
In forum: Virtue ThemeIn reply to: Search functionality
November 5, 2014 at 12:45 pm #21817Hey,
So in the sidebar instead of using the search widget us a text widget and add that shortcode.In the topbar go to the theme options > topbar settings. Scroll down and enabled the widget area for the topbar.
Then go to the widgets page, add a text widget and add the shortcode to the text widget.
Ben
In forum: Virtue ThemeTopic: Narrow Column
In forum: Virtue ThemeIn reply to: Category Filter Query
November 5, 2014 at 11:51 am #218101. I don’ know if there was a question? You can change the title of any page, including the page you mark as the “shop” page in the woocommerce settings.
2.
3. Using the topbar as your main menu is not a good idea for mobile. It was only designed to hold a couple items and doesn’t not get replaced with a mobile menu like the primary menu.
4.
.topbarmenu ul li a { font-size: 16px; font-weight: bold; }5.
.topbarmenu ul li.current-menu-item > a { background: rgba(255,255,255,.2); }Ben
In forum: Virtue ThemeIn reply to: Home page slider
November 5, 2014 at 11:41 am #218091. Yes – it just can’t be your “shop” page in the woocommerce settings.
2. With this css:
.infobanner { margin: 25px 0; }3. with this css:
#containerfooter .menu { margin: 0; }Ben
In forum: Virtue ThemeNovember 5, 2014 at 11:37 am #21808Hey,
The call to check out a sticky header happens at the load of the page. You could add this js to force a recheck when the screen resizes, it would go into a text footer widget on your site:<script type="text/javascript">jQuery(document).ready(function ($) { var stickyheader = $('body').attr('data-sticky'), shrinkheader = $('#kad-banner').attr('data-header-shrink'), mobilestickyheader = $('#kad-banner').attr('data-mobile-sticky'), win = $(window), header = $('.stickyheader #kad-banner'), headershrink = $('.stickyheader #kad-banner #kad-shrinkheader'), logo = $('.stickyheader #kad-banner #logo a, .stickyheader #kad-banner #logo a #thelogo'), logobox = $('.stickyheader #kad-banner #logo a img'), menu = $('.stickyheader #kad-banner #nav-main ul.sf-menu > li > a'), content = $('.stickyheader .wrap'), mobilebox = $('.stickyheader .mobile-stickyheader .mobile_menu_collapse'), headerouter = $('.stickyheader .sticky-wrapper'), shrinkheader_height = $('#kad-banner').attr('data-header-base-height'), topOffest = $('body').hasClass('admin-bar') ? 32 : 0; function kad_sticky_header() { var header_height = $(header).height(), topbar_height = $('.stickyheader #kad-banner #topbar').height(); set_height = function() { var scrollt = win.scrollTop(), newH = 0; if(scrollt < shrinkheader_height/1) { newH = shrinkheader_height - scrollt/2; header.removeClass('header-scrolled'); }else{ newH = shrinkheader_height/2; header.addClass('header-scrolled'); } menu.css({'height': newH + 'px', 'lineHeight': newH + 'px'}); headershrink.css({'height': newH + 'px', 'lineHeight': newH + 'px'}); header.css({'height': newH + topbar_height + 'px'}); logo.css({'height': newH + 'px', 'lineHeight': newH + 'px'}); logobox.css({'maxHeight': newH + 'px'}); }; if (shrinkheader == 1 && stickyheader == 1 && $(window).width() > 992 ) { header.css({'top': topOffest + 'px'}); header.sticky({topSpacing:topOffest}); win.scroll(set_height); } else if( stickyheader == 1 && $(window).width() > 992) { header.css({'height': header_height + 'px'}); header.css({'top': topOffest + 'px'}); header.sticky({topSpacing:topOffest}); } else if (shrinkheader == 1 && stickyheader == 1 && mobilestickyheader == 1 && $(window).width() < 992 ) { header.css({'height': 'auto'}); header.sticky({topSpacing:topOffest}); var win_height = $(window).height(); var mobileh_height = shrinkheader_height/2; mobilebox.css({'maxHeight': win_height - mobileh_height + 'px'}); } else { header.css({'position':'static'}); content.css({'padding-top': '15px'}); header.css({'height': 'auto'}); } } $(window).on("debouncedresize", function( event ) {kad_sticky_header();}); }); </script>Ben
In forum: Virtue ThemeTopic: Search functionality
I’m trying to set up a website selling photography/illustrations. I am using Virtue Premium, (love it, but still finding my way around), and have managed to set up two search areas on my Home page – 1 in the top bar and one in the footer, using the search widget.
I am using the Photo Seller plugin to deal with the ‘shop’ side of things and, according to their forum, to enable the search to find titles/descriptions, etc. in my galleries, I need to use the following special shortcode either in a widget box or a page etc:
[WPS_photo_search]
This will display a search box specifically for the photo seller galleries.
Could someone please explain how I go about this, as I am at a loss.
Thanks
In forum: Virtue ThemeIn reply to: Home page slider
Good morning,
So if I where to use page builder could I create the page “Shop” to be exactly the same as the homepage here(link below)
even when with the image menu using the CSS you gave me a few weeks ago.Two smaller questions. Can increase the top and bottom padding on the image menu and left align the footer menu on column 4.
http://client-modern-mobler.robertgarcia.co
Thanks in advance
-Robert
In forum: Virtue ThemeHi Hannah,
I have sticky header switched off for the home page (with CSS), but turned on for all the other pages.
I use the standard header style, with sticky-header turned on. It don’t have to be turned on for mobile.
But it seems like the theme doesn’t activate the sticky header when going from ”potrait-mode” (mobile site) to the ”landscape mode” (normal site).
The sticky header only works when loading the page in ”landscape-mode”.You can recreate the issue by opening a page in my website in a small window, then resizing the window to full screen and scrolling down the page.
As you see the sticky header doesn’t work now, it only works in full screen, if the site had been loaded in full screen.Frank
In forum: Virtue ThemeIn reply to: Category Filter Query
1. I am confused too. You have such an awesome theme, that I still haven’t figured out all the stuff. What is confusing me is that when I do not have a shop page set, it still displays as if I still have. The issue here is I would prefer to call my shop page “SHOP” and not “STORE” but while the latter page does what I want, the former page doesn’t even when the WC shop page is blank. What I have done now is changed the navigation, while it says SHOP, it is going to STORE for the desired effect.
2. So obvious – about the page template – sorry for timewasting there. This resolved the cat pages sidebar anyway, as that was already set as I wanted. :o)
3. Any way for the top bar to be sticky – like the current site wide notice we have up? I have removed primary navigation, and want to use top bar for it, the logo will still be shrink / sticky as it is now.
4. Additionally if you look at the font sizes, you can see the HOME, SHOP, YOUR ACCOUNT, SUPPORT how can I make just that level of the menu say 16px, bold? I have set the next level to be 15px, bold in the code you provided, and the ones that are the next level down are set by default (where to find that setting?)
5. How can I get the active page to be highlighted when hovering within the topbar menu? So if you are on the HOME page you know you are on that page when the colour is different to the rest?
6. Now I have a favour to ask, you’ve been kind enough to provide all sorts of stuff for custom css, and I think with my tinkering, I have made it more than it needs to be (ie less code could perhaps do the same work) so if I could email you what is in the current custom css bit, could you check that for me? This is not yet but after all this business above has been sorted?
I’ve had this message going for a few hours now, editing as I was trying to figure things out and above still remains. So thanks in advance for the assistance. Once this is nailed down/ironed out then all will be great!
Regards
KavIn forum: Virtue ThemeHi,
When my website (www.frankgeenen.nl) is viewed on an iPad the sticky header won’t activate when turning the iPad from portrait-mode to landscape-mode.
I believe it has to do with the fact that the portrait-mode is the ”mobile-view” and the landscape-mode is the normal view.Is the only solution reloading the page in landscape-mode or is this fixable?
Greetings,
Frank
In forum: Virtue ThemeNovember 5, 2014 at 6:16 am #21787I am getting conflict between Testimonial Carousel Widget and SabaiDirectory plugin. I am using page builder and when I use the Testimonial Carousel Widget the following conflict appears on the front end.
var SABAI = SABAI || {}; SABAI.isRTL = false; SABAI.domain = “”; SABAI.path = “/”; google.load(“maps”, “3.x”, {other_params:”sensor=false&libraries=places&language=en”}); jQuery(document).ready(function($) { SABAI.init($(“#sabai-embed-wordpress-shortcode-1”)); });
I have asked the Sabai developer for help but they were unable to fix.
You can see this conflict on angliatrade.co.uk
Thank you
In forum: Virtue ThemeIn reply to: Breadcrumbs
November 5, 2014 at 1:04 am #21779Hey so since your using the custom posts type you would need to add in your own breadcrumb functions for that custom posts type.
You can add news for the blog posts in the theme options > breadcrumbs by assigning a page for the blog page.
You can also add a portfolio page if you assign in the theme options portfolio settings.
Ben
In forum: Virtue ThemeIn reply to: Login Widget
November 5, 2014 at 1:01 am #21778Hey,
So in your menus page.. you have options to add a page to the menu or category. you also have an option to add a custom url. That is the option you need to use. Add the custom url to the wordpress login page (pointed out above) and then that menu item will link right to the login page.Ben
In forum: Virtue ThemeIn reply to: Login Widget
Hi Ben
thanks for your answer. I made an example on my test Website. I hope you understand me then. Please have a look to the site http://villafunkelbunt.wise-itsolutions.de
At the end of the site on the right, there ist a menu item called “Login”. This is a site with the link you describe in your post. When i click on Login now a site appears where i must click on Login again.
I want to have that i must only click on the Login in the right of the bottom and then opens the wordpress Login page. Is this possible?In forum: Pinnacle ThemeIn reply to: Menu Cart Product list
In forum: Pinnacle ThemeIn reply to: Menu Cart Product list
November 4, 2014 at 4:04 pm #21764You can add this css:
.woocommerce-page ul.product_list_widget li dl dt, ul.product_list_widget li dl dt { clear: none; margin-left: 5px; } .woocommerce-page ul.product_list_widget li dl dd, ul.product_list_widget li dl dd { float: left; } @media (max-width: 768px) { .woocommerce-page ul.product_list_widget li dl dt, ul.product_list_widget li dl dt { clear: left; } }Ben
In forum: Virtue ThemeTopic: Feature Image on homepage
I want to show a feature image on my homepage, no slider for now. When I select “NONE” under theme options > slider settings, Feature Image will not appear on my homepage. If I select Flex Slider, feature image appears but with slider arrows. How do I show a feature image on the homepage without a slider?
This is resolved. Found answer. Susan had similar issue. The following Custom CSS removed the arrows:
.sliderclass ul.flex-direction-nav {
display: none;
}In forum: Virtue ThemeHi I am currently using revolution slider in my homepage but at the moment I only want to keep it as one image so not sliding at all but doesn’t seem like it’ll stay with only one image. It’ll repeat the same image.
reason I’m not just using a regular image and still using the slider is because I will be adding images later on just not anytime soon and I do like the full responsive width and the loading bar right above the images also later on I can just add images to the slide instead of going through settings and all (not something hard but just want to see if there is such option)
Is there a way for this to work and set it to only one image at the moment?
-
AuthorSearch Results



