sarahtodde
Forum Replies Created
-
Forum: Localhost Installs
In reply to: local host migration, This webpage has a redirect loopI discovered the Duplicator plugin and started from scratch with the migrate using that. Worked like a charm. Great tool. Not sure where I went wrong originally but all is good.THanks.
Forum: Localhost Installs
In reply to: local host migration, This webpage has a redirect loopHi Stuart, Good suggestion. I tried that but no luck.
I have also tried adding “define(‘RELOCATE’, true);” to my wp-config.php file
as well as creating an .htaccess file and placing this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Thanks again. Let me know if you have any other suggestions.
Thanks. For a while I set it up as an iframe because that validated fine. But if it is fine to get those errors using inline I’d prefer that because the load time is much better. Thanks for responding.
Forum: Plugins
In reply to: [jQuery Colorbox] [Plugin: jQuery Colorbox] first image not loadingThanks for your reply. I don’t think I ever got what I wanted to work at the time, but I am happy with what I have now. Thanks!
I have also set up a test site using the basic twenty eleven theme. I have not changed a thing to the basic site and only added a thickbox content box. I am still getting the same validation error: ” Element style not allowed as child of element div in this context”
http://www.test.emerydesignnc.com/?page_id=2
I have been trying to find a solution for three days. I haven’t found anyone else who has had this same problem. It doesn’t make sense since I have followed the instructions exactly. I’m pulling my hair out!
I am still a little new at html so any suggestions would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Change image title colorThanks. I thought maybe it was a simple wordpress question since I inserted the image using the wordpress insert image approach. I took your advice and looked through firebug. Found it:
a, span {
color: gray;
}