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 - 10,961 through 10,980 (of 53,646 total)
  • Author
    Search Results
  • #233326

    As of this evening I am struggling to log on to my WordPress blog. If I manage to log into WordPress when I try to open different pages I’m seeing a blank page with ‘Variant Also Negotiates’ written.

    Any suggestions please?

    #233319

    To confirm the shop page is set to Full Layout.

    ETA: I just updated the theme and the product category page is working as expected for the Full Layout option.

    Thank you as always.

    #233317

    In this page on your demo site, you have the Title “Contact us” displayed:

    In this About us page (and others), there is no Title displayed:

    The Ascend theme has a simple way to enable/disable the Title on the Home page and Shop page. My questions are:

    1. How can we enabled/disable display of Title on individual pages?
    2. How can we disable display of Title on ALL pages?

    In forum: Virtue Theme

    In reply to: slide show disappears

    #233307

    Hi Hannah, sorry for the delay. Yes, I we tried resetting and resetting in Theme Options.

    I don’t want the slideshow on other pages. This worked fine previously. Doesn’t work on mobile or desktop. Help! 🙂

    #233296

    In ADVANCED SETTINGS of WooCommerce, to the “Cart Page” select, i selected nothing.

    You have to have a cart page, our plugin doesn’t replace or edit the cart page. You must assign one, if you want to move over that step you need to use a plugin like this: https://wordpress.org/plugins/woocommerce-direct-checkout/

    You also much select a checkout page.

    In ELEMENTOR / GENERAL, i checked “Woo Checkout Template”.

    You shouldn’t need to edit any elementor settings.

    In forum: Membership Forums

    In reply to: server requirements

    #233294

    Glad you got it, looks like the Site Origin Pagebuilder needed to be installed.

    Ben

    #233287

    Hi guys

    Ascend is working really well for me but I’ve hit an issue with menu items that my limited css skills can’t solve.

    I’m adding a menu item for our users that changes depending on whether they are logged in or not.
    When logged in, the user sees a welcome menu item with a dropdown sub-menu with three options. When logged out, the user sees a single menu item linking to a login page (with no dropdown).

    Searching this forum I’ve been able to hide the actual menu items by adding classes to the menu items and using the following css:

    /* Show/hide menu items
    Patrons & Friends Login page link (class: ou-patrons-loggedout)
    Welcome username and sub-menu (class: ou-patrons-loggedin) */
    .ou-patrons-loggedin {
    display: none;
    }
    .logged-in .ou-patrons-loggedin {
    display: inline-block;
    }
    .ou-patrons-loggedout {
    display: inline-block;
    }
    .logged-in .ou-patrons-loggedout {
    display: none;
    }

    When logged out, the .ou-patrons-loggedin menu item and its dropdown menu items (also with class .ou-patrons-loggedin) are all hidden as expected and replaced by the .ou-patrons-loggedout menu item.

    However the little arrow to the right from the .ou-patrons-loggedin menu item is still displayed. It comes from the a::after child element from the top-level <li> item with class .ou-patrons-loggedin. I’ve been tearing my hair out trying to write the css to select it to change the css display property to none for it when logged out.

    Hope the logic isn’t too confusing! Can you help please?

    Cheers and thanks!

    Julian

    #233279

    Hi!

    A little question :
    I wish to design my own checkout pages for WooCommerce, so i use Kadence for WooCommerce.

    First, i build my template in PRODUCTS > WOO TEMPLATES > CHECKOUT TEMPLATES, and named it “checkout”.
    Then, i went to WOOCOMMERCE > TEMPLATE BUILDER and i selected my template (“WC Elementor : Checkout”) in “Choose a default template for Checkout Page”.

    In ADVANCED SETTINGS of WooCommerce, to the “Cart Page” select, i selected nothing.

    In ELEMENTOR / GENERAL, i checked “Woo Checkout Template”.

    But, with all of this, i haven’t my cart / checkout page…

    Any ideas…?

    Thanks a lot !

    #233264
    This reply has been marked as private.
    #233260

    Hey,
    You can edit/remove the sidebar from your search page from Theme Options > Misc Settings.
    Hope that helps!

    Hannah

    #233195

    I love the Product Gallery in the Kadence WooCommerce Extras plugins mainly for one reason: allowing a custom aspect ratio for product image thumbnails on product pages. There is one thing however that I really, really hope the devs can help me with:

    When changing the colour variant selection, the main product image changes to reflect the selected colour. This is obviously normal and a good thing. Unlike the default behaviour in my OceanWP theme, however, Product Gallery doesn’t simply show the corresponding image thumbnail being selected but changes the image of the first thumbnail (or featured image for the product listing).

    In case I’m not explaining well, here is an example. Imagine a product that comes in 3 colours: blue, orange & pink, each with one photo. The product page images have 4 possible states:
    1) No variant is selected yet. Thumbnail images are [blue][orange][pink] no matter which thumbnail you select and have enlarged.
    2) Blue is selected and becomes the enlarged product image. Thumbnail images are [blue][orange][pink].
    3) Orange is selected and enlarged. Thumbnail images are [orange][orange][pink].
    4) Pink is selected and enlarged. Thumbnail images are [pink][orange][pink].

    I hope this makes the scenario clear. The product page looks awful when the first thumbnail is overridden like that. I’d like a settings option to not have the first thumbnail change, ever. The pics must stay as they are, and as the active selection changes to simply have the corresponding thumbnail selected rather than overriding the colour of the first one. Basically no different to just selecting thumbnails before variants are chosen.

    Can this feature be added to the plugin?

    In forum: Virtue Theme

    In reply to: How to remove padding

    #233194

    oh I see what you want:

    .contentclass {
    padding-top:0;
    }

    Or if you want page-specific:

    .page-id-19617 .contentclass {
    padding-top:0;
    }
    In forum: Virtue Theme

    In reply to: How to remove padding

    #233193
    This reply has been marked as private.
    #233185

    I have added Ascend Info Box widgets into a Page. In the Description field, I have entered 3 lines of text with linefeeds between the lines:

    When the Info Box is displayed, the linefeeds have been removed:

    How can I enter linefeeds into the Description field and stop them from being removed?

    In forum: Virtue Theme

    In reply to: Kadence gallery title

    #233176

    It’s worth noting that portfolio posts would show a title, but you are hiding titles with your custom css:

    .page-header {
    display: none;
    }
    In forum: Virtue Theme

    In reply to: Menu Question

    #233173

    Hey,
    A menu is just a menu, only links.

    Pages and posts are separate.

    If you remove a page from a menu it just removed that menu item. The page still exists. If you want to remove a page you can go to pages in your admin and select the pages you want to remove.

    In your theme options > home layout you can define what shows on your home page.

    Ben

    In forum: Ascend Theme
    #233170

    Hello Kadence,

    I got the space justified and the menu items centered using the support forums, but still can’t get the black bar to get all the way across the page like the top bar does. Any thoughts?

    Thank you,

    Luke

    In forum: Virtue Theme

    Topic: Menu Question

    #233157

    If I have no menu and look at my page and there is still pics and sliders. Are they suppose to be there? where do I go and move these in an order I want? like my Nahoga logo shows up on the page but it is not loaded on the startup page like normal….. Virtue’s logo is there. I am the one that had the blue screen. Which you said had extra pages loaded on the menu. Are they ghost pages now? I think I have extra stuff that shouldn’t be there still. Thank you. site is nahoga.com

    #233151
    This reply has been marked as private.
    #233147
    This reply has been marked as private.
Viewing 20 results - 10,961 through 10,980 (of 53,646 total)