Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
@kitaj01 Do not use URL shortners in these forums again. Those have been abused in the past and are expanded when found. I have expanded yours.
Thank you and sorry for that! I had no malicious intent, I just didn’t want our website URL on display. How do I delete the URL after I have received the support? It wont let me edit the post once time has elapsed
Thank you
Plugin Author
WPBean
(@wpbean)
@kitaj01 It seems a small CSS style issue with the theme. It can be fixed by adding 2 lines of CSS code. Can you give me your site URL? So that I can check it and provide you the CSS code?
Thanks
Hello! Thanks for that!
URL: https://livegiveaways.co.uk/
Thank you 🙂
Plugin Author
WPBean
(@wpbean)
Hi,
We just released an update for this plugin. Please update the plugin on your site.
After that add this CSS code on your site –
.wpb-woo-products-slider.woocommerce .wpb-wps-slider-item span.onsale {
top: 0;
left: auto;
}
Hello! This has not worked unfortunately 🙁
I have updated the cache and entered in the CSS code but it has made no change, and changing the values for top and left also make no change..
I look forward to hearing from you!
Thanks 🙂
Plugin Author
WPBean
(@wpbean)
ok, Where you added the Custom CSS code? It may not be applied properly. I can’t see the code here.
Go to your site customize ( WordPress Admin > Appearance > Customize > Additional CSS ) and add this custom CSS code-
https://puu.sh/FR3Sl/3047b533b8.png
.wpb-woo-products-slider.woocommerce .wpb-wps-slider-item span.onsale {
top: 0;
left: unset;
}
Thanks
Hello! Thanks for your reply, I had commented out the code as it didn’t work, I have taken out the comments and the code is now active!
Still not made a change.
Thank you for fixing the navigational buttons 🙂
Regards
Plugin Author
WPBean
(@wpbean)
I mentioned you to add the CSS code to the Customizer, You haven’t. You add this code to the Themify customizer.
Then Replace the code with this one –
.wpb-woo-products-slider.woocommerce .wpb-wps-slider-item span.onsale {
top: 0!important;
left: unset!important;
}
Im so sorry I didn’t realise there was a difference!
Thank you for your help, that worked perfectly
How would I go about having our company URL removed?
-
This reply was modified 4 years, 4 months ago by kitaj01.
Plugin Author
WPBean
(@wpbean)
Good to know that.
Do you like provide this plugin a 5 star rating?
Huge thanks in advance.
I will do that now 🙂 Thank you
I have one more issue!
Is there a way to permanently display the Hover popup on tablets and mobiles? As they lack a mouse cursor to hover over the product for the popup to be displayed and see the price before clicking into the single product!
Thanks again!
Plugin Author
WPBean
(@wpbean)
Can you try this CSS code? Hope it will solve this-
@media (min-width: 768px){
.cs-style-3 figure figcaption, .cs-style-3 figure figcaption {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s;
}
}
It worked for the desktop website but not the mobile/tablet site (the wrong way round) haha