This topic has 8 replies, 4 voices, and was last updated 2 months, 2 weeks ago ago by Andrew Mitchell
Hi, me again.
I’m still having issues with styles not applying. I have some custom styles I applied to my child theme style.css file that are not applying. I made style changes to the recommended products widget that are not applying. And finally I have a WooCommerce “Request a Quote” plugin that does not actually add the product to the cart.
I am pretty positive it’s a caching issue for all these things. To be clear, I do not want any ajax functionality or extra caching settings on anything. If I have a setting somewhere that enables these two things it is a mistake on my part.
Steps I have taken:
I’ve cleared my browser cache and server-side cache
I’ve deactivated all fringe plugins – no conflicts found
I’ve tested on Chrome, Firefox, IE, and Android
Thanks as always for your help thus far!
Hello, @ryanasm81,
Thank you for choosing XStore as your WooCommerce WordPress theme.
Your request is a bit unclear to us, please describe your problem in detail what exactly you want or your desired goal.
Please provide URL of the page on which you are facing the issue.
To better understand the issue you are experiencing, we kindly request that you record a video demonstrating your actions and the problem. Please upload this video to any file-sharing service and provide us with the link.
We appreciate your cooperation and look forward to resolving your query promptly.
Best Regards,
8Theme’s Team
I just solved a majority of the issues – it was a hung up caching issue from my network. However, I am still seeing the variable price range instead of the lowest price on the product widget on my homepage. I think you had to clear a cache or something for that to change on my blocks.
Hello, @ryanasm81,
Thank you for your response.
1/ We are glad to hear that you have solved a majority of the issues.
2/ To further assist you, could you please provide a screenshot of the remaining problem? This will enable us to better understand the issue and offer the necessary support.
Thank you for your cooperation.
Best regards,
The 8Theme Team
Hi Tony,
This price on the product widget on the homepage should read “From (lowest price)” as it does throughout the site.
Hi @ryanasm81,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.product-type-variable .price::before {
content: 'From: ';
color: #000 !important;
}
.product-type-variable .price {
color: #fff !important;
}
.product-type-variable .price .amount {
color: #000;
}
.product-type-variable .price .amount:nth-child(2){
display: none;
}
Hope it helps!
Clever. That works. Thank you.
Dear ryanasm81,
As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?
Click here to share your valuable perspective: https://themeforest.net/downloads
Your time and trust are highly appreciated!
Best Regards,
The 8Theme Team
The issue related to '‘Styles are not applying/Cart is not working’' has been successfully resolved, and the topic is now closed for further responses