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: Kadence BlocksJune 8, 2023 at 2:31 am #284113
Hi,
I want to add product carousel on the web page. I noticed that “Post Grid/Carousel” block have much more settings than “Product Carousel”. Also, in “Post Grid/Carousel” block there is setting where I can choose products (Select Posts Type: Products).
What I like in “Post Grid/Carousel” is that I can set image ratio portrait (3:4) under “Image settings”. In “Product Carousel” there is no such a setting.
But in “Post Grid/Carousel” block I can’t find setting to add product price and add to cart button. Is there any way I can add this two elements in “Post Grid/Carousel” block?
Thank you very much.
In forum: Virtue ThemeIn reply to: background: linear-gradient
In forum: Virtue ThemeIn reply to: background: linear-gradient
Hi there!
The gradient background color CSS is working.
On your previous website, it was added to the section where all of your other widgets were added so it looked like the whole content has the gradient as the background. See this screenshot of your older page structure – https://share.getcloudapp.com/bLuZrn1Y.
To make this work on your newer page, I recommend editing your page content and adding all the other SiteOrigin panels/widgets inside the section that uses the gradient background.
I’ll send a screen recording in a private reply for your reference.
I hope this helps, and let us know if we can assist you further.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: change font color of primary navigation menu
June 7, 2023 at 11:37 pm #284108Hello Craig,
Thanks for letting me know.
It could be because the homepage uses a transparent header, while the other pages are not or vice versa.
To confirm this and look closer, can you share the link to your site? You can send it privately by checking the “Set as private reply” option below.
Thanks,
ChitoIn forum: Kadence ThemeIn reply to: Complex online shop setup question
June 7, 2023 at 8:58 pm #284106Hi Sara,
Apologies for the delay in getting back to you.
From what I understand, you have a more complex categories on the e-commerce website that you are developing, and you need to have a more complex filtering and perhaps a way to display a more complex categories.
Kadence Theme has the option to enable a sidebar in the Single Products Page and the Products Catalog/Archive page. See Video: https://share.getcloudapp.com/WnumRPe6
There is also an option to enable an off canvas sidebar for the Products Catalog page. This is usually where you can put the Woo Commerce filter blocks. See Video: https://share.getcloudapp.com/7Kuz49JB
You can customize the contents of these widget/sidebar areas in the Appearance > Widgets area. See Video: https://share.getcloudapp.com/xQuRP8lX
These accompanying widgets/blocks are from WooCommerce as this is correlated with the features and properties of products created using WooCommerce.
What Kadence provides are features for designing the Theme and Contents of your website. The functionality such as E-commerce can be added by using third-party plugins such as WooCommerce. Thus, the properties you would most likely need to achieve the categories will be primarily from WooCommerce.
In terms of displaying a more complex menu. You can use the Mega Menu feature. Here’s a Kadence documentation on how to create a mega menu: https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-create-a-mega-multicolumn-menu
I hope this helps. If I misunderstood what you’re trying to do, please let us know, and we’ll be more than happy to help.
Best regards,
Teejay.In forum: Kadence ThemeIn reply to: change font color of primary navigation menu
June 7, 2023 at 2:30 pm #284098Hold on … I take that back … it has worked… but not on the homepage? On all other pages it goes to the customizer, but on homepage is uses some template default colours – any ideas?
In forum: Kadence ThemeTopic: Hide primary navigation menu
June 7, 2023 at 2:13 pm #284094Hello,
I’m at my wits end trying to replicate a hide menu function that works on one site but not another with the same settings.
On this site you can see that there is no primary navigation for this single page website:
*Login to see linkYet this duplicate site setup at a different URL shows a primary navigation menu:
*Login to see linkI’ve combed over both sites and duplicated every setting I can find yet I CANNOT remove the primary nav menu on the second site. I have no menus setup at all on either site. What am I missing?
In forum: Kadence ThemeTopic: Hide primary navigation menu
June 7, 2023 at 1:28 pm #284093Hello,
I’m at my wits end trying to replicate a hide menu function that works on one site but not another with the same settings.
On this site you can see that there is no primary navigation for this single page website:
*Login to see linkYet this duplicate site setup at a different URL shows a primary navigation menu:
*Login to see linkI’ve combed over both sites and duplicated every setting I can find yet I CANNOT remove the primary nav menu on the second site. I have no menus setup at all on either site. What am I missing?
In forum: Virtue ThemeIn reply to: background: linear-gradient
This reply has been marked as private.June 7, 2023 at 7:08 am #284088In forum: Virtue ThemeIn reply to: background: linear-gradient
June 7, 2023 at 7:07 am #284087Okay good to hear.
I grabbed that code from another site I am running Virtue Premium on. It was written by one of your coworkers and works well on that site. I then just swapped out the page numbers to refer to this page in the hope it would also work on this page.
I would like the gradient to cover the entire page, starting below the top Vietue:Gallery widget if possible.
In forum: Virtue ThemeIn reply to: background: linear-gradient
June 7, 2023 at 6:40 am #284086Hello,
I am now able to access the page.
I checked the below code, and it is applied only to a specific section. See screenshot: https://share.getcloudapp.com/E0uL8rXj
#pg-28-0> .panel-row-style { background: linear-gradient(#80d0ff, #7bffcc); }If you want a full page gradient background, you need another code.
Do you have a copy of how that page looked before?
Kind regards,
ChitoIn forum: Kadence BlocksIn reply to: Block Table of Contents
June 7, 2023 at 5:48 am #284082Hello Oliver,
Thanks for writing in.
Under the List Settings, select No underline for the LIST LINK STYLE. See screenshot: https://share.getcloudapp.com/BluzJ5lZ
If it still does not remove the underline, clear the website cache and share the link to the page in concern.
Best,
ChitoIn forum: Virtue ThemeTopic: background: linear-gradient
June 6, 2023 at 9:57 am #284076Hello,
I previous got some code from you guys to crete a linear gradient as a background for a full page, however it appears to have broken.
Any help getting this refreshed so it works again? Thanks
Current code:
#pg-28-1, #pg-28-2, #pg-28-3, #pg-28-4, #pg-28-5, #pg-28-6, #pg-28-7 {
z-index: 400;
position: relative;
}
#pg-28-0> .panel-row-style {
background: linear-gradient(#80d0ff, #7bffcc);
}In forum: Kadence ThemeIn reply to: Problem with “Title Above Content Overlay Color”
June 6, 2023 at 6:48 am #284073Hello,
Thanks for writing in and for the screenshots.
In your second screenshot, is that a single post? For single posts, go to Customizer > Posts/Pages Layout > Single Post > Design tab > Post Title Background.
For pages and archives, they also have their own title background settings that can override the setting from your first screenshot. Go to Customizer > Posts/Pages Layout > Page Layout / Archive Layout > Design tab.
If this does not resolve the issue, can you share the link to the page in question?
Kind regards,
ChitoIn forum: Virtue ThemeIn reply to: Change icon menu background color and border
Hey Hannah, hey support team,
even if this is a old thread, I’ve the same issue.
How to change the icon menu background color on the home page?
You wrote: “You can set the home icon background color from Theme Options > Home Layout > Home Icon Menu.”But I didnt see an option there.
Current version (VirtueVersion: 3.4.7)See screenshot:
In forum: Kadence ThemeIn reply to: Open Social Links in Same Tab
Hi, Zach!
I’m sorry for the delay in getting back to you.
There is an available filter to open the header social links on the current tab. Add this to your website:
add_filter('kadence_social_link_target', '__return_true');Here’s our guide on how to add it – https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-add-a-custom-filter-or-function-with-code-snippets/.
Regarding the confirmation – you may add it as an official feature request on this page. This is so other users can vote for it too. Please note that we cannot give an estimated date for when the request will be implemented.
I hope this helps, and let us know if we can help you further.
Kind regards,
KarlaIn forum: Kadence ThemeJune 5, 2023 at 3:03 pm #284065I’m trying to Customize the “Title Above Content Overlay Color” setting.
When I’m in the Customize window, it seems to work…
However, when I Publish the customization and view an actual page, the Overlay Color reverts to the default…
What am I missing here?
In forum: Kadence ThemeIn reply to: Complex online shop setup question
Hi again,
I realized it would help to show another site doing what we’re trying to set up: Saatchi Art
Both their genre pages show filterable criteria in the sidebar and their primary navigation, when hovered, is what we’d like to emulate.
Thanks again!
SaraIn forum: Kadence BlocksIn reply to: Row block not printing section background colour
June 2, 2023 at 1:24 am #284041Hi Karl,
Can we have a link to the website/page where we can see and investigate this issue?
If possible, kindly point us to the sections where this happening which sections, how that section should look like vs how it is being displayed. A screenshot of the backend vs the frontend would also help.
You can try apps like https://zight.com/ to record your screen or capture screenshots and easily share the links to us.
Please let us know, and we’ll be more than happy to continue helping until you get your desired result.
Best regards,
Teejay.In forum: Kadence BlocksIn reply to: Post grid with user search and sort capabilities.
June 2, 2023 at 1:18 am #284040Hi there,
The closest block/feature we have for this is the Post Grid/Carousel block and the Portfolio Grid/Carousel block. This Pro Kadence block will let you display a post/page/custom post type and then use the category to filter the items in the block.
You can enable the filter feature in the Post Grid/Carousel block’s Display Filter settings. See Video: https://share.getcloudapp.com/5zu2n5gq
However, this is just a simple filter feature, it does not support multiple categories selection for the filter. You can only select 1 category at a time.
Another option is to use a third party plugin like https://wordpress.org/plugins/blog-filter/ or something similar, dedicated to creating a blog archive with filtering options.
Here’s a screen recording for reference: https://share.getcloudapp.com/wbuXAlz7
I hope this helps. If you have further questions, please let us know, and we’ll be happy to help out.
Best regards,
Teejay. -
AuthorSearch Results




