-
AuthorPosts
-
giuse Friend
giuse
- Join date:
- February 2008
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
August 29, 2008 at 7:21 pm #132729Hi, I installed JA News 1.3 (latest) on Villadi (latest) and for the menu/pages where I have enabled JA News, Firefox 3 has the following problem: it translated the “&” in the URL into “&” and that breaks the correct behavior of the page (for example does not make JA news layout appear).
In IE6 there is no problem of conversion of “&”.
Can you please help me? What have I to check?
ThanksGiuse
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 30, 2008 at 3:56 am #267907Hi giuse !
whay menu type do you use ?giuse Friendgiuse
- Join date:
- February 2008
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
August 30, 2008 at 9:54 am #267945Hi Hainn84, I am using TransMenu here in Villadi. I tried to chaneg to Split and CSS menus and with those the problem has gone. Is there a fix for trans menu or should I use the other ones?
thanksGiuse
giuse Friendgiuse
- Join date:
- February 2008
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
August 30, 2008 at 10:43 am #267950Additional problem: if I select the CSS menu, I get another problem in IE6 (Firefox is fine): when I click on a menu item and the page is loaded, the menu items below the current menu item disappear…. The other submenu items (the submenus of the other menu items below top) are fine….
So I am stuck with menu in Villadi….
waiting for your precious help 🙂
thanksGiuse
giuse Friendgiuse
- Join date:
- February 2008
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
September 1, 2008 at 4:58 pm #268191Hi…. any update on this? How to make the transmenu work always also with Firefox 3?
thanks a lot and sorry for bumping but my site is online…Giuse
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 3, 2008 at 1:58 am #268381Hi giuse !
You can fix it following way below:
Open base.class.php file in templates/ja_villadi/ja_menus folder , find following code section at about line 169 :
array_push($list, $v);
$children[$pt] = $list;
change to :
$v->url = str_replace('&', '&', $v->url);
array_push($list, $v);
$children[$pt] = $list;
1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Sherlock 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum