The Joomla! Forum ™



Forum rules


Forum Rules
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 131 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
PostPosted: Wed Aug 12, 2009 10:55 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Aug 12, 2009 2:14 am
Posts: 22
If I make it a list and move it out of user3, say to left, it works. It just does not appear to work as a horizontal menu


Top
 Profile  
 
PostPosted: Wed Aug 12, 2009 11:05 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Aug 12, 2009 2:14 am
Posts: 22
I went to that page, it appears that horizontal menus are not supported. should I create multiple verticle menu's ?


Top
 Profile  
 
PostPosted: Thu Aug 13, 2009 5:34 pm 
Joomla! Explorer
Joomla! Explorer

Joined: Fri Jun 13, 2008 7:49 pm
Posts: 370
Location: Escondido, CA 92026
Suggest using Menu Style = List. It supports horizontal menus. You may need to adjust your CSS to render a list in horizontal mode.

This website page describes the CSS required for horizontal and vertical menus: http://www.seoconsultants.com/css/menus/tutorial/. Note that display: block; is for vertical menus where as display: inline; is for horizontal menus (I think I got that right). Check with http://www.w3schools.com/css/css_display_visibility.asp for more info on CSS and menu orientation.

If you do write CSS to support a "List" menu, you ought to use the class suffix in your menu module to distinguish the CSS from other normal list styles.

Hope this helps.
:-)
dgj

_________________
D. Johnson
Technology is our advantage;
performance our passion

http://www.positionresearch.com


Top
 Profile  
 
PostPosted: Thu Aug 13, 2009 5:47 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Aug 12, 2009 2:14 am
Posts: 22
I guess it's time for me to learn CSS.

Thanks....

Gary


Top
 Profile  
 
PostPosted: Thu Aug 13, 2009 6:03 pm 
Joomla! Explorer
Joomla! Explorer

Joined: Fri Jun 13, 2008 7:49 pm
Posts: 370
Location: Escondido, CA 92026
I can't say I am that great at CSS, but it is a must if you intend to build your own website. W3c.org is a great place to start. They have a very good section on CSS. Also, there is so much CSS info and tutorials on the net, that you will always find help.

I suggest that you do a search for "CSS horizontal drop menu". There are plenty of ready built CSS menu code out there. All you have to do is get one piece of your menu code working and the rest will follow.


Good luck.
dgj

_________________
D. Johnson
Technology is our advantage;
performance our passion

http://www.positionresearch.com


Top
 Profile  
 
PostPosted: Thu Aug 13, 2009 6:14 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Aug 12, 2009 2:14 am
Posts: 22
thanks a bunch for all the help, I am looking forward to educating myself around all of this....

Gary


Top
 Profile  
 
PostPosted: Tue Aug 18, 2009 3:20 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Jun 05, 2008 6:52 pm
Posts: 14
Submenu items suddenly stopped for me too-- 1.5.14 with PHP 5.2.5. But it had nothing to do with CSS or menu type. I had turned caching on in Global Config recently. Turning it back off (and refreshing pages to make sure my browser was showing most recent version) worked immediately. Bummer this admin setting for caching causes this problem, I was hoping to use it to increase the speed of my website.


Top
 Profile  
 
PostPosted: Tue Aug 18, 2009 4:50 pm 
Joomla! Explorer
Joomla! Explorer

Joined: Fri Jun 13, 2008 7:49 pm
Posts: 370
Location: Escondido, CA 92026
Hi whatsupmf,

YES, many posts earlier, others reported that sub menu items stopped displaying with Global Config caching turned on. Although I have never tried it, you may be able to keep Global Config caching turned on IF you clear cache.

Try this. Set Global Config caching = ON. Then Tools/Clean Cache. This process just might allow caching to be turned on. Not sure but worth a try if you are up to it :-)
dgj

_________________
D. Johnson
Technology is our advantage;
performance our passion

http://www.positionresearch.com


Top
 Profile  
 
PostPosted: Thu Aug 20, 2009 3:39 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jul 29, 2009 2:47 pm
Posts: 18
whatsupmf wrote:
Submenu items suddenly stopped for me too-- 1.5.14 with PHP 5.2.5. But it had nothing to do with CSS or menu type. I had turned caching on in Global Config recently. Turning it back off (and refreshing pages to make sure my browser was showing most recent version) worked immediately. Bummer this admin setting for caching causes this problem, I was hoping to use it to increase the speed of my website.
djohnson1215 wrote:
Hi whatsupmf,

YES, many posts earlier, others reported that sub menu items stopped displaying with Global Config caching turned on. Although I have never tried it, you may be able to keep Global Config caching turned on IF you clear cache.

Try this. Set Global Config caching = ON. Then Tools/Clean Cache. This process just might allow caching to be turned on. Not sure but worth a try if you are up to it :-)
dgj
I actually found I had the same problem as well, once I disabled all the joomfish stuff as you suggested dgj. Turning off caching "fixed" it, but it would be nice to have caching working. I had already tried without success what you suggested, dgj.


