• Resolved TSains

    (@tsains)


    Hi,

    Thank you for the unique plugin.
    I’m using it with Bazar theme on https://www.mwlimited.com/downloads/
    But plugin does nothing (the agreement doesn’t popup).

    I am using the code as follow:
    [button_icon id="agreement" href="https://www.mwlimited.com/wp-content/uploads/2014/03/GX120_160_200_English.pdf" icon_path="" icon="download" sense="ltr" target="_blank"] Download [/button_icon]

    *Note: I also used with <a>tag as indicated in your documentation but the result was same. Please help me.

    https://www.ads-software.com/plugins/agreement/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi TSains,

    I checked your link https://www.mwlimited.com/downloads/ and find that agreement plugin is activated.

    You are using

    [a _blank"="" title=" Download  target=" href="https://www.mwlimited.com/wp-content/uploads/2014/03/GX120_160_200_English.pdf" class="more-button more-button-ltr"] Download [span class="icon download"]?[/span]
    [/a]

    Please insert id=”agreement” in a href and refresh page it will work like this.

    [a class="more-button more-button-ltr" href="#" title=" Download  target=" id="agreement" _blank"=""] Download 	[span class="icon download"]?[/span]
    [/a]

    Please note agreement plugin will only works in <a id="agreement" href="#">download</a> tag case.

    I did same as above and I run jquery via browser console you popup is working fine.
    If it still not works then try to run agreement.js in footer of your page.

    Thread Starter TSains

    (@tsains)

    Hi,

    Thanks for the quick response. I’m newbie to WP. Please help me further as I am unable to make the code work.

    I am using the code as below:
    [button_icon id=”agreement” href=”https://www.mwlimited.com/wp-content/uploads/2014/03/GX120_160_200_English.pdf&#8221; icon_path=”” icon=”download” sense=”ltr” target=”_blank”] Download [/button_icon]

    Please correct the code that I could copy and paste.

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi,

    You can’t use button_icon. Agreement plugin is made for only a href.
    you have to use [a href="yor link" id="agreement"]download [/a]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Agreement with Bazar theme and does nothing’ is closed to new replies.