Sayful Islam
Forum Replies Created
-
Forum: Plugins
In reply to: [Carousel Slider] Button Style ProblemCan you share you site url so I can detect the issue?
Forum: Plugins
In reply to: [Carousel Slider] Critical issue version 2.0.2Please try 2.0.3. If you still face same issue, share your error log so that we can fix it.
Forum: Plugins
In reply to: [Carousel Slider] TypeError thrownFixed on version 2.0.3. Update to latest version.
Forum: Plugins
In reply to: [Carousel Slider] Carousel Slide Height not working after updateOn version 2.0.2, I fixed this issue can you check once again now.
Forum: Plugins
In reply to: [Carousel Slider] Buttons appearing incorrectly after Update 2.0@babar27 It seems your “WP Fastest Cache” plugin is using older version of css. Refresh your cache plugin and let me know.
Forum: Plugins
In reply to: [Carousel Slider] Broken Site After UpdateCan you share your debug.log file. If you don’t want to share here. you can send me directly at
[email protected]Make sure you added the the following lines on wp-config.php file.
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );See more detail about debugging
Forum: Plugins
In reply to: [Carousel Slider] Buttons appearing incorrectly after Update 2.0If anyone visiting here with same issue, please report your issue here
Forum: Plugins
In reply to: [Carousel Slider] Buttons appearing incorrectly after Update 2.0I will try to fix this issue as soon as possible. Before fixing this issue, you can download previous version from the following link if you want.
https://www.ads-software.com/plugins/carousel-slider/advanced/
Forum: Plugins
In reply to: [Carousel Slider] Reduce transparencyYou can set “Background Overlay” color to make your text clearer.
Forum: Plugins
In reply to: [Carousel Slider] Don`t work on MozillaI tested on Firefox 90.0(64-bit) on Ubuntu 20.04 and seems working fine. Can you check your browser console if you see any error or message.
Also share your site URL so I can inspect directly to your site.Forum: Plugins
In reply to: [Carousel Slider] Add/Edit Gallery button not working…In our testing, it’s working fine.
Can you share some screenshot of your problem?
And also check that there is any error in javascript console. If you found any error on browser console then share that also.If you don’t want to share screenshot publicly, you can also send to my personal email address.
[email protected]- This reply was modified 3 years, 10 months ago by Sayful Islam.
Forum: Plugins
In reply to: [Carousel Slider] Slide is not appearing on HomepageHello,
Check the link for using shortcode inside theme template.
https://developer.www.ads-software.com/reference/functions/do_shortcode/You need to replace
[carousel_slide id='2738']
with
<?php echo do_shortcode("[carousel_slide id='2738']"); ?>
- This reply was modified 4 years, 2 months ago by Sayful Islam.
Forum: Plugins
In reply to: [Carousel Slider] Text Css style or settingsThere is not setting for styling for post carousel. You can inspect your slider on browser and add style.
Then you can copy and paste the styles on Theme customize -> Custom CSS section.Forum: Plugins
In reply to: [Carousel Slider] Carousel slider showing hidden productsThis issue has been fixed on version 1.9.2. Please update to latest version and check.
Forum: Plugins
In reply to: [Carousel Slider] Not compatible with WordPress 5.2.1?I checked compatibility with WordPress 5.2.1 and WooCommerce 3.6.3 and working fine as before.