Sunthing
Forum Replies Created
-
I have the same issue. Register, login, and password reset are all broken if Hide Backend is active. This is on nginx.
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Upgrading to WordPress 3.9 Deletes All Code BlocksJust realized that too, that the code blocks are there, just not appearing at all in the plugin’s menu.
Forum: Plugins
In reply to: [W3 Total Cache] Asynchronous CSS?I have the same issue. Anyone?
N2D’s reply doesn’t work w/ nginx-based installs.
Same exact issue here with NGINX and not logging out.
I cleared all cache and cookie i can now logout.
Tried this, still can’t logout.
Chris, where can I delete the secret key being used in the new version?
After the update the logout not working
Same here. All of my logout links redirect to the admin dashboard and fail to log me out.
Chris, this is after I reset “Hide the backend” and restarted nginx. Any ideas?
Forum: Plugins
In reply to: [WP Modal Login] Login not workingFigured out what was causing the issue. I was using Better WP Security to force SSL login for all users. Once I disabled that feature, the modal login worked perfectly.
Is there any way to get SSL logins to work with the modal?
Forum: Plugins
In reply to: [WP Modal Login] Login not workingI’m having the same issue. I can logout, but can’t login. If I try to login, the modal pops up, I enter my info and hit enter, it says “Checking credentials”, the modal goes away, but I’m still not logged in once the page refreshes.
Just saw the error in Safari, wouldn’t load the custom jQuery UI file:
Failed to load resource: The certificate for this server is invalid. You might be connecting to a server that is pretending to be “www.dcturano.com” which could put your confidential information at risk.
Forum: Plugins
In reply to: [Use Any Font | Custom Font Uploader] Can not be activated (WP 3.5.2)I had the same issue, I fixed it by removing this from line 74:
or die("Can't open file")
So line 74 looks like this:
$fh = fopen($uafStyleSheetPath, 'w');
Thank you for the reply Cindy. Where in the code can I remove the automatically generated ID?
Forum: Plugins
In reply to: [Plugin: Like] Like & Send Won't ShowUpdate, it works with iframe, but not XFBML. Thoughts?
Also, any clue on how to center it on the page? I can’t find which file has the layout of the facebook div.
Forum: Fixing WordPress
In reply to: Artifact on post preview pages, where is the issue?Thanks for the help kmess. I put this in the css for the ol:
list-style-type: none;
Worked like a charm. ??