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?

Submenu appears on the center (rtl)
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Submenu appears on the center (rtl)
#6706
Submenu appears on the center (rtl) 13 Years, 8 Months ago Karma: 0
Hello,

First I'd like to say this is a great module, exactly what I had in mind when I started looking for a new menu looks.

The problem is this:
I use a Ja_Purity based template, and the website has two languages (using JoomFish). While the English version works great, I've been having issues with the Hebrew translation (rtl). The vertical ARI YUI menu opens in the center of the screen instead of appearing right next to the parent menu. I suppose I need to enter some rules in the template css?

The website cannot be accessed from the internet yet, but I have found a similar issue on another website: www.yairl.com/jorgil/index.php?template=ja_purity&option=com_content&view=article&id=51%3A%D7%AA%D7%A4%D7%A8%D7%99%D7%98-ARI&Itemid=78

I hope this is enough.


Cheers!
The administrator has disabled public write access.
 
#6708
Re:Submenu appears on the center (rtl) 13 Years, 8 Months ago Karma: 747
Hello,

Add the next CSS rule to 'CSS Styles' parameter on module settings page:

Code:


body #{$id}.yui-skin-sam .yuimenu UL LI.yuimenuitem
{
 position: relative;
}

body #{$id}.yui-skin-sam .yuimenu .yuimenu
{
 right: 100%;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#6709
Re:Submenu appears on the center (rtl) 13 Years, 8 Months ago Karma: 0
Thank you for the quick reply.

It seem to have done the trick, but had also caused a new issue. The submenu seem to open, but it's properly visible. I can see what seem to be the edge of the submenu opens up to the left (which is the correct side when talking about RTL), but the rest of the submenu seem to be 'hidden' behind the main article.

See attached image



This happens in English as well, only it opens on the right side, as should be in LTR.



Cheers!
The administrator has disabled public write access.
 
#6710
Re:Submenu appears on the center (rtl) 13 Years, 8 Months ago Karma: 747
Provide link to page where we can see this issue that we can help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6722
Re:Submenu appears on the center (rtl) 13 Years, 8 Months ago Karma: 0
Hi again,


Okay, got it online.

Here's the link:

www.controtec-ltd.com/index.php?lang=he

That's when I deleted the CSS rule on the module settings, so this is the 'original' issue. If required I can re-enter it off course,



Cheers!
The administrator has disabled public write access.
 
#6724
Re:Submenu appears on the center (rtl) 13 Years, 8 Months ago Karma: 747
Hello,

Add the next CSS rule:

Code:


body #ja-col1
{
  overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12