Bill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media button & text option no longer workingHave you tried disabling your plugins to see if this still occurs? If there’s no change, try switching to a default WP theme temporarily as a test.
Forum: Fixing WordPress
In reply to: Getting error when trying to access the dashboard or make editsBest of luck with this!
Forum: Fixing WordPress
In reply to: Active Plugins from prior Hosting SiteOh good. Glad you found them. All media go to the uploads folder (as you learned), and all post and page content is stored in the database, along with users, WP options, plugin settings, etc.
Go ahead and mark this as resolved when you feel it is, but don’t hesitate to let us know if anything else comes up.
Forum: Fixing WordPress
In reply to: Active Plugins from prior Hosting SiteYou’re welcome!
Forum: Fixing WordPress
In reply to: How to allow comments on the home pageGlad you got this worked out! And thanks for sharing your solution for anyone else who might also have this issue come up.
Forum: Fixing WordPress
In reply to: The requested URL can't be found AFTER signing in.These are the detailed instructions for moving your site on the same server. Make sure you didn’t miss a step.
http://codex.wordpress.org/Moving_WordPress#Moving_Directories_On_Your_Existing_ServerForum: Fixing WordPress
In reply to: Category Page ProblemsHi Brad. I’m glad you were able to narrow the problem a bit, at least. I have seen occasional posts citing glitches when combining CDNs with caching plugins, but W3TC claims good integration there, so I’d think it would be workable. It might be useful for you to ask about this in the W3TC support forum. They also have there an extensive FAQ that you might scan. Hope you come to a solid resolution soon.
Forum: Fixing WordPress
In reply to: Getting error when trying to access the dashboard or make editsSeems to be an issue with your theme. Try asking about this on the theme’s support forum.
Forum: Fixing WordPress
In reply to: Please Help me How to fix "Parse error: syntax error, unexpectedYou’re welcome. Good luck with getting your theme back in shape!
Forum: Fixing WordPress
In reply to: Please Help me How to fix "Parse error: syntax error, unexpectedWas about to say the same thing. Replace the functions file, and please use a child theme for your changes.
(Thanks, @wpyogi!)
Forum: Fixing WordPress
In reply to: Please Help me How to fix "Parse error: syntax error, unexpectedIf that
<php?is the line in question, get rid of it.Forum: Fixing WordPress
In reply to: Please Help me How to fix "Parse error: syntax error, unexpectedNo, this is not in the database. Do you have a backup of your theme files? If not, you can download a fresh copy of the theme and replace the theme’s functions.php file on your server with the fresh copy.
Alternatively, if you can still use your admin pages you can switch to the default WP theme (TwentyFifteen) and delete the Avada theme and re-install it. Then re-activate it. (You will lose any changes you’ve made to the theme. That’s why you need to use a child theme.)
If you want to post your code here, please read the link that @wpyogi posted for you. We would need to see the section before the bad line, as well as the next several lines.
Forum: Fixing WordPress
In reply to: Active Plugins from prior Hosting SiteThat info is stored in the database in the
wp_optionstable. If your hosting account has phpMyAdmin, you can use that to look in that table for theactive_pluginsoption. (If you click on the option-name column heading, it will sort to high on the list.)Forum: Fixing WordPress
In reply to: Cant uninstall pluginGood work! Glad you got it fixed.
Forum: Fixing WordPress
In reply to: Cant uninstall pluginYou’re welcome! Let us know how it goes.