0
Welcome Guest! Login
0 items Join Now

Menu Wrapper issue after 2.5.5 upgrade

  • Menu Wrapper issue after 2.5.5 upgrade

    Posted 12 years 10 months ago
    • Hi,

      I just upgraded from Joomla 2.5.4 to 2.5.5. Now when I go to a Wrapper -> iFrame Wrapper type menu item page. I get the following code displayed at the top of the page:
      function iFrameHeight() { var h = 0; if (!document.all) { h = document.getElementById('blockrandom').contentDocument.height; document.getElementById('blockrandom').style.height = h + 60 + 'px'; } else if (document.all) { h = document.frames('blockrandom').document.body.scrollHeight; document.all.blockrandom.style.height = h + 20 + 'px'; } }

      If I look at the source code it looks like some quotes have gotten messed up:
      <div class="component-content rt->
                                        <script type="text/javascript">

      Not sure if this is a Rocket Theme issue or a Joomla issue. It wasn't happening before the upgrade to 2.5.5 though. Using RT Momentum 1.5 template.

      Anyone else experiencing an issue with wrapper menu items?
      Anyone know what to do to fix this?

      Thank you
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Menu Wrapper issue after 2.5.5 upgrade

    Posted 12 years 10 months ago
    • Try to upgrade to the Joomla 2.5.6 and also try to ask for this specific help in Joomla official forum
    • Check my services at: Mihha-Vision
  • Re: Menu Wrapper issue after 2.5.5 upgrade

    Posted 12 years 10 months ago
    • Hi,

      I have upgraded to 2.5.6 and still have the issue. Browser cache has been cleared.

      I have tried a menu wrapper item on a site that has a default joomla template and don't have the JS code showing up. So it looks like this might be a Momentum template issue. Notice that the code that is corrupted in rt code:
      <div class="component-content rt->
                                                   <script type="text/javascript">

      There seems to be something missing after the "rt-" and the closing quote. That seems like it would be something that the RT template would be adding.

Time to create page: 0.057 seconds