Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1015737

    phchiro
    Participant

    Hi there,

    I am attempting to link a button to a pop-up form powered by ConvertKit.

    Here is what I’m trying to do:
    http://kb.convertkit.com/article/trigger-modal-form-link/

    I’m trying to get this done through a link on my blog sidebar (First item, FREE DOWNLOAD):
    http://www.thepowerhousevancouver.com/boost-activity-4-experts/

    I have gotten this to work on Revolution Slider, as I’m able to place the hyperlink inside of the button by inserting a code that looks like this:
    Your link text

    In Cornerstone, I cannot use the above hyperlink command with a button shortcode. I have tried to rearrange it different ways, but I think the problem is the button shortcode in Integrity doesn’t understand the “rel” command.

    Any ideas before I code a button from scratch?

    Thanks for your help

    #1015903

    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    You can always use the class name instead of rel, example,

    [button class="ck_modal" href="#ck_modal"] click me [/button]

    Then go to your ConvertPlug Settings under Behavior > Manual Display, and add ck_modal to Launch With CSS Class

    Hope this helps.

    #1015917

    phchiro
    Participant

    Thanks for the help.

    #1015954

    Rue Nel
    Moderator

    You are most welcome!