mmah
Forum Replies Created
-
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Word SpellingHi there,
I tried using Loco Translate for translation, but the site language is English US, the plugin language is English US, so with the plugin it is not possible to translate from English US to English US. You should change it in the original code.
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] changing autoscroll speedTom,
We hope the author fixes it so we do not worry about upgrades!
There is a ways to go around it! This may help https://wptavern.com/how-to-extend-a-wordpress-plugin-without-losing-your-changes
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] TransitionThere is a bug in the plugin, you need to fix it before setting the transition time. visit the link
https://wordpress.org/support/topic/changing-autoscroll-speed?replies=2Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] Transition SpeedForum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] changing autoscroll speedIf you can access the files on the server, then go to the plugin’s dir. In raw 17 script.js file
change
timeoutDuration:chpcsArgs.time_out
to
timeoutDuration:parseInt(chpcsArgs.time_out)
And this should do it.
Another way is to download the plugin to your computer, do the edits then upload it to your site as a new plugin