Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello
    I have the same provblem
    on the main menu when i click on an item it shows this:

    <SPAN CLASS=”DOJODIGITAL_TOGGLE_TITLE”>ΝΥΦΙΚΑ</SPAN>

    in the clicked state

    how can i fix it ???

    This has gotten a bit old but, I thought I would share how I fixed this problem. I assume you are using the Hide Title plugin from dojodigital.

    On or about line 117, change:

    return $content;

    to

    return htmlspecialchars_decode($content);

    Worked for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘When I hide the title my navigation is mixed up.’ is closed to new replies.