This topic has 21 replies, 3 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler
Hi,
When I open a product page for a product with variable pricing, the default price will be much larger and bolded, but however when you select a different option it will be very small. How do I fix this so that every price will be shown as it does in the beginning?
Here’s an example:
On initial load: https://i.imgur.com/yYWOyjq.png
Changing the option: https://i.imgur.com/W65al2h.png
If I change the amount back to one, it will still display it much smaller.
Hello,
The problem appeared because woocommerce-price-based-country plugin changed the class of the price div block. Add the following custom to child theme style.css
.woocommerce-variation-price {
font-size: 30px;
}
We’ll also improve selector in the next theme update to avoid this issue in future.
Regards
Thank you, that works great for now although it doesn’t look 100% the same (https://i.imgur.com/FFJcUwH.png vs https://i.imgur.com/FXUSfZJ.png)
Nothing major at all, just thought I would mention it. Great to hear the theme will be updated as well.
Thanks again!
Hello,
Replace the previous code by the following
.woocommerce-variation-price {
font-size: 30px;
font-family: 'Roboto';
}
Regards
Great, thank you.
Another issue I’ve been having is with how the links are embedded when I want to link them somewhere. It will show ‘was last modified x by x’, which I would like to get rid of, and possibly also edit it to my liking, to show something more relevant to the content of my website, especially on the front page, but it’s also present on product pages etc.
Examples: https://i.imgur.com/Vu04OFQ.png
Hello,
You’re welcome!
Provide us with temporary wp-admin and FTP access.
Regards
Done 🙂
Hello,
You are using All in One SEO Pack Plugin, so the option “Disable default Open Graph meta tags” should be ON (Theme Options > General http://prntscr.com/oniuau ) In other case og:description tag takes page excerpt that includes modified by text. Try now.
Regards
Hi,
Thanks again. Is it possible without the plugin? Because now it seems like when I link a product it overrides the text and product image there to be the same as any other link to the website.
Hello,
I have tried to share product and it displays product image and product title + site title http://prntscr.com/onjpk9 Everything is according to your SEO plugin settings http://prntscr.com/onjro9
Regards
Hey
Okay, before it would show part of the product description, can I still have it do that somehow? (as seen here: https://i.imgur.com/Vu04OFQ.png)
Also, for some reason the banner seems to get blocked by uBlock Origin, perhaps other adblockers as well, I have been unable to figure out why
Hello,
Sorry, but your questions are a bit unclear for me. Please describe them in more details.
Regards
Hi,
As shown, before enabling this option it would show part of the product description (here: https://i.imgur.com/fFHeMaK.png), now it will show the same text for any page as far as I can see, is there any way I can have it so it shows the product description when I link to a product again? Here’s what it looks like now, I also can’t seem to get it to show the product image instead of that logo: https://i.imgur.com/abjJBeV.png
The other thing I was talking about is the banner on the home page, as seen here: https://i.imgur.com/fBK6Dd0.png – It seems some ad blockers are blocking it for some reason, so it doesn’t show up. I know that uBlock Origin has done this, but I can’t figure out why this is happening.
Here is the log from uBlock Origin blocking my website banner: https://i.imgur.com/xGGanlY.png
Hello,
1) I would suggest you to use Yoast SEO plugin instead of All in one seo pack. Then you’ll be able to manage SEO product/page descriptions, images etc http://prntscr.com/oogata
2) We are not Master slider developers and we don’t know why uBlock Origin blocking the slider images. You may submit request about this to Master slider developers but you need to buy an individual license for the plugin in this case https://codecanyon.net/item/master-slider-wordpress-responsive-touch-slider/7467925 . Or use Revolution slider instead of the Master slider, it works fine, check the home page.
Regards
Hello
1) Great, I am now using this plugin and it seems to be working as intended.
Though there is one thing, whenever a link is embedded, it will now once again show the ‘was last modified: xxx’ as seen here: https://i.imgur.com/jG2iD4Q.png – which I would very much like to get rid of, I can’t seem to figure out how to do this. The ‘Date in Snippet Preview’ option is set to hidden, but I’m not sure if this is what I’m looking for.
2) Perfect, thanks a lot for that.
Thanks for the very helpful support, I suspect this is the very last thing for now.
Hello,
1) Removed. Don’t forget to add a meta description for the home page, it’s useful for SEO.
Regards
Thank you for all the support and the pointer on SEO :), everything seems to be working as I want it now.
Now Yoast is suggesting me that I change my permalink structure to ‘/%postname%’ but when I try to do that every link I have seems to 404.
Hello,
You are welcome.
Contact your hosting provider. This is something related to your server settings https://www.cyberciti.biz/faq/how-to-configure-nginx-for-wordpress-permalinks/
Regards
Thank you I will do this. That’s all for now 🙂
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up