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 - 34,381 through 34,400 (of 53,646 total)
  • Author
    Search Results
  • #90943

    I’m trying to have on the product category pages the category title to display. It displays on the “Entrance Mats” category, but not the rest. Am I missing something?

    #90941

    Ok… I’m not getting this. I looked where I told you to look settings > reading… You have a big red error saying you haven’t translated the page you set as the front page.

    Let’s start there. Please make a translation for the front page. Then clear your cache and try.

    Ben

    #90939

    Hi,
    I am trying to use a light grey background colour for my sidebar menu in the blog page and also a header image only in the blog. I have tryed with all the CSS code appearing here to solve both issues, but nothing happens. My site is in maintenance mode but I could give access to help me to solve both issues.

    Regards,

    #90933

    I’m confused… The filter is not designed for a site that has more the one page of products. So I’m suggesting you not use it because it’s not meant to be used in teh way you are using it. It’s not a menu for categories. If you want to show your entire shop on the page that’s fine but I would strongly consider what that would do for loading time.

    Ben

    #90924

    I’m wanting my small images (ex. Oil Can Test) image to left align with the Durability text aboce it… How do I do that?

    In forum: Virtue Theme

    In reply to: Side bar

    #90922

    Once you choose the sidebar template save the page.. Then you will see the settings.

    Ben

    #90916
    This reply has been marked as private.
    #90914

    Hey,
    Looks like you’ve set the home page to be the woocommerce shop page. By doing that you are overriding the themes home page control. Woocommerce is setting what shows not the theme.

    You can add a slider to your shop page in the shop page settings of the theme options but you can’t use the normal home layout manager because that is being overridden.

    Does that make sense?

    Ben

    #90910

    Hey,
    That script isn’t from the theme. The theme doesn’t edit the checkout page in output from woocommerce. So I’m not sure what that all is.. Maybe if you can post a link I’ll understand better?
    Have you first tried deactivating all your plugins?

    Ben

    In forum: Virtue Theme

    In reply to: Anchors won't hold…

    #90905

    1.

    The link on the same page is unaffected. It jumps (without scroll) to the wrong position.

    If you’re adding a link not in the main menu then you would need to change the JS the first line of JS for example this part:
    jQuery('#nav-main').localScroll({offset: -90});

    to this:

    
    jQuery('body').localScroll({offset: -90});

    2. Yeah this is part of calling open a pane directly, it messes with the whole parent structure of hte code… here is a workaround you can replace your code with this:

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    if ($('#accordionname1').length) {
      if (location.hash){
        if($(location.hash).hasClass('in') ) {
    } else {
    $('#accordionname1 .in').parent('.panel-default').find('.accordion-toggle').addClass('collapsed');
    $('#accordionname1 .in').collapse('hide');
    $(location.hash).collapse('show');
    $(location.hash).parent('.panel-default').find('.accordion-toggle').removeClass('collapsed');
    }
      }
    }
    $('.panel-collapse').on('show.bs.collapse', function () {
      $('#accordionname1 .in').collapse('hide');
    $('this').collapse('show');
    })
    });
    </script>

    3. no, You would get a really strange double scroll if you try to override. There isn’t a way to filter the scroll based on if your scrolling for an accordion or something else on the page.

    Ben

    In forum: Virtue Theme

    In reply to: Side bar

    #90903

    Thanks Hannah, however I still have a problem. I went to misc settings and set up a new side bar. However I am not sure how to pick up that side bar from the edit page options. i.e. I can see how to pick a page with a side bar from the edit page, but I can’t see how I can pick a side bar other than the primary one

    #90901

    I was wondering how to fix an issue with an image overlapping image via iPad Safari landscape view. Every other browser and device I view this page, it works correctly. However, when using a tablet, the team pictures overlap slightly.

    #90900

    I think page builder is going to be your best bet for what you’re wanting. You can create rows and give them background colors and set the row layout to fullwidth stretched. You can either set your homepage as a static page, or you can use a Layout Builder widget within the Home Widget Area (Theme Options > Home Layout). Then you can add Virtue: Info Box widgets to the row (Appearance > Widgets).
    See here- https://www.kadencewp.com/using-page-builder-virtue-premium/
    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: Header Height

    #90899

    For some reason, this problem just resurfaced. The code you gave me fixed the problem for the last day, but now the white space has showed up again. Any idea what I should try next? should I adjust the code for hiding the page name/title? I currently have:

    .page-header {
    display: none;
    }

    .contentclass {
    padding-top: 10;
    }

    Thanks,
    Susan

    #90883

    Close, but not exactly what I was going for. So, that code set the background for the icons in the icon menu … which left white space all around the menu. I’m going for the visual division of sections on the home page, via full screen color or image sections.

    So, for example on the Kadence website (https://www.kadencewp.com/) there is a top bar (full screen), header menu (full screen) header picture (full screen picture), then section with full screen background color, then testimonial section (full screen color), then an icon section with full screen background color, then the footer. That is what I mean by visual division of sections. The transitions between the full screen sections breaks the website into individual parts to digest …

    I’m trying to make the entire section behind the icon menu a different color. Similar to how the testimonial sections and Call to Action sections color the screen full -witdh. I’m not sure if that is a matter of how .icon-menu is defined and is not possible?

    I guess I’m looking for a hybrid, call-to action/icon menu.

    -Ana

    #90870

    I have just one question – how could I manipulate with stock block on the product page? I have checked variable.php template however it seems that the stock amount is generated via woocommerce_before_single_variation hook from the script unknown to me.
    Would highly appreciate your advice.

    Thank you.

    In forum: Virtue Theme

    In reply to: Side bar

    #90864

    Hey,
    You can create custom sidebars from Theme Options > Misc Settings then add content to them from Appearance > Widgets. Then in your edit page[s] you should see an option to pick which sidebar you want to show.
    Hope that helps!

    Hannah

    #90861

    I’m having the same problem as described in this thread.

    The homepage layout manager its not working. I have tried disabling all items in for the layout and nothing changes on the home page. If I add or move the items under “Enable” nothing changes.

    I’ve disabled WP Super Cache and there is no change.

    I’m using the current version of Virtue – Premium Version: 3.5.9.

    My website URL is: http://doncooperproducts.com/

    Please let me know if you can help me resolve this problem.

    Best Regards,

    Don

    In forum: Virtue Theme

    In reply to: Content and backgound.

    #90859

    Hey Paul,
    This should work for your content background:

    .contentclass {
        background: #fff;
    }

    And this for the body:

    body {
        background: #333;
    }

    Just add your page id before the class.
    Hope that helps!

    Hannah

    #90856
    This reply has been marked as private.
Viewing 20 results - 34,381 through 34,400 (of 53,646 total)