Hi,
I’ve read through all the posts and it still doesn’t work for me. Basically I want to hide the twitter widget on my purchase page:
http://www.sakesanjose.com/purchase/
and replace it with a shopping cart widget.
But when I enter “purchase” in the target by URL form and select “Hide on selected”. Nothing happens. Any ideas?
Thanks,
Chris
Hi Kasparsd,
Widget Context is a great plugin, but lately, after upgrading plugin and WordPress 3.0 RC2, display/hide widgets by URL didn’t worked (anymore ?)
The function get_current_url() (line 226) returned “https://…” instead of “http://”, while my site DOESN’T use https at all…
I just replaced line 233 :
$url = (!empty($_SERVER['HTTPS']))
by this :
$url = (isset($_SERVER['HTTPS']) && $_SERVER["HTTPS"]=="on")
Note : My web server handle https but for other sites…
Thank you for your work.
Mathieu at IRCF.
http://www.ircf.fr
I still can’t get widgets to show up on specific posts. I select “Show on Selected” and in the url box I’ve tried post titles as well as complete urls including domain. Tried every combination I can think of and the widgets are not showing up on specific pages. I’m running WP 2.9.2.
relaxedguy, if the URL is http://example.com/category/post-title-21 then you should enter /category/post-title-21 in the URL box and have only Show on Selected selected. Secondly, make sure you don’t have any empty lines in the target by URL box.