BullGuard Antivirus Sale - 60% Off with openElement !
Forum Home Forum Home >

openElement

> Error Reports
  New Posts New Posts RSS Feed - Accordeon Menu first level not working
  FAQ FAQ  Forum Search   Register Register  Login Login

Accordeon Menu first level not working

 Post Reply Post Reply
Author
Message
gkopeliadis View Drop Down
Newbie
Newbie


Joined: Feb 09 2016
Location: Athens, Greece
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote gkopeliadis Quote  Post ReplyReply Direct Link To This Post Topic: Accordeon Menu first level not working
    Posted: Jan 23 2018 at 12:22pm
I placed a two level accordion menu element on the left column of my web page. Some first level menu entries have no second level (ie Home, Downloads etc) and some have a second level (ie Products). When I assign links to the menus, all the second level menus links work fine but the first level menu links do not work. And every time the separator between first and second menu item collapses. Any idea what may be wrong?
Open Element 1.57 R9
Clap menu collapse solved: separator was a second level item.


Edited by gkopeliadis - Jan 23 2018 at 12:52pm
Back to Top
Dmit OE View Drop Down
Admin Group
Admin Group


Joined: May 31 2012
Status: Offline
Points: 5283
Post Options Post Options   Thanks (0) Thanks(0)   Quote Dmit OE Quote  Post ReplyReply Direct Link To This Post Posted: Jan 24 2018 at 8:49am
Hi,

Please upload your website somewhere (use Export to Folder + FileZilla if you want to upload it to a temporary location) and give the link with indications. It's the only way on can help in this case.
Back to Top
gkopeliadis View Drop Down
Newbie
Newbie


Joined: Feb 09 2016
Location: Athens, Greece
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote gkopeliadis Quote  Post ReplyReply Direct Link To This Post Posted: Jan 24 2018 at 11:00am
Try:
http://www.rodax.gr/test/index.en.htm
Left bar menu, all entries with out subentries do not work.
Thank you
Back to Top
Dmit OE View Drop Down
Admin Group
Admin Group


Joined: May 31 2012
Status: Offline
Points: 5283
Post Options Post Options   Thanks (0) Thanks(0)   Quote Dmit OE Quote  Post ReplyReply Direct Link To This Post Posted: Jan 24 2018 at 1:37pm
This element is not quite designed for this kind of use. To make it work, add a Code Block Source type Javascript:

$(function(){
$('h3 a').click(function(){
  var href = $(this).attr('href');
  if (href) document.location.href = href;
});
});
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.