shibi
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Shabbat] Hide Link option not workingHi @spotim, sure [email protected]
- This reply was modified 7 years, 3 months ago by shibi.
Forum: Plugins
In reply to: [WP-Shabbat] Hide Link option not working..
- This reply was modified 7 years, 3 months ago by shibi.
Forum: Plugins
In reply to: [WP-Shabbat] Hide Link option not working..
- This reply was modified 7 years, 3 months ago by shibi.
Forum: Plugins
In reply to: [WP-Shabbat] Hide Link option not workingHi @spotim,
Yes
I don’t think so because its an iframe so you can’t change the inside. and its will break if you only change the main div.
Please post the errors so i could see about what you talk im only see max 5 errors from the chat in a realy bad load ??
in most cases its only 2 errors same error twice.
Failed to load resource: net::ERR_CACHE_MISS
Failed to load resource: net::ERR_CACHE_MISSHi,
Yeah this errors are from the chat itself. but its still load and the errors are not always showed its just how this chat working for now.
All the errors that related to the net:: are coming from the chat itself and not from the wordpress or the plugin.
Forum: Plugins
In reply to: [Export DB to a new domain] export DB to a new domain errorCould you provide me a link to download the old sql file(some backup from your old domain)? Or just the sql for this table before you used the plugin to export?
Forum: Plugins
In reply to: [Export DB to a new domain] export DB to a new domain errorHi,
You need to clean your database before you import the new sql file.
Forum: Plugins
In reply to: [Export DB to a new domain] Once dowloaded, now what?Hi,
After you download the database you need to upload all your files to the new domain.
You can upload new wordpress and just upload the wp-content folder from your old domain.
You need to edit your wp-config.php in the main folder update the database name, database username and password sometimes you need to update the database host too.
Check and update the permission to files like .htaccess and the folder uploads inside your wp-content folder.
Enter to your new database with PHPMYADMIN and import the file you downloaded with the plugin.
The plugin just give you your database ready for your new domain.
for more details on how to move wordpress site you can read here:
https://codex.www.ads-software.com/Moving_WordPressForum: Plugins
In reply to: [Export DB to a new domain] Problem with URLHi,
Thanks I fixed it.
Line 24 was the problem it should beif(substr($this->new_site, -1) == "/") {
Anyway thanks again for notice and report this ??
Greetings.