Toharo
Forum Replies Created
-
Forum: Plugins
In reply to: [Header Footer Code Manager] LiteSpeed Cache issuesManaged to figure out the issue, “Cache Mobile” needs to be enabled in order to ensure that mobile and PC pages are cached differently.
Forum: Plugins
In reply to: [Brevo - Email, SMS, Web Push, Chat, and more.] Newsletter signup widgetHi,
No, they provided me no support with this and I couldn’t sort the issue out.
I’ve opted out to use mailchimp, atleast their support helps their customers.
Forum: Plugins
In reply to: [Testimonial Rotator] The review has no reviewed item specified.@tvhawk Good man! That sorted my issues out.
Forum: Plugins
In reply to: [Testimonial Rotator] The review has no reviewed item specified.Same here, is the plugin author still maintaining this plugin or no?
Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Abandoned basketHi Chetna,
Thanks for this.
I’ve checked the backend and I don’t see any information?
See below:
https://www.repeatlogo.co.uk/backend/wp-content/uploads/2017/10/RL-A.pngThanks,
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] scandir()The one listed above.
Error: scandir(): (errno 0): Success
Forum: Plugins
In reply to: [WP Flipclock] Daily countdown to specific time of the dayBrillian Rhys, thanks for this.
Forum: Plugins
In reply to: [WP Flipclock] Daily countdown to specific time of the dayHi Rhys,
Thanks for raising this as an issue, I have managed to work around this with the following code alteration in wp-flipclock/inc/display.php:
if (diff".$name." > 0){ clock = jQuery('.".$name."').FlipClock("; ... ... ... ... $clock_js_string .= "}); } else clock = jQuery('.".$name."').FlipClock(0,{ autoStart: false}); });