http://www.vintagefret.com
Hello, I’ve recently updated my theme, and I have a few questions.
I’d like to hide pricing on my category/catalog pages, but allow it to show on product pages.
I’d also like to eliminate the “Free!” message when I input a price of 0.
I’d also like to show sku’s on the product pages, this feature seems to have disappeared recently.
I had this stuff fixed until the update, now the custom CSS I was using doesn’t work.
Thanks for the help, I tried searching for answers but couldn’t seem to figure it out.
Hey,
Just to offer some perspective with “errors” should be careful how that word is used. Usually an error would mean something is broken in how it’s used or how a browser or how a search engine sees something. But used here that word errors doesn’t mean the same thing, errors here is based on a suggested method for doing something but don’t actually change how the browser or search engines see your site and it’s important to note that W3C can show errors with items that are internal for older browser support. So It doesn’t scare me that your site would show errors from the validator, it’s a tool and not always perfect. For an example of what I mean see amazon and the 70 erros it has: https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.amazon.com%2F
But in terms of your top three “errors” those are with the rev slider plugin. If this setup bothers you then I would suggest using a different plugin like the Kadence Slider.
As for the Duplicate ID. Yes I know about this, should be fixed in the next theme update. It happends if you place two search bars on the same page.
Ben
Hello Kevin,
Sorry for the delay, guess I didn’t click the notify button.
The site is Beerdrop.org, and you should be able to find an example of my issue on one of the product pages.
As a side note, the Kate Upton picture is a placeholder, please don’t judge me.
Thanks!
I dont think it is an error. It is just seen when there is not enough content on the page. On my laptop its fine but on bigger screens it becomes more of an issue
Home page layout is missing several options.
*Login to see link
On some display sizes the footer lifts off the bottom of the screen. Could you please let me know what CSS to use to make it so the footer sticks to the bottom of every page.
*Login to see link
Hey Sommer,
When you get a fatal error can you tell me what the error says? like do you have wp_debug on? or is it just a white page?
Have you tried removing and reinstalling the plugin?
Ben
You can use a function to make it so all pages don’t have a sidebar. This could would be done through a child theme here: https://www.kadencewp.com/child-themes/
function kad_sidebar_pages($sidebar) {
if (is_page()) {
return false;
}
return $sidebar;
}
add_filter('kadence_display_sidebar', 'kad_sidebar_pages');
Ben
Dear Kevin,
yes I have do ….
On the admin Area These comments are not Show on the page … I dont know where is a Option where I have told the System These is the comment page / testimonial page and I dont know where I have to clear …
please help me
thanks
Jenny
Hi Ben / Hannah
How do I change the font size in Virtue”s:
1. Sitewide Footer Call To Action
and
2. The Homepage Flex Slider
pls advise
Thanks
Is there a way to disable the lightbox on Woocommerce, so that the main image on the product pages doesn’t open at all or link to anything? CSS? Just curious…
Ahh! I see. It’s on the actual page options. I got it working now. Thank you.
Dear All,
due to my customers havent make Picture on the comment side I have now Change the design.
Now I have it 2 times where
Have look where I can clear that These page is the Testimonial Page – I have clear 2 times in the main Settings – but it is still showing ??
*Login to see link
What can I do to eleminate and clear on These page the below commments from my customer ?
Many thanks fp helping
Jenny
Hey Calle,
In your portfolio grid edit page under Portfolio Page Options you should see Portfolio Work Types and you can select to only show a specific work type.
Is that what you’re looking for?
Hannah
Is there a way to have only one category for the portfolio grid page? For example, I have a “Case Studies” page for the category Case Studies. I have another page called “Image Gallery” for that category. I have the image gallery page set up just fine, I just only want the case studies to show on the portfolio grid template.
Here is the link to the page: *Login to see link
Thank you! That worked perfectly. Is there also a way to get rid of the price range on the shop page? IE $10.00-$30.00 and leave it just blank? I tried this but it does not work:
.product-type-variable p.price {
display: none !important;
}
We have published products on our woocommerce page with the Virtue Premium theme. No products are visible, on the backend the products are visible. On the frontend, they are not. Is there a glitch with the theme currently?
Thank you,
Eliza, When I clicked on your site it loaded strangly in terms of getting half the page up then kind of reloading. because of all your errors and slow server response I can’t tell much more. But take a look at this:
http://tools.pingdom.com/fpt/#!/cRzNTw/http://www.diymode.de/
You have some serious issues with load time. 8.0mbs is a very very large site and 369 requests is really bad.
Here is a post about site speed: https://www.kadencewp.com/need-for-speed/
For a referance see the demos scores: http://tools.pingdom.com/fpt/#!/dlp9t0/http://themes.kadencethemes.com/virtue-premium/
Ben
Hey Venci,
That isn’t something that would be built in.
So you use a child theme and build in another widget area into the footer.
Or as a workaround you can change the columns to two. In your theme options > footer settings. Then add this css:
.footercol1, .footercol2 {
width:100%;
}
That will give your footer two rows with 1 widget area in each. Then you can use the “layout builder” widget from pagebuilder and create 4 columns with the top widget area. Make sense?
Ben