• Resolved heritageUsr

    (@heritageusr)


    I have a custom template, and I would like my sidebar (a contact form) to float down the page as the user scrolls down. I cannot determine if this plugin only works with widgets, or if I can apply it to my custom sidebar. I do not understand how the Fixed Widget Options page works, or what Custom HTML IDs is. Can you please explain to me if it is possible for this plug-in to work with a custom template?

    http://wordpress.org/plugins/q2w3-fixed-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hello!

    The plugin is working with custom html elements.
    All you need is to specify an id of the element container:
    <div id="my-contact-form"><form>...</form></div>
    And input this id into Custom HTML IDs list:
    my-contact-form (just name, without #)

    Thread Starter heritageUsr

    (@heritageusr)

    OK, I figured out what the problem was – the wp_footer() function was not inserted into my footer.

    I have it working great now! It took me a long time to figure out the proper CSS, but I got it. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does this work with a custom template?’ is closed to new replies.