Snat
Forum Replies Created
-
Forum: Plugins
In reply to: W3 Total Cache Plugin and Litespeed : Compatibility?What exactly was the problem, “not to have my blog in a mess” sadly means little.
Was you having a rewrite issue, cache wasn’t being deleted etc ?
Forum: Themes and Templates
In reply to: rtl on home pageIn header.php for your theme folder, change.
<html xmlns=”http://www.w3.org/1999/xhtml” dir=”ltr” lang=”en-US”>
to
<html xmlns=”http://www.w3.org/1999/xhtml” dir=”rtl” lang=”he-IL”>
Forum: Fixing WordPress
In reply to: Comments have stopped workingHave you tried changing back to the default theme and disabling all plugins ?
Anyway I can contact the developers easily about this, as I don’t think there is anyone on here that can help with this.
Forum: Fixing WordPress
In reply to: moving wordpress to new domain but leaving the databaseI am guessing “my.mysql.db” is being used by your old host internally as a hostname to point to their database server. You will need to ask your old host (where the database is) if they allow external connections or move your database over to your new host.
Forum: Fixing WordPress
In reply to: moving wordpress to new domain but leaving the databaseIt does indeed.
Right basically what happened is WordPress can not find the database. So you will either need to move the database to the new host, or change wp-config.php to reflect the old webhost.
You can ask them (old host) if they allow external MySQL connections and if so, what is the hostname you will need. Once you get that, come back and I will explain which edits you need to do.
If you can not do that, you will need to move the database which is a simple enough task these days.
Forum: Fixing WordPress
In reply to: moving wordpress to new domain but leaving the databaseWhen you changed domain, did you move it to a new web host or a new account with the web host ?
Forum: Fixing WordPress
In reply to: Home,About Me And Archives are all goneWell, what adjustments did you make and what is the URL to the website ?
Forum: Fixing WordPress
In reply to: Migrating posts from one WP site to anotherJust use the export feature in WordPress under Tools, then import it into the other blog.
Forum: Fixing WordPress
In reply to: Google Adsense not showingNormally it takes a while for Google Adsense bot to index a webpage to show ads.
If the code is correct, make sure nothing on the site is against Google Adsense TOS.
Forum: Plugins
In reply to: Jetpack glitchSadly no, I do not keep up with free hosts nowadays.
Forum: Themes and Templates
In reply to: How to debug a new template?I am guessing you got a style.css and a index.php in the theme folder of yours – /wp-content/themes/your-theme-name/ ?
Forum: Plugins
In reply to: Jetpack glitchI had issues with it on 000webhost when a friend asked me to set it up. I never found a work around yet and I disabled all caching plugins etc.
Firstly can you please a normal html file in your root directory to show that the web server is working. Secondly do index.php with
<?php phpinfo(); ?>If that page then loads, we then know the issue is with WordPress and can go from there.
Forum: Plugins
In reply to: How to manage BBPressFirst, what version of bbPress are you using ?
Are you using the standalone or plugin version of bbPress (I believe still in beta) ?