We are Web Development Company specializing in Joomla Templates , Joomla Extensions and WordPress Themes development. You are not able to see some forum threads due to your memberhip level. To unlock all forums and special customer support please take few moments to signup. If you are just searching for free joomla templates , or free joomla extension support simply head to our Free Joomla Support forums and open a new thread. Our moderators will help you as soon as possible. To spead up the response time please take few seconds and go over forum rules
|
||||||
| General questions All questions about our products and services can be posted here |
![]() |
|
|
#1 (permalink) |
|
Unlicensed
|
Hello all,
First off - Heck of a nice framework you've built. Very impressive! I've had success in all YouJoomla doings, except for one thing. I was curious which file I need to modify to adjust how the megamenu handles things while in mobile view (either iphone or handheld). Currently my site - when viewed in mobile view, shows the menu, but it just displays my parent items, with no apparent (excuse the pun) way to drop the menus down, or display the child (actual links) items. EDIT: I've got my menu setup in a fashion that the parent dropdowns are external links set to #. I've only got a very simple 2 level (parent / title -> actual links). This is Joomla 1.7 with yougrids and megamenu. I'm sure I could dig through and find the file, but this was the perfect opportunity for me to stop by and introduce myself and get to know the crew. Thanks! Last edited by thed0ctor; 12-23-2011 at 03:58 PM.. Reason: More explination on how I've laid out the menu |
|
|
|
|
|
#2 (permalink) |
|
|
Thnx for the props you will love 2.0 . Now the mobile menu in 1.0 is 1 level menu only. It will change in 2.0 version but for you to use it now open
templates/template_name/layouts/mobile/yjsg_iphone_menu.php and instead of default menu call line 40 Code:
<div id="mobilemenu"> <?php echo $topmenu; ?> </div> change to Code:
<div id="mobilemenu"> <jdoc:include type="modules" name="mobilemenu" /> </div> ad also Code:
<position>mobilemenu</position> Code:
<positions> now make custom menu for mobile view only and link to specific sections. This will change soon |
|
|
|
|
|
#3 (permalink) |
|
Unlicensed
|
You are the man Neo... I actually probably would have went a different route, but you knowing the framework so well, gave me a much easier path!
Appreciate the quick response! I'm sure I'll be around - and if there is any way I can ever help as I get to know the framework inside-and-out, I'd love to help in anyway. Thanks so much! |
|
|
|
|
|
#5 (permalink) |
|
Unlicensed
Join Date: Oct 2011
Posts: 1
|
I have been frustrated with the mobile menu treatment in the YouPlus template... I recently saw a post to change the menu which worked fine... There was a mention of Mobile Menu 2.0.... It has been two (2) months since that post... What is the latest news of the release?
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|