Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Sub-menu problem
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Sub-menu problem
#9896
Sub-menu problem 13 Years, 3 Months ago Karma: 0
Hello,

First of all, thank you for great Joomla modules.

I have a "small" problem. I use ARI YUI menu in two websites I'm creating. (I have been checking this forum for hours but havent found the answer).

At the beginning everything (sub-menu) worked fine, there were no problems. Suddenly when changing mainmenu settings (attaching articles to menu items), arrows dissapeared and sub-menu stopped working.

The page where problem is:
magun.i8p.eu/maximacu.pl/

My second page where the identical ARI YUI menu is installed, works perfectly:
magun.i8p.eu/czapla.com.pl/

And screenshots of module settings and mainmenu items:

img153.imageshack.us/img153/9518/problem1s.jpg
(CSS is empty)

img577.imageshack.us/img577/2186/problem2q.jpg

Kind Regards,
Simon Magun
Last Edit: 2011/01/10 01:06 By Magun.
The administrator has disabled public write access.
 
#9900
Re:Sub-menu problem 13 Years, 3 Months ago Karma: 747
Hello,

The menu works in IE browser, but doesn't work in FireFox. It doesn't work because your page contains the following incorrect HTML code:

Code:


<a href="/maximacu.pl/"><div class="logo"></div></a>
<div class="logo2"><span style="font-family: arial;"><img src="/maximacu.pl/ikonki/tel.png"/>&nbsp <font color="black">tel. 511-980-000<br><img src="/maximacu.pl/ikonki/tel.png"/>&nbsp <font color="black">tel. 509-325-151<br><img src="/maximacu.pl/ikonki/mail.png"/>&nbsp<a href="mailto:biuro@maximacu.pl"> biuro@maximacu.pl</a></span></div>



This code doesn't contain closed </font> tag. Correct code should look like:

Code:


<a href="/maximacu.pl/"><div class="logo"></div></a>
<div class="logo2"><span style="font-family: arial;"><img src="/maximacu.pl/ikonki/tel.png"/>&nbsp <font color="black">tel. 511-980-000</font><br><img src="/maximacu.pl/ikonki/tel.png"/>&nbsp <font color="black">tel. 509-325-151</font><br><img src="/maximacu.pl/ikonki/mail.png"/>&nbsp<a href="mailto:biuro@maximacu.pl"> biuro@maximacu.pl</a></span></div>



Fix this and the menu will work fine.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9905
Re:Sub-menu problem 13 Years, 3 Months ago Karma: 0
Hello,

Thank you very very much. I was changing html code in a hurry and I forgout about </font>. Now it works perfectly. Thank you for your help, altough it wasn't ARI YUI Menu problem but my fault.

Kind Regards.
The administrator has disabled public write access.
 
Go to topPage: 1