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 - 7,121 through 7,140 (of 53,646 total)
  • Author
    Search Results
  • In forum: Kadence Theme

    In reply to: Page/Post title area

    #254277

    Thanks, Hannah

    Problem is, I have a CPT archive page and I’m having a heck of a time styling the page like the post archive. So, yes, I can do as you suggest for almost every page and post but, not my CPT archive page. Ben has already helped me with the layout of it but now I need alittle bit more fine-tuning.

    Regards,
    Mark

    In forum: Virtue Theme

    In reply to: Author page not found

    #254275

    When clicking the link to your login page I am getting a forbidden message. Are you running a security plugin?

    Hannah

    In forum: Kadence Theme

    In reply to: Page/Post title area

    #254273

    Hi Mark,
    You can set that from Customize > Page Layout > Page Title > Title Container Min Height.
    Hope that helps!

    Best,
    Hannah

    #254266

    Hey Christopher,
    Thanks for posting! In Theme Options > Page Options what do you have set as the “Default Page Template – Sidebar Default”?

    Hannah

    #254255

    I understand what is happening. 🙂

    There is a custom post type the theme adds for you called “staff” you are using it on your site. This registers with WordPress to use “staff” queries to redirect to staff pages. Your product attributes query is using staff=4 and that is causing WordPress to think you want a staff post.

    So this means you need to change the theme staff slug, here is code you can add to a child theme to do that:

    add_filter('kadence_staff_post_slug', 'custom_change_staff_slug' );
    function custom_change_staff_slug( $slug ) {
    	return 'our-staff';
    }

    Make sure to re-save permalinks after.

    Ben

    #254253

    Where do I change the min-height for the page titles? Looks like it’s set to 200px. I want it to be either 100px or 0.

    • This topic was modified 5 years, 8 months ago by Mark Randall.
    #254250

    When I am logged into the website, I can see ALL of our WooCommerce products…. for example, this page has 13 products when logged in:

    When I visit the site as a guest, the page only yields one product even though the MAIN category page shows that there’s 13:

    I checked the visibility settings on the products and everything appears to be set correctly?

    Has anyone seen this?

    #254247

    Hello,

    I have performed some site speed tests using

    Within these tests, the mobile speed is always very slow (red).

    Using the AMP plug in by contributors to accelerate the mobile speeds, the virtue theme is not part of the ecosystem thus meaning the pages cannot be accelerated.

    Is there any support from Kadence on the subject of AMP?

    Thanks,

    Harry

    #254240

    Hi Susanne,
    I’m not seeing the white slider. Can you send screenshot of this?

    You can change the background color of the menu for specific pages with css and page id’s. For example, the following css would make the menu color on your Marine page black and on hover blue with a black background:

    .page-id-35 nav.nav-main.clearfix a {
        color: #000 !important;
    }
    .page-id-35 nav.nav-main.clearfix a:hover {
        background: #000;
        color: #1e73be !important;
    }
    .page-id-35 li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item a {
        color: #1e73be !important;
    }

    This video explains how to find page id’s: https://www.youtube.com/watch?v=fLg2T1AvmFE
    Hope that’s helpful!

    Best,
    Hannah

    #254231
    This reply has been marked as private.
    #254228

    Hello,

    I have problems with the header on this page: – A white ‘slider’ is sliding from left to right covering the real header. Same on mobile. Can you help me remove it?

    I’d like the menu to be in different colors og different page – from black to white – is it possible? When white – hover bg and blue text. When black hover white bg and blue text. Active page same as hover.

    Also, remove the text in the header. I have tried in the theme options and with code, but no luck.

    Best, Susanne

    • This topic was modified 5 years, 8 months ago by Susanne.
    #254227

    Hello Guys,

    Sorry to pester you.

    Could you please help fix the mobile slider on mobile view at https://www.intenze.co.nz from displaying partly underneath the header,

    and

    Re, product main image and gallery.

    Yes, Ben has given me css to constrain the height, but that doesn’t allow a full 4:3 to be displayed across larger screens.

    Right now the only way I can display my 2000 x 1500 (4:3) product images with the gallery working properly is to turn off woo extras, deselect the product image aspect ratio in shop settings, and turn off the “Enable Product Image Aspect Ratio on product Page” The only thing missing is hovering will now not magnify the main image. Apart from that we are back to normal, but cannot have the gallery sliding.

    If you could help me with the mobile slider problem, I’d be grateful.

    Thank you, John

    https://www.intenze.co.nz/product/mt-brown-roof-top-tent-grey-with-smokey-white-fly/

    #254225

    The Yoast breadcrumbs uses the Yoast primary category on single product pages. I’m not sure the built-in does that. If you’ve set multiple categories, say a Gift category then sometimes breadcrumbs which does not take the primary category into account will show that instead which is not what you want.
    Also, it’s a bit more customizable, even though I didn’t need that now.

    Thanks!

    BenA

    #254221

    Hi Rick,
    Are you using a contact form plugin for your contact page? If so, which one?

    Hannah

    #254216
    This reply has been marked as private.
    #254215

    Ben: I agree it’s very odd behavior. I cannot access the Kadence Blocks settings page, because as soon as I try to activate the plugin I get the too-many-redirects/login-attempts error. The only WP admin pages I can get to in this state are the index pages for post types (e.g. https://engineering.berkeley.edu/wp-admin/edit.php?post_type=page), and when I’m on one of those pages, there is no tab in the left toolbar for Kadence Blocks, so I’m assuming the plugin was not successfully activated. I can’t actually confirm that, because the Plugins page is one of the many I cannot access as long as Kadence Blocks is installed (activated or not).

    I’ve created you an admin account on our production site, and access to that site on the WP Engine User Portal; credentials sent to the info@kadencewp address. As this is our production site, please let me know if you will have the Kadence Blocks plugin installed for more than a brief time, as that will block our login access to maintain the site.

    ~ Steve

    #254214
    This reply has been marked as private.
    #254206

    Hmm, I’ve not heard of this happening to anyone, Is this something I can view on your site and view logs? A bug like this is likely related to something specific to your server so getting access would allow me to figure out what is going on.

    1. It’s odd you can’t access the plugins settings page?

    2. It shouldn’t be trying to redirect you there unless you are on the activation screen. (A type of onboarding).

    Ben

    #254197

    Hello, my client has a website that is in Virtue Premium, and is using a page builder called Thrive Architect. While Thrive has worked well with Virtue for the last year, I am unable to save any changes on the website. We reached out to Thrive and below is their response. Is there something on your end that you can do to correct the issue?

    The website in question is:

    “As for your theme Virtue-Premium, my colleague advised that you should reach out to the theme developers and ask them for assistance with this as they know best how they designed their theme and what could be done for the code of the theme to not interfere with editors such as Thrive Architect. The “steps to replicate” will be useful for them and it refers to reach out to the theme developers and tell them:
    •The issue you are facing (Architect doesn’t Save with this theme on)
    •The issue appeared recently (worked for 1 year)
    •Show them the screenshot of the error: (uploaded to you)
    • Error is gone with a default WordPress Theme

    The above should be enough information to get them started and look into why their theme is causing those errors and further advise.”

    • This topic was modified 5 years, 8 months ago by Ellen Green.
    #254183

    Hi there,

    So I was playing around and noticed something. When I change the url to anything but contact it works (the page is still the same).
    Examples:
    /contact-us/
    /contact-new/
    /contact2/

    /contact/ – this doesn’t work and displays the sidebar weird.
    Do you know what could be causing this? Do you have a contact template somewhere that forces it display differently?

Viewing 20 results - 7,121 through 7,140 (of 53,646 total)