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?

Weird behaviour
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Weird behaviour
#4305
Weird behaviour 13 Years, 11 Months ago Karma: 0
Hi there
sometimes when I open the website and click on a menu button it will send me to a different menu item. but will always send me to the same menu item.Lets say I have the following menu nav bar:

Home | About | Product | Contact Us


No matter which one I will click it will direct me to the About button.

To see this go to www.dadgear.co.il and click on the Messenger first option in the main menu and scroll down to the Show number o items in the page. Now chose different number and scroll up you will notice that the main menu exhibit different (ie Courier button) active menu than Messenger button. And its always goes to the courier button.
Hope its clear enough.


Many thanks
Last Edit: 2010/05/18 12:21 By mkariti.
The administrator has disabled public write access.
 
#4306
Re:Weird behaviour 13 Years, 11 Months ago Karma: 747
Hello,

It isn't 'ARI Ext Menu' issue. This problem with VirtueMart. The module like other Joomla! menu modules indicates active menu item by 'Itemid' parameter, but VirtueMart doesn't use current 'Itemid' when a user choose number of items in drop-down. On your site it always uses Itemid=2, you can see it if open HTML code of your page:

Code:


<form method="post" action="http://www.dadgear.co.il/index.php?option=com_virtuemart&Itemid=2&category_id=3&page=shop.browse">
&#1492;&#1510;&#1490;&#1492; #&nbsp;&nbsp;
<select onchange="location.href=this.value" size="1" name="limit" class="inputbox">
<option value="/index.php?option=com_virtuemart&Itemid=2&category_id=3&page=shop.browse&limitstart=0&limit=5">5</option>
<option value="/index.php?option=com_virtuemart&Itemid=2&category_id=3&page=shop.browse&limitstart=0&limit=10">10</option>
<option selected="selected" value="/index.php?option=com_virtuemart&Itemid=2&category_id=3&page=shop.browse&limitstart=0&limit=15">15</option>
<option value="/index.php?option=com_virtuemart&Itemid=2&category_id=3&page=shop.browse&limitstart=0&limit=20">20</option>
<option value="/index.php?option=com_virtuemart&Itemid=2&category_id=3&page=shop.browse&limitstart=0&limit=25">25</option>
<option value="/index.php?option=com_virtuemart&Itemid=2&category_id=3&page=shop.browse&limitstart=0&limit=30">30</option>
<option value="/index.php?option=com_virtuemart&Itemid=2&category_id=3&page=shop.browse&limitstart=0&limit=50">50</option>
</select>
<input type="hidden" value="0" name="limitstart">
<noscript>&lt;input class="button" type="submit" value="&#1513;&#1500;&#1495;" /&gt;</noscript>

</form>



Incorrect menu item is highlighted due to VirtueMart sends incorrect 'Itemid' parameter.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#4307
Re:Weird behaviour 13 Years, 11 Months ago Karma: 0
Thanks
Do you have any I dea on How to solve this?
cheers
The administrator has disabled public write access.
 
#4308
Re:Weird behaviour 13 Years, 11 Months ago Karma: 747
Maybe fix VirtueMart code.

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