kyolic
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Homepage Slider disapears when I enable Litespeed CacheDone.
Forum: Plugins
In reply to: [LiteSpeed Cache] Homepage Slider disapears when I enable Litespeed CacheIt worked like charm. I got my slider back and here is my score:
https://eksiup.com/images/62/37/u6619234db3j.jpg
Thanks a million CacheCrawler!
- This reply was modified 1 year, 9 months ago by kyolic.
Forum: Plugins
In reply to: [Advanced Excerpt] I want my excerpts to be centered. How can I do it?It did work! Thanks a million, WPKube! :)))
Best Regards.
Forum: Plugins
In reply to: [Advanced Excerpt] I want my excerpts to be centered. How can I do it?Oh I forgot to mark it as resolved, sorry for that. Done now.
Ok I got it working. First you have to go to Cron tab in Configuration and enter a random name like mycronconfig or something. Then the code to enter in control panel cron schedule would be:
php /home/yoursite/public_html/wp-content/plugins/xcloner-backup-and-restore/cloner.cron.php mycronconfig.php
It doesn’t work before filling in Cron tab with a random name and that’s where I messed up.
Anyway I am so happy to get it working because this is the best backup/cloning plugin out there. You don’t have to worry for anything (server failure, getting hacked, wp getting messed up because of a bad plugin, etc) as long as this runs on a schedule because you will get everything back exactly the same way with a few clicks.
Excellent job.
Forum: Plugins
In reply to: [Backup Scheduler] Database is not included in the backup zipDatabase is in there now. ??
Strange that it is missing when I try to make the zip file one part by increasing memory limit and chunk size.
Well, it doesn’t matter a lot in the end, I can live with a 3 parts backup as long as it is working good. ??
Thanks for this great plugin. I tried many others and this one seems to be the only ‘working’ free one with both cloning and scheduling features. Amazing support as well although it is free. Highly appreciated.
Forum: Plugins
In reply to: [Backup Scheduler] Database is not included in the backup zipI tried “force a new backup with mail” but nothing was sent to my email. But the backup was created in /public_html/wp-content/sedlex/backup-scheduler (same as previous…no database in it).
Here are the settings:
Forum: Plugins
In reply to: [Backup Scheduler] Database is not included in the backup zipNope. Everything is there (administrator – wp-admin – wp-content – wp-includes folders and all the files) but database is missing.
Forum: Plugins
In reply to: [Facebook Like Box Widget] The Box is disappearedPutting the code posted by obat right after the body tag in header.php solved the issue for me. Here is the code:
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/id_ID/all.js#xfbml=1”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>Remember to change this part of the code for your own language:
js.src = “//connect.facebook.net/id_ID/all.js#xfbml=1”;
id_ID there (right after connect.facebook.net) is Indonesian and if you leave it that way your box will say “suka” instead of like! :))
Change it to en_EN for English. So the English one would look like this:
js.src = “//connect.facebook.net/en_EN/all.js#xfbml=1”;
Here is the language codes for the rest:
https://msdn.microsoft.com/en-us/library/ms533052(v=vs.85).aspx
Hope this helps.