Riddhi Shukla
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Blog and Widgets] Why is this plugin needed?Hello,
Thank you for achieving us…
This plugin is used to display blog in slider and grid view with lots of parameters to manage blogs in different ways. is there any specific feature or requirement you want to achieve using this plugin.
Let me know your thoughts, please.
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Sorry, Something happened wrong.Hello,
Thank you for reaching us…
You are asking about skipping optin issue which is working for our side, please share a screenshot with us.
You join us on our website live chat. Go to this plugin profile where you can find our website link to join us.
Let me know if anything.
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] How to stop paragraph strippingHello,
Thank you for your reply…
This is not possible for short content because we are using “get_the_excerpt()” function for it which is automatically remove space.
Please check and let me know if anything.
Hi Christian,
Thank you for reaching us…
You have to add this code in your active theme “template-parts/content-search.php” file.
Also, you can try this code between this while loop,
<?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'template-parts/content', 'search' ); ?> <?php echo do_shortcode(‘[popup_anything id=”14292″]’); ?> <?php endwhile; ?>
Please check and let me know if anything.
Hello,
Thank you for reaching us…
You can use “instagram_link_text” parameter to change text of the button which you will found on any Instagram feed popup.
For example: [iscwp-slider username=”instagram” instagram_link_text=”Testing button text”]
Let me know if anything.
Hey,
Thank you for your update…
I have to check and debug on your website. Can you go to my profile, where you will found our website link. You will join us on website chat where our support team help and guide you to resolve this bug.
Let me know if anything.
Forum: Plugins
In reply to: [Post Category Image With Grid and Slider] Need more than 4 columns?Hello,
Thank you for reaching us…
I will consider about your suggestion and update this feature in future enhancement. Thank you for your suggestion and kindness.
Hello,
Thank you for your update…
You are having an error of “$ is not found”, when you are adding JS through Custom JS plugin.
Try this code
jQuery("#tab1").click(function(){ jQuery('.selector').slick('setPosition'); });
Let me know if anything.
Hello,
Thank you for your reply…
You can able to try something like this on click or change of new tab,
$(selector).slick('reinit');
or
$(selector).slick('refresh');
Simplest example,
$("#tab1").click(function(){ $('.selector').slick('refresh'); });
Please provide a reference link to check your issue directly on the website once.
Hello,
Thank you for reaching us…
If you are using this plugin in the elementor tab than you have to initialize slick on every tab which is not supported through our plugin so you have to customize it as per your requirement.
Please check and let me know if anything.
Forum: Plugins
In reply to: [Slider and Carousel Plus Widget for Social Media] plugin working???Hello,
Sorry about your inconvenience…
We are working on this plugin because after the last update on Instagram API, some of the users are facing issues in this plugin.
Please allow us some time, I will update you soon.
Forum: Plugins
In reply to: [Image Gallery Slider For ACF] is it working?Hello,
Thank you for reaching us…
You are using the different plugin because our plugin link is,
https://www.ads-software.com/plugins/frontend-gallery-slider-for-advanced-custom-field/The shortcode of the plugin is the same as no issue in that.
[acf_gallery_slider acf_field=”Galerie”]
Note: Please do care with quotes(“) when you copy and paste the code in you page.Please check once again on your side and let me know if anything.
- This reply was modified 4 years, 7 months ago by Riddhi Shukla.
Hello,
I have check this plugin compatible with WordPress 5.5 beta version3, it’s working perfectly. Also, I have check theme compabilty from twenty twelve to twenty twenty themes.
Please check and let me if anything.
Forum: Plugins
In reply to: [Post grid and filter ultimate] Featured Images are BlurryHello,
Yes, you need to apply parameter withing shortcode “[” square brackets.
Please check and let me know if anything.
Forum: Plugins
In reply to: [Portfolio and Projects] PHP ErrorsHello,
Thank you for reaching us…
I have double check this issue and defined method and class in my demo its working perfectly. Please check and debug this issue after deactivating other plugins.
If you are still having these errors then let us know.
- This reply was modified 4 years, 7 months ago by Riddhi Shukla.