Okay
  Public Ticket #334914
Link to Side Widget Area
Closed

Comments

  • Greg started the conversation

    Is it possible to link to the "Side Widget Area" that slide out from anywhere else throughout the site.?

    I have obviously tried the following, but doesn't seem to work:

    <a href="#sidewidgetarea">Text</a>

  •  8,992
    Tahir replied

    Hey Greg!

    Please see: http://themenectar.ticksy.com/ticket/311541  . 

    Thanks 


    ThemeNectar Support Team 

  •  3
    Jeronimo replied

    The ticket link is not working any more, is there a solution for this?

  •  8,992
    Tahir replied

    Hey, you\'d need to open the init.js file in your js folder and modify this line:

    $(\'body\').on(\'click\',\'.slide-out-widget-area-toggle a.closed:not(.animating)\',function(){ 

    to this:

    $(\'body\').on(\'click\',\'#call-to-action a, .slide-out-widget-area-toggle a.closed:not(.animating)\',function(){ 

    Cheers!


    ThemeNectar Support Team 

  • Josh replied

    Hey There,

    Will this solution still work? I can\'t seem to find that line in the init.js file?

  •  1
    Paul replied

    This doesn\'t seem to work.
    I would like to open the side widget area from a Nectar slider button. Is this possible?

    I have tried the solution below, giving the button a link target of #cal-to-action and having edited the init.js as suggested.

    No go.