balram19
Forum Replies Created
-
Hi @mvarela,
please tell us which theme you are using with this also which plugin using along.
thanks
Hi @mvarela,
Please go to plugins > plugin editor and select Tabs Responsive and go to ink > admin > data-post > tabs-save-data.php file change the below code with other code on line number 13
$tabs_desc = stripslashes(wp_kses_post($_POST['tabs_desc'][$i]));
To
$tabs_desc = stripslashes($_POST['tabs_desc'][$i]);
After changing this put shortcode again in tabs.
Thanks
- This reply was modified 2 years, 8 months ago by balram19.
Forum: Plugins
In reply to: [Service Box - Icon Box Showcase] Full width display with shortcode?Hi @plepicier,
Go to plugin > Plugins Editor > Select Counter Number Showcase > assets > js > select counter_nscript.js replace this code to below code.
jQuery(document).ready(function( jQuery ) { jQuery('.counter').counterUp({ delay: 20, time: 2000 }); });
To
jQuery(document).ready(function($) { $('.counter').each(function () { $(this).prop('Counter',0).animate({ Counter: $(this).text() }, { duration: 4000, easing: 'swing', step: function (now) { // $(this).text(Math.ceil(now)); $(this).text(Math.ceil(now).toString().replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1 ")); } }); }); });
If it works or not let us know.
Thanks
Hi @mijia99eggers,
Glad that your issue has been resolved if you like our plugin please rate us.
Thanks