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'

Home / Forums / Search / Search Results for 'Page'

Viewing 20 results - 33,001 through 33,020 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Slider for shop page?

    #97311

    Ok 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

    #97306

    Hey,
    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 Theme

    In reply to: Slider for shop page?

    #97304

    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 Theme

    In reply to: Breadcrumbs position

    #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,
    Ben

    #97296

    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 !

    #97284

    Where 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

    #97273

    I 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?

    #97263

    Hey! What page are you referring to? Can you link to an example of where that breadcrumb is visible? I was having a difficult time finding it.

    #97262

    Hey! What page are you referring to? Can you link to an example of where that breadcrumb is visible? I was having a difficult time finding it.

    #97261

    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;
    }
    }

    #97260

    Your 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 Theme
    #97259

    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.

    #97258

    Hello,
    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 :
    My theme is virtue premium

    #97257

    Hello,

    Whenever a page gets opened up on a mobile device the cart keeps popping up on the page (even when it is empty)

    Could anyone please help with this?

    It’s very annoying and I think causing allot of lost sales!

    Thank You

    #97255

    Hello,

    How can I create a custom page in the child theme?

    I try for several days and I can not: the Virtue templates are not as easy to understand as other themes such as Hueman, I used before Virtue.

    Thank you for your help !

    #97252

    I have the latest inactivated version of 5.2.3.5. Not sure if it works on other page or not. Do not have any purpose on any other page.

    #97243

    Hello.
    I am trying to translate “Home” to “Accueil” in the breadcrumbs on this page:

    I use WPML for translations.
    Please advise, can’t find it!
    Thank you.

    #97242

    Hey,
    Are you using the latest version of the revolution slider? If there were an update you would see it in Appearance > Theme Recommended Plugins. Does the revolution slider work on your other pages?

    Hannah

    #97236

    Hi all,

    I was wondering if it is possible to change the background colour of a column when using the the column short-code in the normal visual builder mode.

    I personally don’t like page builder as I like to keep my plugins to a minimum.

    Kind Regards,
    Darren

    In forum: Virtue Theme
    #97232

    Is this possible to control from each slider? Or only for the home page setting?

Viewing 20 results - 33,001 through 33,020 (of 53,646 total)