Top
 Profile  
 
PostPosted: Fri Sep 11, 2009 6:45 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Apr 11, 2009 5:40 am
Posts: 5
djohnson1215 wrote:
Hi whatsupmf,

YES, many posts earlier, others reported that sub menu items stopped displaying with Global Config caching turned on. Although I have never tried it, you may be able to keep Global Config caching turned on IF you clear cache.

Try this. Set Global Config caching = ON. Then Tools/Clean Cache. This process just might allow caching to be turned on. Not sure but worth a try if you are up to it :-)
dgj


Just confirming the same here:

-Joomla 1.5.9 OR Joomla 1.5.14
-Legacy Mode (for DocMan)
-APC or File Caching enabled globally

Manually purging the cache briefly brings submenus back. Going to the mainmenu module and turning off menu caching seems to "fix" it.

Is this officially a bug or what? I only found it after setting up a production instance and turning on caching. Took some serious digging to see what I might have done "wrong" (nothing).

Is this an official venue for bug reporting or is there a bugzilla or gnats instance or something somewhere for this project?


Top
 Profile  
 
PostPosted: Fri Sep 11, 2009 3:39 pm 
Joomla! Explorer
Joomla! Explorer

Joined: Fri Jun 13, 2008 7:49 pm
Posts: 370
Location: Escondido, CA 92026
GeoffHilton and sporkman,

Glad you were able to isolate the issue. I don't know if this is listed as an official bug. Let's appeal to the form moderators. It would be good for all of us to know the proper procedure.

Hey Tonie, dam-man, ooffick, tcp, mcsmom. As conscientious Joomla users, how do we check to see if this is a known bug or go about reporting this issue to the development team?

_________________
D. Johnson
Technology is our advantage;
performance our passion

http://www.positionresearch.com


Top
 Profile  
 
PostPosted: Mon Sep 14, 2009 12:57 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Sep 13, 2009 5:14 am
Posts: 31
I have the same problem.

I'm using Xampp 1.7.2 on Ubuntu 9.04.
It uses PHP 5.3.0 but i don't know how to change the PHP version.

Edit : I have reinstalled the Xampp 1.7.1 and it works perfectly.

_________________
Take a look at Truth Seekers. It can help you for the life-quest.

Link : http://www.dailymotion.com/video/x514lx ... ekers_tech


Last edited by s-l-i-m on Mon Sep 14, 2009 9:51 pm, edited 1 time in total.

Top
 Profile  
 
PostPosted: Mon Sep 14, 2009 3:46 pm 
Joomla! Explorer
Joomla! Explorer

Joined: Fri Jun 13, 2008 7:49 pm
Posts: 370
Location: Escondido, CA 92026
Hi s-l-i-m,

PHP 5.3 is going to be a problem for you. You probably can not compile a different version of PHP into Xampp 1.7.2. Suggest finding a previous version of Xampp that has no later than PHP 5.28.

I run WAMP and it has the capabilities to run a different version of PHP, assuming you have one loaded. I don't know much about Xampp. Perhaps someone more familiar with Xampp can reply.

_________________
D. Johnson
Technology is our advantage;
performance our passion

http://www.positionresearch.com


Top
 Profile  
 
PostPosted: Mon Sep 14, 2009 9:53 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Sep 13, 2009 5:14 am
Posts: 31
Hi djohnson1215,

Thanks for your help. I have deleted the Xampp version 1.7.2 and installed the previous version 1.7.1 and it works perfectly.

Thank for your help.

_________________
Take a look at Truth Seekers. It can help you for the life-quest.

Link : http://www.dailymotion.com/video/x514lx ... ekers_tech


Top
 Profile  
 
PostPosted: Mon Sep 14, 2009 10:06 pm 
Joomla! Explorer
Joomla! Explorer

Joined: Fri Jun 13, 2008 7:49 pm
Posts: 370
Location: Escondido, CA 92026
s-l-i-m,

Good work. It is nice to hear that those "electrons" are behaving themselves. :-)

_________________
D. Johnson
Technology is our advantage;
performance our passion

http://www.positionresearch.com


Top
 Profile  
 
PostPosted: Tue Sep 15, 2009 7:52 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun Sep 13, 2009 5:14 pm
Posts: 4
Hi,
Try keeping global cache ON but switching it off in the Menus Properties. It solved my problem

Regards
A Jorge


Top
 Profile  
 
