- Posts: 5
- Thank you received: 0
Main menu a drop down list?
-
Jesusminded03
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 3 weeks ago #28133
by Jesusminded03
Main menu a drop down list? was created by Jesusminded03
Hello,
I recently bought the Hot Tennis template and am installing onto a site that I've already been working on. However, I can't get passed getting the topmenu to work correctly. I even went so far as to install the hot start package on a different directory to compare settings. Even after making sure the settings were exactly the same in both the mod_menu settings and also in the template menu settings it still doesn't work.
On all the pages except 1, the menu appears as drop down list to the right side of the topmenu area. However, for some reason, when I click on the Contact Us item the menu works perfectly fine.
Thanks for your help in solving this!
Site URL: vivechurch.com/newsite
I recently bought the Hot Tennis template and am installing onto a site that I've already been working on. However, I can't get passed getting the topmenu to work correctly. I even went so far as to install the hot start package on a different directory to compare settings. Even after making sure the settings were exactly the same in both the mod_menu settings and also in the template menu settings it still doesn't work.
On all the pages except 1, the menu appears as drop down list to the right side of the topmenu area. However, for some reason, when I click on the Contact Us item the menu works perfectly fine.
Thanks for your help in solving this!
Site URL: vivechurch.com/newsite
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 weeks ago #28142
by ivan.milic
Replied by ivan.milic on topic Main menu a drop down list?
Make menu root items less in width, you are around bound for menu-to-tinymeny. Eater decrease font size by 1 or item padding
Please Log in to join the conversation.
-
Jesusminded03
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
12 years 3 weeks ago #28153
by Jesusminded03
Replied by Jesusminded03 on topic Main menu a drop down list?
Thanks for your response and help, however I don't think this is the issue. When I first had this problem the font size was 4 points less than it is now, and plus it works fine on the contact us page. Also... I noticed that when I publish HOT Image slider on the home page that the menu shows up. However the problem that appears here is that all the drop downs come down and stay down. Very odd problems indeed.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 weeks ago #28172
by ivan.milic
Replied by ivan.milic on topic Main menu a drop down list?
Open index.php of template and find this:
replace it with this:
Code:
jQuery(document).ready(function(){
jQuery(".youtube").colorbox({iframe:true, innerWidth:512, innerHeight:414});
});
replace it with this:
Code:
jQuery(document).ready(function(){
try{
jQuery(".youtube").colorbox({iframe:true, innerWidth:512, innerHeight:414});
}catch(e){}
});
Please Log in to join the conversation.
-
Jesusminded03
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
11 years 6 months ago #33715
by Jesusminded03
Replied by Jesusminded03 on topic Main menu a drop down list?
Hello again,
I just started developing the site referenced above again and noticed that the menu was still giving us problems. Whenever you navigate directly to the page, the navigation drop down appears, but as soon as you click the logo or navigate elsewhere, it appears fine. Have any other solutions been found? Thanks in advance!
I just started developing the site referenced above again and noticed that the menu was still giving us problems. Whenever you navigate directly to the page, the navigation drop down appears, but as soon as you click the logo or navigate elsewhere, it appears fine. Have any other solutions been found? Thanks in advance!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #33717
by ivan.milic
Replied by ivan.milic on topic Main menu a drop down list?
send link
Please Log in to join the conversation.
Time to create page: 0.094 seconds