• Resolved nanetto2

    (@nanetto2)


    I’m not able to get the custom popup on click. The popup is active, the page are allowed, i’m able to display an optin form click triggered but i’m not able to do the same with custom content popup

    This is the post html text version of my page:

    I can show the optin popup:
    [wd_hustle id=beauty-care---offer-1 type=popup]Click here[/wd_hustle]
    
    I can not show the custom content popup:
    [wd_hustle id="btn" type=popup]Click here[/wd_hustle]
    <button class="btn">click here</button>
    
    ****
    This is the shortcode for the custom content popup
    
    [wd_hustle_cc id="offer1"]

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hey @nanetto2,

    Hope you’re well today.

    That shortcode is not supporting for custom content Pop-ups. But there is nothing special about shortcode version, you can still add links to your page to trigger custom content Pop-up. Let me explain how;

    First go to your page and add a link from Text version: <a href="#" id="customlinkid">Custom Link</a>
    You can specify id different then “customlinkid”. Then go to your custom content editing page and enable popup, choose “Click” at the Pop-up Triggers. Now you can see the text field that we can write CSS selector. Type our link id with small difference; put # before id. So you should write #customlinkid to that text field.

    After these, your custom content should trigger via custom link.

    I hope that helps!

    Cheers,
    Oguz

    Thread Starter nanetto2

    (@nanetto2)

    It works! Thank you very much. The issue was i forgot to insert # before the class name. Thank you very much, i lost 3 hours on that. I would suggest to implement also the shortcodes method: really simple to use (or to improve the instructions about how to use the function – the such single line didn’t help me…-)
    Thankx again!!

    • This reply was modified 7 years, 3 months ago by nanetto2.
    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hey @nanetto2,

    Thank you for your suggestion, we have a plan for improving that shortcode feature. We will update that at one of the next versions ??

    Cheers,
    Oguz

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom popup click trigger doesn’t work’ is closed to new replies.