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

    (@max-bond)

    Hi!
    Right now it’s not possible out of the box.
    But if you want, you can try manual config mode!

    Fist diable self::wp_localize_script(); calls in q2w3_fixed_widget.php.

    Than look at plugin options in html source:

    <script type='text/javascript'>
    /* <![CDATA[ */
    var q2w3_sidebar_options = [{"sidebar":"q2w3-default-sidebar","margin_top":10,"margin_bottom":0,"stop_id":"footer","screen_max_width":0,"screen_max_height":0,"width_inherit":false,"refresh_interval":1500,"window_load_hook":false,"disable_mo_api":false,"widgets":["sticky-wrapper"]},{"sidebar":"left-sidebar","margin_top":10,"margin_bottom":0,"stop_id":"footer","screen_max_width":0,"screen_max_height":0,"width_inherit":false,"refresh_interval":1500,"window_load_hook":false,"disable_mo_api":false,"widgets":["livebiography_widget-2"]},{"sidebar":"right-sidebar","margin_top":10,"margin_bottom":0,"stop_id":"footer","screen_max_width":0,"screen_max_height":0,"width_inherit":false,"refresh_interval":1500,"window_load_hook":false,"disable_mo_api":false,"widgets":["rpwe_widget-2"]}];
    /* ]]> */
    </script>

    You can add any number of “sidebars” with different parameters:
    {"sidebar":"q2w3-default-sidebar-999","margin_top":100,"margin_bottom":100,"stop_id":"footer-999","screen_max_width":0,"screen_max_height":0,"width_inherit":false,"refresh_interval":1500,"window_load_hook":false,"disable_mo_api":false,"widgets":["sticky-wrapper-999"]}

    Thread Starter h_rehman90

    (@h_rehman90)

    Thanks for your quick response.

    Hello, is this still only solution, how to do this pls?

    Thanks a lot
    Tom

    I need a filter for Stop ID on each page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multiple stop IDs for each Custom HTML ID’ is closed to new replies.