• Closed
  • May 10, 2014 at 10:32 pm #8406

    Hi,
    I switched from Evolve Pro to Evolve (plus) yesterday. Now I see a dropdownlist in the menubar with the text: span class=”glyphicon glyphicon-align-justify” and the closing /span.

    I found this same text in library/media/js/media.js where it seems to be added at default menu option.
    I think it is related to Responsive stuff to show a selectionbox on a small (phone) screen. Also there I see the span class…. text as a menu option too.

    // Create default option ‘Menu’
    jQuery(‘<option />’, {
    ‘selected’: ‘selected’,
    ‘value’ : ”,
    ‘text’ : ‘<span class=”glyphicon glyphicon-align-justify”></span>’
    }).appendTo(‘.primary-menu .nav-holder select’);

    Can you help me fix this? I disabled all plugins also to check if this would help.
    you can see it at: http://www.vdsar.net

    Best Regards,
    Alexander

    Alexander van der Sar
    Spectator
    Posts: 1
    May 11, 2014 at 8:51 am #9697

    I found the issue. I had a text widget with the following text installed:

    <script src=”http://pvoutput.org/widget/inc.jsp”></script&gt;
    <script src=”http://pvoutput.org/widget/graph.jsp?sid=11870&c=1&n=1&w=260&h=140″></script&gt;

    After removing things are working properly.

    Roman
    Spectator
    Posts: 3147
    May 11, 2014 at 6:34 pm #9700

    glad to hear you fixed it