PostPosted: Wed Nov 18, 2009 3:12 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jul 07, 2009 5:43 pm
Posts: 6
Thanks to all those on this forum - I had this problem w/submenus today on 1.5.14 and setting caching to "no caching", (it had been 'use global' and the global settings were set to YES - 30" ) solved the submenu not showing problem.

time to learn more about caching...
Thanks for the input.
Jackie


Top
 Profile  
 
PostPosted: Tue Nov 24, 2009 10:56 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 09, 2009 9:56 am
Posts: 23
i have the same problem but only in IE6 can somebody help me?


Top
 Profile  
 
PostPosted: Sun Dec 13, 2009 4:44 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Dec 13, 2009 4:35 pm
Posts: 6
I'm experiencing the same issue on 1.5.15. I set up one menu, and added two modules that use it. The first module shows just level 1. The second module shows just level 2. I enabled Expand Menu and Always Show Submenu Items, but the second module doesn't show anything unless I am on the parent item. Is there a way I can make it ALWAYS show the submenu items, regardless of the parent item selected? I don't mind editing a file to hack it in. I want the submenu items to always appear no matter what.


Top
 Profile  
 
PostPosted: Sun Dec 13, 2009 5:39 pm 
Joomla! Master
Joomla! Master

Joined: Mon Oct 27, 2008 9:27 pm
Posts: 13759
Location: Akershus, Norway
bomax, set one module to show all levels and the Always Show Submenu Items will work. What you suggest does not make any sense.


Top
 Profile  
 
PostPosted: Sun Dec 13, 2009 6:03 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Dec 13, 2009 4:35 pm
Posts: 6
Thanks for your help.

If I set the "main menu" module to start/end level 0/0, then all menu items disappear from both menus for some reason, except for the very first item on the root level.

If I set the "main menu" module to start/end levels 0/1/, then all root level items appear properly, but the sub-menu items only appear when I've selected the parent.

I think in my original explanation I was using levels 1 and 2 when I should have said levels 0 and 1.

To recap:

Main menu levels start/end: 0/1
Second menu levels start/end: 1/1

If I set the second menu levels to 0/0 then it does always show, but it shows the root items as well as the sub menu items. I just want it to show sub menu items.


Top
 Profile  
 
PostPosted: Mon Dec 14, 2009 3:59 pm 
Joomla! Explorer
Joomla! Explorer

Joined: Fri Jun 13, 2008 7:49 pm
Posts: 370
Location: Escondido, CA 92026
bomax,

Yes - most confusing nomenclature.

Menu item level 0 refers to the top most parent
Menu item level 1 refers to a child of the top most parent.

You have it right now.

_________________
D. Johnson
Technology is our advantage;
performance our passion

http://www.positionresearch.com


Top
 Profile  
 
PostPosted: Mon Dec 14, 2009 5:36 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Dec 13, 2009 4:35 pm
Posts: 6
Thank you. But I am still having the problem of the submenu items on the secondary menu not appearing unless the parent item is selected on the main menu.


Top
 Profile  
 
PostPosted: Mon Dec 14, 2009 5:55 pm 
Joomla! Explorer
Joomla! Explorer

Joined: Fri Jun 13, 2008 7:49 pm
Posts: 370
Location: Escondido, CA 92026
bomax wrote:
Thank you. But I am still having the problem of the submenu items on the secondary menu not appearing unless the parent item is selected on the main menu.


Pls post your URL so we can take a look. People use the term sub-menu to mean several things so it would be helpful to see your site to better understand your issues.

_________________
D. Johnson
Technology is our advantage;
performance our passion

http://www.positionresearch.com


Top
 Profile  
 
PostPosted: Fri Dec 18, 2009 3:48 am 
Joomla! Master
Joomla! Master

Joined: Mon Oct 27, 2008 9:27 pm
Posts: 13759
Location: Akershus, Norway
http://docs.joomla.org/Split_menus


Top
 Profile  
 
PostPosted: Sat Dec 19, 2009 1:21 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Dec 13, 2009 4:35 pm
Posts: 6
Per Yngve Berg wrote:

That's what I did. And you can see the result at the URL I posted. The submenu is not showing up all the time like I want.


Top
 Profile  
 
PostPosted: Sat Dec 19, 2009 9:44 am 
Joomla! Master
Joomla! Master

Joined: Mon Oct 27, 2008 9:27 pm
Posts: 13759
Location: Akershus, Norway
It will not show because there are no child items for some of the parents.
A submenu will only show those items that are a child of the active parent.


Top
 Profile  
 
PostPosted: Sat Dec 19, 2009 3:11 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Dec 13, 2009 4:35 pm
Posts: 6
Is there a way I can hack one of the files to make it always show the child menus of the one parent?


Top
 Profile  
 
PostPosted: Sat Dec 19, 2009 4:14 pm 
Joomla! Master
Joomla! Master

Joined: Mon Oct 27, 2008 9:27 pm
Posts: 13759
Location: Akershus, Norway
Make it a separate menu and not as submenu items.


Top
 Profile  
 
PostPosted: Sat Dec 19, 2009 9:10 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Dec 13, 2009 4:35 pm
Posts: 6
That breaks the breadcrumbs though.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 131 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next



Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group