timedriven
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress is completely broken, HELP!I have tried the yahoo axis browser as well as the google browser on iPad and both show the same issues.
Forum: Fixing WordPress
In reply to: WordPress is completely broken, HELP!I forgot to mention that I get this error also when trying search new themes and/or plugins from within dashboard:
“An unexpected error occurred. Something may be wrong with www.remarpro.com or this server’s configuration. If you continue to have problems, please try the support forums.”
Forum: Fixing WordPress
In reply to: WordPress is completely broken, HELP!Ok I just deleted the W3 Total Cache and some other pointless plugins, and then I deleted the htaccess file like you said and also went to permalinks tab and hit save. I am still having all the same issues, nothing has changed. There is also something that is locking me out of the “Visual” tab under edit pages. Its only showing html view and the Visual tab is grayed out. Any other thoughts?
Forum: Fixing WordPress
In reply to: Can't browse for new themes.I wrote that I changed to the twenty eleven theme and the problem persisted, therefore I think that rules out the idea of it being a singular issue with Chameleon. I started a new thread, thanks anyway.
Forum: Fixing WordPress
In reply to: Can't browse for new themes.Ok, I deactivated all plugins and was able to manually upload and install Twenty Eleven. The mobile version of the site with Twenty Eleven activated allowed the links to be active again.
However, in the back-end (mysite.com/wp-admin) I still receive the same error message when trying to search Themes and/or Plugins:
“An unexpected error occurred. Something may be wrong with www.remarpro.com or this server’s configuration. If you continue to have problems, please try the support forums.”Also, when I go to Pages>Edit the two tabs “visual” and “html” well “visual” tab is grayed out and it only shows me the contents of the html tab.
[ Please do not bump, that’s not permitted here. ]
Forum: Fixing WordPress
In reply to: Changing Page Title BackgroundNot sure why you would try to send me on the run-around rather than suggestiong this simple addition to the code.
Forum: Fixing WordPress
In reply to: Changing Page Title BackgroundOk, I thought that coding is coding, regardless of what theme. Anyway I figured it out by trial and error. Solution is to change this:
#category-name { text-align: center; width: 890px; margin: 0 auto; padding-top:38px; background: url(images/top-category-bg.png) no-repeat; }
To this:
#category-name { text-align: center; width: 890px; margin: 0 auto; padding-top:38px; background: url(images/top-category-bg.png) no-repeat #000000; }
Yup. Thanks anyway.