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 '
-
AuthorSearch Results
-
In forum: Ascend ThemeAugust 14, 2019 at 2:53 pm #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?
In forum: Virtue ThemeIn reply to: Sidebar showing on product category page
In forum: Ascend ThemeIn 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 ThemeIn reply to: slide show disappears
August 14, 2019 at 11:57 am #233307Hi 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! 🙂
In forum: Membership ForumsIn reply to: Kadence for Elementor / WooCommerce
August 14, 2019 at 11:17 am #233296In 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 ForumsIn reply to: server requirements
August 14, 2019 at 11:10 am #233294Glad you got it, looks like the Site Origin Pagebuilder needed to be installed.
Ben
In forum: Ascend ThemeHi 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
In forum: Membership ForumsAugust 14, 2019 at 10:05 am #233279Hi!
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 !
In forum: Virtue ThemeIn reply to: Remove sidebar on search results
In forum: Virtue ThemeIn reply to: Remove sidebar on search results
In forum: Membership ForumsAugust 13, 2019 at 5:46 pm #233195I 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 ThemeIn reply to: How to remove padding
August 13, 2019 at 5:32 pm #233194oh 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 ThemeIn reply to: How to remove padding
In forum: Ascend ThemeI 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 ThemeIn reply to: Kadence gallery title
August 13, 2019 at 1:36 pm #233176It’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 ThemeIn reply to: Menu Question
August 13, 2019 at 1:30 pm #233173Hey,
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 ThemeTopic: full width menu
August 13, 2019 at 12:53 pm #233170Hello 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 ThemeTopic: Menu Question
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
In forum: Membership ForumsIn reply to: Post category page – missing images on some posts
In forum: Virtue Theme -
AuthorSearch Results


