Relative links on event page are not working with new wrapper.

Options
New wrapper menu icon (image with 3 lines) when screen size is small is not working?


I have two testing pages with the same wrapper

Here it works for a basic donation page: http://donate.advocategiving.org/site/Donation2?df_id=2324&2324.donation=form1&mfc_pref=T

But here it does not for an event page: http://donate.advocategiving.org/site/Calendar?id=100341&view=Detail

Wrapper works perfectly here: http://advocategiving.org/


It has something to do with the relative links on the page. 

Here is the code for the menu icon: <a href="#" class="visible-sm visible-xs" id="menu-toggle"><i class="fa fa-bars"></i></a>


I can't figure this out, can anyone help?

Also seems that at times the menu drop downs don't work as well as on advocategiving.org. Would anyone know why?
Tagged:

Comments

  • Hi Andy,


    In your event page, the console giving error message: Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3


    The page source showing a duplicated jQuery include with version
    "1.12.4" and "3.1.0". I think removing the following v3 include line will resolve your issue:

    9cc51a4d16ec78258385eafa6d39ce69-huge-jq


     
  • Romany Nassief:

    Hi Andy,


    In your event page, the console giving error message: Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3


    The page source showing a duplicated jQuery include with version
    "1.12.4" and "3.1.0". I think removing the following v3 include line will resolve your issue:

    9cc51a4d16ec78258385eafa6d39ce69-huge-jq


     



    You are correct! Everything is working now, even the non menu items look better. Thanks!

Categories