Change menu

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Sun Mar 16, 2014 12:54 pm
Hi ,
In my Joomla 2.5 restaurant template, I have a question.
Each time I have more options in the menu, and this causes that doesn't show on the screen. (menu1.jpg)
Can I change the menu in two vertical columns so it can be visible all the options? Please, look the picture I uploaded. (menu2.jpg) They are a montage.

Thank you very much
User avatar
Senior Boarder

GK User
Sun Mar 16, 2014 1:59 pm
User avatar
Platinum Boarder

GK User
Sun Mar 16, 2014 3:31 pm
Hi and thanks Pawel F

I do as the manual says (please look the images I uploaded) but I dont know what I am doing wrong but it doesn't works.

Please I need your help. Can you help me?

Thank you very much
User avatar
Senior Boarder

GK User
Sun Mar 16, 2014 3:32 pm
Sorry, and this is the first configuration
User avatar
Senior Boarder

GK User
Sun Mar 16, 2014 7:33 pm
so probably we have to use small fix, because of items in submenu, they are too long.
It's possible to add here URL of your website ?
If you afraid please use PM
User avatar
Platinum Boarder

GK User
Sun Mar 16, 2014 7:37 pm
I will try to guess, use this:

Code: Select all
.gkMenu > ul div.childcontent-inner { width:590px; }

if 590px will be too small use 630px .
If 590px will be too much use 550px

Read this: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Sun Mar 16, 2014 10:31 pm
I put the code you have told me and doesn't work. In the image I've put 990 px

Now Iam working in local, but when I will upload the web I'll put the link.

Thank you very much.
User avatar
Senior Boarder

GK User
Mon Mar 17, 2014 9:36 am
ok, so please wait .. focus on rest of content -- then publish -- and ask me I will help as soon as possible.
User avatar
Platinum Boarder

GK User
Tue Mar 18, 2014 8:02 am
User avatar
Senior Boarder

GK User
Tue Mar 18, 2014 11:32 am
Sorry, but where you have divide to two columns ?
Maybe I have to help you on back-end , hmmm?
If yes, please send me full access.
User avatar
Platinum Boarder

GK User
Tue Mar 18, 2014 11:35 pm
I hope now is much better,
but I'm not sure if so long menu is available for lazy people.
User avatar
Platinum Boarder

GK User
Tue Mar 18, 2014 11:56 pm
Thank you Pawel F. Yes, much better

But the last question please. How I can hide this in breadcrums? Please look the image.

Thank you very much
User avatar
Senior Boarder

