Forums

[resolved] [Plugin: Widget Context] The plugin does not work at all. (35 posts)

  1. etiennetienne
    Member
    Posted 2 years ago #

    Hi,

    Thanks a lot for this plug-in which works perfectly. It's great.

    I'm using the great Neutica plus from Allan Cole which a child them from Thematic. I used "context widget" to display the "Skype online Status" only on the page "contact us" and it works extremely well.

    As it's written above you only have to select "Show on selected" and the name of your page on the box "Targeted by Url" the which is on my own website : ?page_id=249

    Thanks a lot kasparsd I will donate for sure.

    PS : if you want to see a demo on my own website http://www.capelsoncie.com and visit the page "Contact Us" where you can find the Skype online status, and only on this page.

    Etienne

  2. ckueda
    Member
    Posted 2 years ago #

    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

  3. ircf
    Member
    Posted 1 year ago #

    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

  4. relaxedguy
    Member
    Posted 1 year ago #

    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.

  5. Kaspars
    Member
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic