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 Theme
In reply to: How to remove star rating from home page and shop
AnonymousAugust 23, 2021 at 9:01 am #267420Hi there,
Yes, you can try adding the CSS code below. Can you send us a link to your homepage and shop page so we could verify as well?
li.product .star-rating { display: none !important; }
See if that works for you and let us know how we could help you further.
Kind Regards,
MichaelIn forum: Kadence ThemeAugust 23, 2021 at 7:06 am #267416Hi,
Is there any css to remove star rating from homepage and shop page?
I only want star rating on the product page not in homepage and shop pageThanks
In forum: Kadence ThemeDear All,
Is it anyhow possible to achieve the horizontal scrolling of a section like this here?:
*Login to see linkThey also have a YouTube video showing how to achieve this with “their” product…
*Login to see linkI think it would be great to have a section like this for a portfolio page showing my projects
Thanks
BlerimAugust 22, 2021 at 2:25 pm #267412Hello,
May I be provided CSS that removes ‘Add to cart’ button on all products on Product Archive display page and adds ‘View product’ to all products that redirects user to product page.Thanks!
In forum: Virtue ThemeTopic: widget title
Hi
I’m trying to style the widget titles above the 3 images on this page:
*Login to see linkI’m using this css, based on previous advice provided through this forum, but this time it’s not working.
.so-panel.widget .widget-title{
font-size: 12px;
color: #black;
}Thanks you for your help,
CarrieIn forum: Kadence ThemeTopic: Content-Security-Policy
Hi all,
I try to implement the Content-Security-Policy. I looked at gtmetrix and in the browser inspector what is loading. All assets load from the main domain and one subdomain. In de Content-Security-Policy I therefor used (for a start) default-src domain and subdomain.
The page loads, no errors. In GTmetrix en browser inspector no errors. So everyting is loading like it should.
However some css is not working (like backgrond color); things I changed in costomizer. Any ideas?kind regards,
BasIn forum: Kadence ThemeIn reply to: Drop Down Menu (Product Page_
Hello Matt,
Thank you for reaching out to us.
Upon checking the page you’ve specified, I can see the dropdown is working fine – https://share.getcloudapp.com/d5uREBQp. Were you able to resolve the issue already?
I can see you’re using the Virtue Premium theme and if the issue still happens on your end, go to Theme Options > Misc Settings and turn off the Select2 Select option, purge your website cache, and clear your browser cache to see if it will be fixed.
Hope this helps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Virtue ThemeIn reply to: extra code under page title in navigation
For anyone who may have this same problem, I found that this issue was related to the duplicate post plug in I was using to duplicate a page. I kept the duplicated page, but instead of adding the page to the menu, I created a custom page title and linked it to the page. This enabled me to add the page into the navigation without having the extra code under the title.
In forum: Virtue ThemeHello
*Login to see link
Extra code is showing under the page title in the navigation. When this happened years ago, I was advised to uncheck ‘description’ in the screen options on the page. But I don’t see ‘description’ anymore.I tried unchecking ‘page attributes’ and that didn’t work.
I also tried deactivating all of the plugins and that didn’t work.So now I have to bother you!
Thank you for you help,
CarrieIn forum: Kadence ThemeHello. When we click the drop down menu on the product page it seems to be sensitive and click off without being able to scroll down easily and choose a product option. Could you help with this? And is there a way to make the drop down menu on the product page longer for selecting a variant. So when you click the product drop down menu you can see all of the options at once?
In forum: Kadence ThemeIn reply to: Change z-index of Header?
August 18, 2021 at 1:27 pm #267361Looks like that did the trick! I was just about to give you an update on what I had found through my tinkering.
I was able to figure out something new and helpful, but I couldn’t figure out how to apply it to the site.
Using developer tools, I found this chunk of code:
#zoid-paypal-buttons-uid_6a20093fc1_mtg6ndg6mze {
position: relative;
display: inline-block;
width: 100%;
min-height: 35px;
min-width: 200px;
max-width: 750px;
font-size: 0;
z-index: 0;
}It initially did not have the z-index option, so I added it. Much to my delight, the page responded as I wanted (in dev tools). When I added it to additional CSS I saw no difference despite what I saw in the live preview. Could you point me in the direction of what I should learn in order to understand why this particular thing happened, or more precisely, how to go from testing in dev tools to applying in WP? It feels like I’m close to a clearer understanding, so I don’t want to abandon the learning process. I’m pumped that I was able to almost hunt down my own solution, and I’d love to be able to answer more questions than I ask in the future.
Thanks again for your help!
In forum: Kadence ThemeIn reply to: rows per page option not showing in theme customizer
Hey,
Thanks for that screenshot! The option is definitely missing. If you haven’t already, please run through these troubleshooting steps to ensure you’re up to date on everything and there aren’t any plugin conflicts.
https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/
Once you’ve gone through all steps on that page, let us know if you see any difference.
Thanks,
KevinIn forum: Kadence ThemeIn reply to: Change z-index of Header?
August 18, 2021 at 10:33 am #267356Hi Kevin!
Here is a link to one of the product pages of the site:
In forum: Kadence ThemeIn reply to: Change z-index of Header?
In forum: Kadence ThemeIn reply to: How do I change the header image ?
Hey, thanks for contacting us regarding your header images!
Depending on how your header is configured, this may be accomplished a few different ways. Can you please share a link to the products and pages that you’d like to change so that we may determine the best approach for your site?
Thanks,
KevinIn forum: Kadence ThemeTopic: Change z-index of Header?
August 18, 2021 at 9:42 am #267353I’m pretty new to most of this, which should be evident by my post. I’ve searched for as many combinations of words and phrases that I could think of, tried some of the suggestions, but am not getting my desired result. I don’t really know enough to look at someone else’s code for a different theme, and then understand how to apply it to Kadence.
My issue is that the PayPal buttons on my product pages are being presented on top of the header. I also had this issue with a few Woo elements, but was able to make the adjustments fairly easily. Such is not the case with the header and/or PayPal buttons. I believe the proper way to remedy this is to adjust the header z-index, but I can’t seem to figure out how. My best hope so far, and the one that made the most sense to me was this snippet:
.kadence_header {
position: absolute;
z-index: 2;
}When applied to “Additional CSS,” there was no visible change.
I’ve included a shot of what I am seeing just in case I am using the wrong terminology.
Thank you.
-Kevin
In forum: Kadence ThemeIn reply to: rows per page option not showing in theme customizer
August 18, 2021 at 7:28 am #267351kindly check the image i have shared.
there is no option for rows per page and product per page is already set to 4 still shows 2.In forum: Kadence ThemeIn reply to: rows per page option not showing in theme customizer
AnonymousAugust 18, 2021 at 7:24 am #267350Hi there,
Thank you for sending the link to your website. I checked it and saw that the shop page is indeed only showing 2 products on each page.
Can you check your Customizer settings for these? Go to Customizer >> WooCommerce >> Product Catalog. You should be able to find the settings for “Products per row” and “Rows per page”. See if the numbers found there reflect on what will be shown on the Shop page: https://nimb.ws/6fX0wY
I hope this helps and let us know if we can assist you further.
Kind Regards,
MichaelIn forum: Ascend ThemeGreetings!
I’m using header layout #5 with the logo in the middle and extras on either side. I don’t plan on using the menu beneath, but rather placing vertical menu in the secondary widget area which is enabled. I’ve created and embedded this menu but I can’t get it to appear!
The page in question is HERE. What am I doing wrong?
Thanks for any help as always!
In forum: Kadence ThemeAugust 18, 2021 at 4:30 am #267345on the theme customization option under WooCommerce > Product Catalog i am not able to find the rows per page option. also product per row is set to 4 still it is showing only 2 products and rest are paginated.
I am using the latest version of the themewebsite link – *Login to see link
-
This topic was modified 4 years, 8 months ago by
manoranjan.panigrahi9.
-
This topic was modified 4 years, 8 months ago by
-
AuthorSearch Results



