iro18
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upload page updates from localhostFiles on the dashboard ?, You mean code or pages / posts ? first case, see last modification dates and upload, for the second, modifications are in the database so update DB
Forum: Fixing WordPress
In reply to: build a second site to replace present siteYep you need to do it ^^, it takes few minuts indeed but it’s simple ^^ (I did it too for my clients)
Forum: Fixing WordPress
In reply to: Upload page updates from localhostIf you’re working on the same project with same folder it will auto update o_O.
If not, use GitHub
Forum: Fixing WordPress
In reply to: Style.css ( Basic question)Hi, you can’t copy paste the firebugg css.
Why ? element.style doesn’t exist, it’s just style which is apply directly on the tag with firebug, to get the good result, you need to write the good selector, maybe something like this:
div.mydiv { height: 300px; width: 300px; }Forum: Fixing WordPress
In reply to: build a second site to replace present siteIf I understood the question, I do like this:
Create Folder like “Mydomain.com/new/
Then I duplicate my database and install a new one, change my settings.php then work on it.
When you finished, just transfer via ftp, and enjoy =)Forum: Fixing WordPress
In reply to: Reset Twenty Twelve ThemeOr just Download the theme again, put in in your folder, change name then use it ^^
Forum: Fixing WordPress
In reply to: Images missing after server migrationHi, I think (no sure) that you didn’t transfer all your files, and specialy the Upload folder.
The permalink seems good, so check your folders, or maybe your .htaccess (to check this put a new wp htaccess)Forum: Fixing WordPress
In reply to: Strange URL structure for non-homepage pagesI think during your transfer, and your DB transfer you changed the base URL of the website to : http://leapoffaithdancecompany.com/index.php.
change it to : http://leapoffaithdancecompany.com
No other explanation for me =).Edit : You can find script on the web to change all addresses from your website by the DB =)
Forum: Fixing WordPress
In reply to: So this just appeared…Check your .htaccess, take a clean one, then refresh, you’ll see if the problem comes from here.
Forum: Themes and Templates
In reply to: Why does my website look different on different browsers?A simple
#header { margin: 0 auto; }will work ^^
Forum: Themes and Templates
In reply to: [Adelle] Adelle theme bug : font is white (so not visible)Thank You. Had the same Problem with other theme =)