• Resolved qudsiyya

    (@qudsiyya)


    I am trying to pop up a contact 7 form using the easy fancybox plugin. I have two questions.

    Initially, I succeeded in getting a pop up on a page/post. It was working like a charm. After some time, it stopped popping up the contact form instead it popped up the entire page.

    Secondly, I want it to work on a sidebar widget. I want the contact 7 form to pop up when the user clicks on a link in a widget in the sidebar. I tried following the same procedure as for page/post but it does not seem to work.

    http://wordpress.org/extend/plugins/easy-fancybox/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    What is the code that you use to create the link and popup? Or if you can share a link to a live (failing) example?

    Thread Starter qudsiyya

    (@qudsiyya)

    Thank you but I disabled google analytics plug-in and it started working again

    Normally the Google Analytics code should not interfere with FancyBox. Unless there is some kind of external link tracking code that messes with link URLs via javascript… You can try switching off external link tracking to see if that changes anything. Or use another Google Analytics plugin 🙂

    Thread Starter qudsiyya

    (@qudsiyya)

    I am a newbie at wordpress so had no idea how to switch off external link tracking. Therefore, I just tried another Google analytics plugin 🙂

    Did you ever figure out how to put the code into a sidebar widget?

    Thread Starter qudsiyya

    (@qudsiyya)

    Yes, I was able to put it in the sidebar using the following code. Hope it works for you.
    {a href=”#contact_form_pop” class=”fancybox”} Subscribe {/a}
    <div style=”display:none” class=”fancybox-hidden”>
    <div id=”contact_form_pop”>
    [contact-form-7 id=”875″ title=”Contact form 1″]
    </div>
    </div>

    You can replace the above { brackets with ‘<‘ and } with ‘>’

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Easy FancyBox] Contact 7 Easy Fancybox popup on a sidebar widget’ is closed to new replies.