GK User
Wed Mar 19, 2014 1:20 am
:( you can not. Joomla is not so clever or not so stupid.

Just rename "column1" with different name - could be very short for example "2014" "new" "ours" etc ?
User avatar
Platinum Boarder

GK User
Wed Mar 19, 2014 5:00 pm
Hi,

I need your help another time if its is possible Pawel F,

I want to move the menu to the left and change the measures... I know how I do it, but when I try to move the menu, It moves and changes the submenu too. Can you tell me how I can move the measures of the box A and then, with another measures,move the the box B please? (image cuadrito) Now it moves the two boxes with the same measures if I put in the override.php:


.gkMenu > ul div.childcontent-inner {

background: #FFFFFF;
border: 1px solid #E0DFDF;
width: 590px;
position: relative;
margin: -8px 0px 10px -140px;


And another question please. In the URL appears a numbering which didn't appear before. is because the menu divided into two columns? (image dubte)
User avatar
Senior Boarder

GK User
Thu Mar 20, 2014 4:52 pm
Please Pawel F.

Why in Internet explorer has disappeared the menu???

Please help me.

Thank you very much
User avatar
Senior Boarder

GK User
Sat Mar 22, 2014 8:40 pm
About menu under IE,, please use this code only for IE
Code: Select all
<!--[if IE]>
<style type="text/css">
.gkMenu > ul {
margin:-164px 30px 0px 0px !important; width:260px !important;z-index:99999;}
</style>
<![endif]-->


Guide: http://www.gavick.com/documentation/joo ... ted-pages/
and use plugin for custom code.
User avatar
Platinum Boarder

GK User
Sat Mar 22, 2014 8:43 pm
About date in URL, you have to change type of item for column A and column B, Maybe try Separator
User avatar
Platinum Boarder

GK User
Sun Mar 23, 2014 10:36 am
Sorry Pawel F. but it doesn't works. I had tried EXT Custom JS/CSS, Sourcerer and I've tried to put the code on the Override.php.
What I am doing wrong?

Please help me
Thank you very much
User avatar
Senior Boarder

GK User
Sun Mar 23, 2014 11:38 am
Okey, so please add inside: gk_restaurant\layouts\default.php like you were doing in HTML times.
Because this plugin insert this inside <script type="text/javascript"> - so it was wrong...

I will help you, when you will find this part of code
Code: Select all
    <?php $this->layout->loadBlock('head'); ?>
   <?php $this->layout->loadBlock('cookielaw'); ?>
</head>

Add mine here:
Code: Select all
    <?php $this->layout->loadBlock('head'); ?>
   <?php $this->layout->loadBlock('cookielaw'); ?>
<!--[if IE]>
<style type="text/css">
.gkMenu > ul { margin:-164px 30px 0px 0px !important; width:260px !important;z-index:99999; }
</style>
<![endif]-->


</head>




I forgot this template have it's own styles for IE but only for old versions of IE...
User avatar
Platinum Boarder

GK User
Sun Mar 23, 2014 11:50 am
Please Pawel F, I need your help. This weekend I am in a traid fair and I need the website will work.
Where and what I put on the layout/default.php

This code?
<!--[if IE]>
<style type="text/css">
.gkMenu > ul {
margin:-164px 30px 0px 0px !important; width:260px !important;z-index:99999;}
</style>
<![endif]-->

and where please.

Thank you very much and sorry for my ignorance.
User avatar
Senior Boarder

GK User
Sun Mar 23, 2014 12:25 pm
Please... I shown you ! focus on my last post!
Next time if you need customization use PM.
User avatar
Platinum Boarder

GK User
Sun Mar 23, 2014 1:11 pm
Sorry Pawel F. I didn't see the code. Now I changed the code but it doesn't woks.
I've sent you a PM. Please I need your help.

Thank you very much
User avatar
Senior Boarder

GK User
Sun Mar 23, 2014 1:31 pm
:( again code in wrong place !
send me access to FTP / host name, login, password/
and you own me a big ice creams !!
User avatar
Platinum Boarder

GK User
Sun Mar 23, 2014 6:15 pm
Done, I shorted code and add into override section, now it works under IE.
Sorry It take some time when you don't have access to back-end to check etc..
User avatar
Platinum Boarder

GK User
Sun Mar 23, 2014 8:05 pm
Thank you very much. If you come to spain you'll have a Paella. Thank you very much
User avatar
Senior Boarder

GK User
Mon Mar 24, 2014 1:24 am
Hi Pawel F. I've received a email told me that a person can't buy. I have tried to buy something and the plugin VP ONE PAGE CHECKOUT it doesn't works. I don't know why, because yesterday it worked.
I have restored the database and now it works the plugin but now the menu on Internet explorer don't show again.
What happens?
Have you touched the cart code? Please can you help me again?
User avatar
Senior Boarder

GK User
Mon Mar 24, 2014 9:33 am
No I didn't touched cart button only menu.
Send me full access again, because I deleted all old messages from system.
I'll check/see again. Maybe it was something connected.

p.s.
Paella sounds delicious :)
User avatar
Platinum Boarder

GK User
Mon Mar 24, 2014 11:00 am
check again,
This time I've added only :
Code: Select all
.gkMenu > ul {width: 230px;}
User avatar
Platinum Boarder

GK User
Mon Mar 24, 2014 11:04 am
Perfect! Now iexplorer show menu and plugin VP works.

Thank you very much Pawel F.
User avatar
Senior Boarder

GK User
Fri Mar 28, 2014 12:51 pm
sorry Pawel F.,

I return to the conversation because I have not solved a question.

You said: " About date in URL, you have to change type of item for column A and column B, Maybe try Separator "

I do not understand what you wanted to say. How can I remove the date in the URL?
User avatar
Senior Boarder

GK User
Fri Mar 28, 2014 2:44 pm
Send me again access to website, and I will check it - so you will see how I did this :)
User avatar
Platinum Boarder

GK User
Sat Mar 29, 2014 11:00 am
ok, I changed "date" to "eco" and "eco2" - now it's much better - and can help SEO.

you can change "eco2" with "nature" , "food" etc.
User avatar
Platinum Boarder

GK User
Sat Mar 29, 2014 11:14 am
Thanks Pawel F but,

Where have you changed? Where did you put it?

Thank you very much
User avatar
Senior Boarder

GK User
Sat Mar 29, 2014 11:51 am
In your Menu Manager check items named : "I" and "II" (column 1 and 2)
col1.png


p.s.
Thanks to you I've updated our guide --> http://www.gavick.com/documentation/gen ... s-in-menu/

REMEMBER TO RENAME login and password !! now is not safe to have so sort !!
User avatar
Platinum Boarder


cron