ShapedPlugin LLC
Forum Replies Created
-
Hi @captainslog,
The images can be bigger or smaller according to space it is getting. Use the below CSS to smaller the image:
/* Large devices (laptops/desktops, 992px and up) */ @media only screen and (min-width: 992px) { sp-testimonial-free-section .sp-tfree-client-image { margin: 0px 0px 22px 45px !important; width: 186px !important; /* set the margin according to the width to make the image in center position*/ height: auto; } } /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) { margin: 0px 0px 22px 0px; width: auto !important; }The second image size is too small(40X40)px, That’s why it is pixelated.
Thank you very much!
Hi @rudirudi,
Apologies for the late reply.
You can set the width of the testimonial wrapper with custom CSS.
Use the below CSS to set width for the testimonial wrapper:/* Large devices (laptops/desktops, 992px and up) */ @media only screen and (min-width: 992px) { #sp-testimonial-free-wrapper-972 .sp-testimonial-free-section { width: 543px !important; } }Replace the ID(972) with your carousel ID to make the CSS work.
Hope this helps.Thank you very much!
Forum: Plugins
In reply to: [Quick View for WooCommerce] Fontawesome IconHi @chris1007,
If you use the CSS and eye Unicode properly then it should work. There might be a problem regarding the font awesome version. We need to check the issue deeply. So, it would be better if you contact us in our forum.
Thank you very much.
Forum: Plugins
In reply to: [Advanced Portfolio] Getting the image to fill the spaceHi @tracystokes,
Sorry for being late to help you. Yes, the images can be fill up to the border using custom CSS. Use the below CSS to set the width and height of the images. Adjust the width and height according to the images you are using.
.sp-advp-image{ width:300px !important; height: 400px !important; }Hope this helps.
Thank you very much!
Forum: Plugins
In reply to: [Quick View for WooCommerce] need to close quick view popupApologies for the late reply!
Quick View Popup close and more details button options are not available in the current version of the plugin.
Sorry for the inconvenience.
Thank you very much!
Hi @rudirudi,
Apologies for replying late.
There are options in the plugin to set columns for different devices. By default, they are set to 1. Please set the column values as per your need from the plugin General Setting Tab. Check the screenshot for a better understanding.
If you need any further assistance please contact us.
Thank you very much!
Hi @franks123
Thanks for your query, Apologies for replying late. Yes, the Testimonial plugin supports AMP. Have a good day!
Thank you.
Hi @flyagaricus
Thanks for reaching out to us.
You can purchase a single site license and you will be able to develop within on your staging site as well as production. If you have more queries, please let us know.
Have a nice day!
Thank you.
Hi,
Thank you for reaching us. The error is directing a missing class of the plugin. Give a try by clearing your caches and reinstall the plugin. Let us know if the issue still persists.
Regards
Hi @yashjee003
Thank you for contacting us. Sorry for replying late.
The page link you have given is showing and under construction message. We are unable to check the issue. We need to check the page URL to give you a proper solution. So please check and provide us the valid page link.
For a faster solution, please contact to our active support forum. We will be glad to assist you.
Thank you!
Forum: Plugins
In reply to: [Quick View for WooCommerce] Quick View LinksHi @hollysieck,
Extremely sorry for the late reply.
We are really sorry to say that the feature you are asking is not available in the current version of the plugin.
Have a great day!
Thank you.
Forum: Plugins
In reply to: [Latest Posts] Change size of post titleHi @mbomex
Apologies for the late reply! Thanks for choosing our plugin.
Use the below CSS to increase the font size of the post title.
.widget .sp-latest-posts-widget.latest-posts .entry-title a{ font-size: 20px !important; }Adjust the font-size as you like.
Have a great day!
Thank you.
Hi @roshankhan
Apologies for the late reply!
To show the category slider on every category page, you have to put the PHP shortcode in your theme category page. Use the PHP code after the banner of the category page.
Have a great day!
Thank you.