Uzzal
Forum Replies Created
-
We really appreciate your valuable feedback. It gives us pleasure when a user feels convenient using our plugin. ??
Thank you for sharing your experience.
So, it worked.
The title is set inside an H3 tag and it has a CSS property of padding-bottom from your theme.It can be overridden by using CSS. Please try the below one.
CSS:.sp-ea-one .sp-ea-single h3 { padding-bottom: 0px !important; }
Hope it will work. I appreciate your response.
Hello,
It can be done by using custom CSS code. It would better for us to answer you exactly if you could share the page link.
However, try the below CSS code in the ‘Settings →CUSTOM CSS‘ field of the plugin.
CSS:.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a { padding: 8px !important; }
Feel free to adjust the value from 8px to anything you like.
Hope it works. Waiting to hear back from you.
Thank you.Thank you very much for praising the support team.
We try our best to help.After purchasing the plugin, the primary support is very essential to know about its features and adjust it with theme-plugins. We try our best to satisfy our valuable customers.
Thank you very much for sharing your experience.
Thank you very much for praising us. ??
Initial support is very essential to set up the plugin with a theme. We try our best to fulfill that part.
Thank you very much for sharing your nice experience.
Such a rating gives us pleasure and inspiration to contribute more.
Thank you for sharing your experience.Forum: Fixing WordPress
In reply to: Thumbnail Pics Suddenly Large & BlurryHi,
I have checked the issue.
All the img tags of your post have a class named ‘alignleft‘ and a width property is set with importance like ‘width: auto !important‘. It is overriding the width-height(150*150) style.To fix it, you can try the below CSS in the ‘Appearance → Customize → Additional CSS‘ field.
CSS:
.entry-content .entry-image-link img { width: 150px !important; height: 150px !important; }
Hope the answer helps.
Thank you.Hi,
We have found the issue. We have noted it to fix in the next version.
After updating the plugin, you can update it from your dashboard.
Thank you very much for reporting the issue to us.
Hi,
Thank you very much for your suggestion. It is very helpful. We have noted it to add some reset-CSS in the next version.
Gratitude for mentioning it to us.
Thank you very much for your nice compliment. We are inspired greatly.
Hi,
Sorry for the late reply! We were on a vacation.
I have checked the reference link. I haven’t found a slider created with the plugin there. You might remove it.
However, if the rating stars are cut off, it may be a CSS style overridden issue. It can be fixed easily. And, there is an option in the pro version to enqueue/dequeue the font-awesome file from the plugin.
If you need anything to know you can ask us → here.
Thank you.Thank you for experiencing good with the plugin.
Hi,
As the ‘Hide Default Upsells Products‘ feature is turned ‘ON‘, the default upsells section of the theme should be hidden automatically. But sometimes it doesn’t happen.
The default hook of WooCommerce is targeted to hide in our plugin which shows the Upsells products generally from a theme. Some theme authors change the default hook. So, the plugin can’t hide the default upsells products. As a result, there will be two sections of upsells products in the single product page.
To fix this, please search in your theme option if there is an option to hide the upsells products from the single product page. Or, you can contact the theme author to set an option for you.
Thank you.