VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

sub menu as drop down menu
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: sub menu as drop down menu

sub menu as drop down menu 18 May 2021 08:30 #12619

Hi dear sir when i create sub menu and select the parent then all other menu disappear automatically how can we solve this issue,
i have followed many youtub video the same procedure i did but other menu dis appear you can see the pic bellow


This image is hidden for guests. Please log in or register to see it.


This image is hidden for guests. Please log in or register to see it.

Re: sub menu as drop down menu 24 May 2021 03:00 #12622

Hi,
You should edit file templates/jf_holiday-nature/css/template.css, at line 72 comment as below:
 
div#header{
/*overflow:hidden;*/
height:86px;
margin-bottom:40px;
}
 

Then after line 140 add:
 
div#mainmenu ul li{
position: relative;
z-index: 999;
}
div#mainmenu ul ul {
background: #ddedff;
display: none;
padding: 5px 0;
position: absolute;
text-align: left;
width: 180px;
}
div#mainmenu ul li:hover > ul {
display: block;
}
div#mainmenu ul ul li {
display: block;
padding: 5px 0;
}
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: sub menu as drop down menu 24 May 2021 12:52 #12624

Hi
this not working i have made comment the the line 72(/*overflow:hidden;*/
height:86px;
margin-bottom:40px;)
also add others code in after line 140
see the pic
This image is hidden for guests. Please log in or register to see it.

Re: sub menu as drop down menu 31 May 2021 02:09 #12627

You can replace file templates/jf_holiday-nature/css/template.css by file in attachment:

This attachment is hidden for guests. Please log in or register to see it.


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.68 seconds
Friday 19 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.