submerged06
Forum Replies Created
-
Ah, I found the problem. I had a Social Login installed, and, while the widget page was open, I logged in on the actual site with Facebook (which kicked me out of the admin access); so the updates I did weren’t actually updating. Which explains the “poof”. Lol. Live and learn, right? I’ll shut up now :).
Actually . . . nvm. I reloaded the widget page and the code wasn’t there anymore. Put it in, saved it, and it works perfectly. Bit odd that it “poofed”, but as long as it sticks now there’s no harm done :).
Close, but I think this might work:
global $post; return (!in_array(1294,get_post_ancestors($post)) && (!is_page(‘client-area’)));
The inverse of (A or B) is (!A and !B).
This is 3 months late, I know, but maybe it’ll help somehow still XD.
I have tried is_user_logged_in(), doesn’t seem to work. It’s the “Welcome back” tab currently on the right side of http://mygreekstudies.com/ (it should only appear when they are logged in, it currently appears whether they are or not).
The exact input in the widget logic area is:
is_user_logged_in()That is all it needs, isn’t it?
Thanks!
Forum: Plugins
In reply to: [WP-DBManager] [Plugin: WP-DBManager] errors?Make sure to change the filename from “htaccess.php” (if it is) to “.htaccess” in your FTP program. Not sure why it’s a PHP file to begin with, but that should fix it.
Forum: Fixing WordPress
In reply to: <select> problem with wp-admin.css?ver=20081210I wish I had an answer, but I’m having this same issue in my locahost version of Wp.