ShapedPlugin LLC
Forum Replies Created
-
Hi @georgelizos,
Sorry to hear that you are facing such an issue.
After getting your query we have tested the WP Carousel plugin with the Divi theme creating the posts. Unfortunately, we didn’t face any kind of issue. Everything is working fine on our end.
Can you please share your current versions of WordPress, PHP, and the Divi Theme? So that we can be able to generate the issue and figure out the exact solution.
It would be better if you create a support ticket here to get a better response.
Thank you.
Hi @shenalorlof,
Thanks for your query. Hope you are fine.
We got your point. The issue was occurring due to the CSS conflict. It can be solved easily by tweaking some custom CSS.
We have visited your site but unfortunately, we didn’t find the Product Slider section. Did you move on?
Please let us know. Thanks again.
Hi @ffortissimo,
Kindly add the following PHP code in your current theme/child theme funtions.php file to use the placeholder image. See the screenshot for a better understanding.
add_filter( 'pcp_no_thumb_placeholder', 'pcp_no_thumb_placeholder_modified' ); function pcp_no_thumb_placeholder_modified( $placeholder_url ) { $placeholder_url = "https://ps.w.org/post-carousel/assets/icon-256x256.png"; return $placeholder_url; }
Hope now you can do it. Thanks.
Hi @calliz21,
Thanks for your query. Hope you are doing good.
To change the image size, please use the hard crop property instead of any soft cropped properties. The hard crop property will resize the images.
If it still doesn’t change anything then please open a support ticket here sharing the page link. So that we can have a look at the issue and figure out the solution.
Hi @knufflpuffl
Apologies for the delayed response. Hope you are fine.
Yes, it’s possible to change the slide programmatically. You can set custom controls with JavaScript.
As we didn’t try it before, so we aren’t able to give you the exact solution right now.
Thank you.
Hi @sheyhernandez,
Sorry for being late to reach you. Hope you are fine.
We are really sorry to say that transferring any customized code to the child theme through a hook or template modification system is currently unavailable in the light version of the plugin.
We have noted this point as a feature request on our plugin development roadmap. If it seems feasible then it will be included in the future version of the plugin.
Your understanding would be much appreciated.
Hi @ffortissimo,
Apologize for the delayed response. Hope you are fine.
Please use this hook to add your desired placeholder image. Change the image URL with yours from the below code.
add_filter( 'pcp_no_thumb_placeholder', 'pcp_no_thumb_placeholder_modified' ); function pcp_no_thumb_placeholder_modified( $placeholder_url ) { $placeholder_url = "https://ps.w.org/post-carousel/assets/icon-256x256.png"; return $placeholder_url; }
Hope the above helps. Thanks.
Hi @hoopetsmo,
Thanks for reaching us. Hope you are fine.
The issue you are talking about is pretty unusual. Did you set the product featured images properly? This kind of issue only happens when the featured image isn’t set properly. See the screenshot. Please check the settings again.
We got your support ticket and replied to you there. Kindly check.
Thanks again!
Hi @la2kriminal,
We are sorry to say the Location Weather plugin doesn’t have the option to show hourly weather.
We always try to improve our plugin. We have noted this as a feature request on our development roadmap. If it seems feasible then it will be included in the future version of the plugin.
Your understanding would be appreciated.
Thank you.
Hi @zoostudio,
Thanks for using the plugin.
Sorry to say that the current version of the plugin doesn’t have any template override option/any custom hook to show the category term description without modifying the plugin.
So, please keep a backup of your modification if the next update erases your customization. We have noted this as a feature improvement in our development roadmap. Hopefully, the template override option from the theme/child theme directory will be added to the future version of the plugin.
Regards,
The ShapedPlugin TeamForum: Plugins
In reply to: [Quick View for WooCommerce] Can I place the button into the image on hover?Hi @amillionmiles,
Thanks for your query.
Can you please share the reference link so that we can have a look at the section deeply? Please open a support ticket here to get the support in a better way.
Have a good day!
Hi @sotnas,
Thanks for your query. Hope you are doing good.
This feature is not available in the current version of the plugin. Please open a support ticket here so that our support team can assist you better.
Regards,
The ShapedPlugin TeamHi @nurthex,
Sorry, we didn’t face this issue before. We visited your website and found that the carousel is working fine.
If this issue remains yet, please open a support ticket here to get better support.
Regards,
The ShapedPlugin TeamForum: Plugins
In reply to: [Quick View for WooCommerce] popup close button doesn’t workHi @amillionmiles,
We have also tested in Waterfox. The result is the same. The quick view close button is working smoothly.
I have captured a video to show you. Please watch this video. Without seeing the page it’s hard for us to investigate the issue properly.
Hope you understand. Thank you.
Forum: Plugins
In reply to: [Quick View for WooCommerce] popup close button doesn’t workHi @amillionmiles,
Thanks for reaching us. Hope you are safe and well.
After going through your query we have tested the popup close button in our local environment as well as the demo page in Firefox. Unfortunately, we didn’t get any issues. It is working perfectly.
Can you please share the reference link? It would be better if you contact us.
Have a good day!
Thanks.