ussvisioninc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: fatal error in email notification, shut down my site!The function email_notification_future_send() is hard coded into your theme. Comment out that block of code and you should be alright.
How to comment out:
http://codex.ww.wp.xz.cn/Commenting_CodeForum: Fixing WordPress
In reply to: All my posts go uncategorized!If you’re familiar with databases, perhaps use phpmyadmin to check out what’s going on? http://www.wpbeginner.com/beginners-guide/beginners-guide-to-wordpress-database-management-with-phpmyadmin/
Forum: Fixing WordPress
In reply to: All my posts go uncategorized!Posts >> Categories
Are they all there? Do you have some sort of conflicting SEO plugin that alters the categories?
Forum: Fixing WordPress
In reply to: All my posts go uncategorized!Everything okay in your WP-Admin?
Settings >> Writing >> Default Post Category
Settings >> PermalinksForum: Fixing WordPress
In reply to: Visual editor and buttons not working when editing postsHere’s a similar issue to the one you’re having: http://ww.wp.xz.cn/support/topic/tiny-mce-editor-not-appearing-in-magic-fields-2?replies=27
Forum: Fixing WordPress
In reply to: Visual editor and buttons not working when editing postsWhat visual editor? TinyMCE?
- Log into WP Admin
- Users >> Your Profile
- Make sure “Disable the visual editor when writing” is NOT checked
But that’s most likely not your problem.
Do you have your absolute path defined in your wp-config? And make sure it’s near the top of the file.
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);define(‘CONCATENATE_SCRIPTS’, false);
IF that doesn’t work, I think just uploading the core WordPress files (not theme or plugins — in other words, not your wp-content folder) will do the trick. Should only take 10 minutes using an FTP utility. I know that’s not the answer you want to hear, but that would be my next move if I was you. Back up your site prior to doing anything (just an admonition ’cause you’re supposed to do that, although I rarely do).
As a last resort, contact your web host and ask about any issues with FastCGI.
Forum: Plugins
In reply to: [W3 Total Cache] Purge all images or files from CDN – possible?Happyches, the only solution I could seek was to use Chrome and download this extension … and then go to tools >> extensions >> CDN Purge Tool >> Website and launch the application.
The you can delete files one by one, starting with /wp-content/ … etc.
Forum: Plugins
In reply to: [W3 Total Cache] Purge all images or files from CDN – possible?I don’t know, but I’d love to know the answer to your questions too, Happyches, even though they’re 8 months old.
Most likely, even the techies don’t know for sure, which is why you got no response. And w3 Total Cache is unsupported, so you’ll only get responses from lay people there.
Forum: Plugins
In reply to: [Plugin Organizer] Broken in WordPress 3.7jumpmobi, your fix absolutely worked for me!
All I did was activate it, delete the pluginorganizer at the bottom o the settings >> plugin organizer page. Then I moved it to the MU plugins folder.
Then I added this line before any code:
require_once(ABSPATH . ‘wp-includes/pluggable.php’);
Just as you stated, and everything is back to normal. Thanks!
Forum: Plugins
In reply to: [Plugin Organizer] Broken in WordPress 3.7Same here … and damn I need this plugin. It’s a 5-star +++ plugin, but agreed with all of you … broken in 3.7.
I just get a blank white screen.
The author is really good with updates, so I’m sure he’ll be on it.
Forum: Fixing WordPress
In reply to: Blank page for Admin/Website after updating to 3.7!Reset your themes, permalinks, plugins folder. This will put your site back up in the 2013 theme.
Then log in to your WP Admin, put your them back and reactivate all of your plugins. That’s what I did, anyway, when I got my blank page.
Forum: Reviews
In reply to: [Async JS and CSS] Breaks a lot of scriptsThanks Elch …
I think I got things to work, although I don’t really know if it’s working or not, but none of my scripts are broken. Thank you for taking the time to respond! I’ll have to re-rate this!
Forum: Reviews
In reply to: [Async JS and CSS] Breaks a lot of scriptsThanks for responding, Author. I don’t even know how to didsable “detect script takes in wp_head”
I’m running on the Catalyst framework with Dynamic Child Theme, so things are different than normal themes.
I’m open to any suggestions you could possibly offer, though!
Forum: Plugins
In reply to: [W3 Total Cache] V 0.9.3 CDN Cloudfront Error – Empty Access KeyThank you for this thread and to all who have contributed. I just had two questions, as I’m a W3 newbie, and a Cloudfront newbie (double whammy).
- Is it possible that the latest version, with this glitch, can actually adversely affect your front-end, as well? Although when I view the source, I do see that the static files are loading via cdn.domain.com, just like I have set in my CNAMEs, my front end is slow, clumpy, and all out of whack when I enable the CDN.
- 2- As of September 27, is the only proven fix to roll back to the previous version? Commenting out the JSON line didn’t do the trick for me.
Basically, I just want to know if I should roll back to the last version, or revert back to WP Super Cache or some other caching plugin. I’m on a VPS with Hostgator, as well, if that helps. Thanks for any guidance anybody can offer!
Forum: Reviews
In reply to: [WP CleanFix] Violation of the .org repository regulationsIDK about the GPL license, Jan … I realize many people promote premium plugins or upsell, and I don’t have any issues with that — as long as the plugin they put in the repository is legitimate and at least a shell of the premium plugin they’re marketing.
And Esmi, check your database after it says it cleaned them up — IF it says it cleaned them up. I have an empty domain with a vanilla install of WordPress with just a few posts and it says it caught orphan tags or whatever, but when I went to clean ’em up the plugin did nothing. It didn’t clean anything up on any of the domains I tested it on. Frankly, I couldn’t find anything with the version that’s up now that worked properly.
But then I went to the author’s website and looked around, and they make it quite clear that “old, trusted people who stuck with ’em since the beginning” (paraphrasing) would continue to have the privileges of the free plugin, but that new users would have to shell out the cash. There is no free Clean Fix plugin, which is now essentially a “child plugin” to the author’s WPExtreme plugin.