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 - 4,701 through 4,720 (of 53,646 total)
  • Author
    Search Results
  • #266191

    Hey team.
    I wanted to see if you could help me figure a few things out.

    Here is the page in question:
    t/store/

    (still working on getting all the gifs working)..

    but the question is in regard to the menu on the sidebar.
    (1) first, I’d like my sidebar to be to the left for all shop / product pages. Could you help me with that?

    Next, (2) is it possible to make the categories dropdowns to show the subcategories?
    And, (3) can I make the categories in a bold font and subcategories in the weight they are in?

    and last.. I really don’t like the way the subcategories show when selecting a category… you can see what I mean here:
    t/product-category/combat/

    every category shows thumbnails for the subcategories… (4) is there a way we can get rid of those and only show the items all included within the category?

    I hope this all makes sense. Thank you all so much in advance for your help..

    #266177

    I played around with it some more and my pictures are showing up now. I removed the title of the page and that seemed to turn off the option of allowing featured image. I turned it back on and it fixed itself.

    #266175

    Just switched from Astra to Kadence and Featured Image not showing up on Page

    My website is oldwaysmadenew.com

    I’ve looked and looked and I cannot see what I need to do to fix this problem. Also, if there is a tutorial that would help me clean up my website now that I’ve switched I would appreciate it.

    #266174

    Hi again,

    I found the following in one of my previous posts:

    add_action('kt_after_header_content', 'my_custom_head_banner_output', 30);
    function my_custom_head_banner_output() {
    echo '<div class="container virtue_sitewide_banner"><div class="virtue_banner"><img src="full path to image.jpg" alt=""></div></div>';
    }

    This function adds the image to each page and post.
    Is there a way to force the image to “fullwidth” rather than the “contained” display that currently shows?
    The site can be seen at https://potatoesnz.co.nz
    Thanks,
    Phil.

    #266172

    HI, looked again at homepages srttings and saw this:” To set a static homepage, you first need to create two Pages. One will become the homepage, and the other will be where your posts are displayed. ”

    Not sure what this means… can this help me to achieve “last posts with sidebar” for Homepage?
    Thx
    Dan

    #266169

    We’ve identified an issue impacting dropdown menus for product variants on the product page for mobile chrome users.

    When attempting to select the relevant variant from the dropdown menu whilst viewing in portrait mode, users are unable to tap the dropdown menu to select their option. Instead, the have to tap the menu title to be able to select their option:

    User has to tap the words class dates to be able to select the date instead of the actual menu. Investigations so far show that issue is specific to chrome on mobile but across multiple devices (both Android and IOS) when viewing in portrait.

    We have checked for plugin conflicts, but the issue still appears.

    #266166

    Hi Team,
    Previously the client requested all header banner images to be removed – so I have previously removed them. The client has now requested that all pages show the same image, fulllwidth.

    Please could you advise the best way to achieve this in Virtue?
    Very many thanks,
    Phil.

    #266165

    Hello Im new to all you do.

    I would like a button link to an H2 on the same page.
    Is this done easily? I see a # but not sure.

    I have three buttons in my first row to navigate to three different places on the same page as a quick link effort rather than have scrollers.

    how is this done?

    In forum: Kadence Theme
    #266160

    image
    How can I add a widget on the home page on the left sidebar? So as to include a product category in it?

    #266157

    HI Karla, thank you!

    Regarding the Homepage… if I want to show my latest blog posts but also have a sidebar, can I do that with a static page?
    Thx
    Dan

    #266153

    Hi Everyone,

    I’ve got a similar issue here. I did insert a logo into my website but when I actually click on it, it doesn’t redirect me toward the Welcome page but to other pages I created instead… My welcome page is setted up as my Welcome page in wordpress..

    How is that ? How could I possibly change its URL link ?

    cheers 🙂

    #266148

    To answer your first question: The background image is set in Page Layout > Design tab > Default Page Layout > Site Background

    Yes, disabling Short Pixel immediately corrected the issue. I will reach out to their team to see if there is anything they can do.

    Thank you for your comments. This is all for now!

    Rachel.
    ***

    #266147

    Hi
    I’m using the portfolio on the home page. I need help with 2 things:
    1. Close up the space between the first row above the portfolio
    2. Add rows under the portfolio

    Thank you for your help,
    Carrie

    In forum: Kadence Theme

    In reply to: Page width for mobile

    #266143

    Hi – I have a similar issue: would like to show the PC website boxed but mobile view full width. Is that possible?

    Still only a dummy page, but here’s the link: https://gespraechskuenstler.de/

    #266135

    Hi – I have a strange glitch that just started, that may or may not be within our control. The pattern background I have as part of the page layout design (but is only revealed on a handful of pages) is repeating very strangely. But it seems to be only happening on Firefox on my Mac. I don’t have access to devices that are not from Apple, so I can’t be sure this is happening only locally, but I can’t trigger the same appearance anywhere else (iOS, or Safari for Mac.) Any insight or ideas are welcome!

    Sample of pages this is appearing: &

    I assume you can determine which images are the correct display vs incorrect 😀

    • This topic was modified 4 years, 11 months ago by Rachel Ann Smit. Reason: add images, correct some errors
    #266134
    This reply has been marked as private.
    #266128

    Hello,

    Thank you for reaching out to us.

    There is no built-in option within the Kadence theme to disable the Author archive pages.
    You can use SEO plugins like Yoast SEO to disable archive pages.

    Hope this helps.

    Regards,
    Karla

    #266124
    This reply has been marked as private.
    #266119
    This reply has been marked as private.
    #266115

    Hi,
    The issue is that variation descriptions are not designed for this kind of content, they are not statically loaded and then revealed they are loaded through javascript as plain text so this creates all kinds of issues when you try to add more than a description into them.

    I would say this is not something I intend to support with hooked elements. Because you could very easily break the variations based simply on how woocommerce stores the description in a json attribute.

    If you absolutely need a workaround for your example site then you need to load an element with each block you interned to use in the description somewhere above the description on your product page. That way with the initial load the css styling is going to load there (css styling only loads with the first block not the next ones) that way when woocommerce removes the descpriton from the dom you still have styling for the second description.

    Again I don’t suggest you do this at all, but that hack workaround is to load an element higher in the page so that css files remain static on the page and are not part of the descriptions. You can hide the element you load higher in that it doesn’t have to be visible just the css needs to load.

    Ben

Viewing 20 results - 4,701 through 4,720 (of 53,646 total)