Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • abrill Friend
    #136581

    Hi,

    I love the template, and can’t wait to show it off, but am needing some help with it. The menus I created show up in Internet Explorer, but not in Firefox 3.0.5.

    Where should I start or look to fix?

    Thanks!

    Anonymous Moderator
    #284300

    Hi abrill,

    I have tried to find your issue but could not find.
    On the firefox 3.0.5, your website looks very nice.
    If posible, please send me the screenshots so that i could have closer look on the issue.

    abrill Friend
    #284460

    Hi,

    Here are the attachments for what is happening. As you can see in IE it shows the menu on the right (user 5 position), however it is not present in Firefox. I checked different positions, but it does not seem to make a difference. You can also view Programs>Federal programs for another example of this or I can post more attachments.

    Thank you!


    1. In-Firefox
    2. in-IE
    Anonymous Moderator
    #284480

    Hi,

    Your problem is from url address.

    Please open file transmenu.class.php, find following script:
    [PHP]echo “$pmenu.addItem(“$txt”, “$row->url”, $row->browserNav, $active);n”;[/PHP]

    and change to:

    [PHP]$row->url = str_replace(‘&’, ‘&’, $row->url);
    echo “$pmenu.addItem(“$txt”, “$row->url”, $row->browserNav, $active);n”;[/PHP]

    abrill Friend
    #284536

    Thank you for your assistance, however this did not change anything. The menu’s still aren’t present in Firefox. Can you advise further? Thanks again!

    Anonymous Moderator
    #284571

    Hi,

    On the firefox, i still see your url was not correct. Please see following urls:
    Incorrect: /index.php?option=com_content&view=article&id=108&Itemid=216
    Correct: /index.php?option=com_content&view=article&id=108&Itemid=216

    Could you please send me your Admin account so that i can fix this issue to help you?

    Anonymous Moderator
    #284843

    hi,

    it is my mistake.

    Please change;
    [PHP] $row->url = str_replace(‘&’, ‘&’, $row->url);[/PHP]

    to [PHP]$row->url = str_replace(‘&’, ‘&’, $row->url);[/PHP]

    I have fixed this issue.

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by Anonymous 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum