Problem and Question

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Mar 18, 2016 3:51 pm
Reply with quote
Report this post
Hello,
I have the following questions and problems:

- Cloudhost template supports megamenu ?
-- We would like to use Jux Mega Menu (http://www.joomlaux.com/jux-extensions/ ... -menu.html)
-- I installed it on our joomla, but I can't find any position to put it instead actual menu/jux-mega-menu

- The images are not displayed like in the demo on your website
-- Please see the screenshots:
screenshots.zip


Thank you!
User avatar
Fresh Boarder

GK User
Mon Mar 21, 2016 10:51 pm
Reply with quote
Report this post
anyone in here that can give some support on this?
User avatar
Fresh Boarder

teitbite
Sat Mar 26, 2016 7:17 pm
Reply with quote
Report this post
Hi

1. Our template has a build in megamenu and not a regular module position. You can replace it by editing file /layout/default.php and replacing:

Code: Select all
                <?php if($this->API->get('menu_type', 'aside') == 'classic') : ?>
                       <?php if($this->API->get('show_menu', 1)) : ?>
                        <div id="gkMobileMenu" class="gkPage"> <i id="mobile-menu-toggler" class="icon-reorder"></i>
                            <select id="mobileMenu" onChange="window.location.href=this.value;" class="chzn-done">
                                <?php
                                 $this->mobilemenu->loadMenu($this->API->get('menu_name','mainmenu'));
                                 $this->mobilemenu->genMenu($this->API->get('startlevel', 0), $this->API->get('endlevel',-1));
                             ?>
                            </select>
                        </div>
                        <?php endif; ?>
                        
                        <?php if($this->API->get('show_menu', 1)) : ?>
                        <div id="gkMainMenu" class="gkPage">
                                <?php
                              $this->mainmenu->loadMenu($this->API->get('menu_name','mainmenu'));
                               $this->mainmenu->genMenu($this->API->get('startlevel', 0), $this->API->get('endlevel',-1));
                           ?>
                        </div>
                        <?php endif; ?>
                    <?php else : ?>
                    <i id="aside-menu-toggler" class="icon-reorder"></i>
                    <?php endif; ?>


with

Code: Select all
<jdoc:include type="modules" name="mainmenu" style="raw" />


than You will be able to use "mainmenu" module position to show menu in this place.

We cannot provide images used in demo, because it's prohibited by law, so we had to replace them with dummy images. You will have to upload Your own images instead.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.