Replace Yootheme Menu with Maximenu CK
- brianelkins
- Offline
- New Member
Less
More
- Posts: 11
- Thank you received: 3
10 years 1 month ago - 10 years 1 month ago #22692
by brianelkins
Replied by brianelkins on topic Replace Yootheme Menu with Maximenu CK
Hi Nsheehan123,
Would you mind posting an example of your change you used and placed in the custom.ccs, that hides the MaxiMenuCK at a specific breakpoint?
It would really be big help.
Best regards,
Would you mind posting an example of your change you used and placed in the custom.ccs, that hides the MaxiMenuCK at a specific breakpoint?
It would really be big help.
Best regards,
Last edit: 10 years 1 month ago by brianelkins.
Please Log in or Create an account to join the conversation.
- nsheehan123
- Offline
- Senior Member
Less
More
- Posts: 49
- Thank you received: 3
10 years 1 month ago - 10 years 1 month ago #22693
by nsheehan123
Replied by nsheehan123 on topic Replace Yootheme Menu with Maximenu CK
I didn't need to add to the custom.css, for the menu.
The module position's class determines if it is shown based on device or breakpoint, this doesn't change.
Take a look at www.rppeo.ca
Cheers
The module position's class determines if it is shown based on device or breakpoint, this doesn't change.
Take a look at www.rppeo.ca
Cheers
Last edit: 10 years 1 month ago by nsheehan123. Reason: Clarity
Please Log in or Create an account to join the conversation.
- brianelkins
- Offline
- New Member
Less
More
- Posts: 11
- Thank you received: 3
10 years 1 month ago #22694
by brianelkins
Replied by brianelkins on topic Replace Yootheme Menu with Maximenu CK
Interesting...that doesn't seem to be the case with my setup. The menu stays on ALL responsive sizes/breakpoints.
Specs are:
Joomla = 3.3.6
WARP = 7.3.0
YooTheme = EAT 1.0.3
Recapping the steps:
1) Modified templateDetails.xml, and added:
2) Modified layouts/theme.php, and added:
...and
3) Refresh browser and menu displays no problem. But, stays on all breakpoints.
What do your specs look like, or is there something else I'm missing?
Best regards,
Specs are:
Joomla = 3.3.6
WARP = 7.3.0
YooTheme = EAT 1.0.3
Recapping the steps:
1) Modified templateDetails.xml, and added:
Code:
<position settings="">maximenu</position>
Code:
count('menu + maximenu + search')
Code:
<?php if ($this['widgets']->count('maximenu')) : ?>
<?php echo $this['widgets']->render('maximenu'); ?>
<?php endif; ?>
What do your specs look like, or is there something else I'm missing?
Best regards,
Please Log in or Create an account to join the conversation.
- nsheehan123
- Offline
- Senior Member
Less
More
- Posts: 49
- Thank you received: 3
10 years 1 month ago #22695
by nsheehan123
Replied by nsheehan123 on topic Replace Yootheme Menu with Maximenu CK
It may be a little different with Eat. I'm using it too, but not with MaxiMenu. I can see what happens.
Did you try removing Menu?
count('menu + maximenu + search')
count('maximenu + search')
Do a search - Replace for all menu to maximenu.
Did you try removing Menu?
count('menu + maximenu + search')
count('maximenu + search')
Do a search - Replace for all menu to maximenu.
Please Log in or Create an account to join the conversation.
- brianelkins
- Offline
- New Member
Less
More
- Posts: 11
- Thank you received: 3
10 years 1 month ago #22697
by brianelkins
Replied by brianelkins on topic Replace Yootheme Menu with Maximenu CK
Yes, I've tried all combinations with/without "menu +". The theme.php file is pretty short/easy to find all 'menu' items, so check the box there.
If you can replicate, then the issue must be some other css/module settings.
Let me know what you find.
Thanks,
If you can replicate, then the issue must be some other css/module settings.
Let me know what you find.
Thanks,
Please Log in or Create an account to join the conversation.
- nsheehan123
- Offline
- Senior Member
Less
More
- Posts: 49
- Thank you received: 3
10 years 1 month ago #22729
by nsheehan123
Replied by nsheehan123 on topic Replace Yootheme Menu with Maximenu CK
I did test today and realized that the reason this is working for me on the Mobile devices is because I also have the Maximenu_Mobile Module installed. You may be able to get the MaxiMenu to hide with some tweaking, and have the Off Canvas menu take over from there, but I gave up and spent the $15 for the Mobile Module.
Niall
Niall
Please Log in or Create an account to join the conversation.
Time to create page: 0.232 seconds