how to create a multiple columns (sclide) in footer menu

May 2014 Joomla Template
GK User
Sat Jul 25, 2015 9:54 am
Hi! please help me , I need to create in the footer position - menu whith drop-down lists (as a submenu in MainMenu of the website )
User avatar
Senior Boarder

teitbite
Sat Jul 25, 2015 2:22 pm
Hi

Easiest is to install a menu extension capable of doing that. I think there should be some in joomla extensions page.
User avatar
Moderator

GK User
Sat Jul 25, 2015 2:33 pm
Thank you! :) May be you tell me what extension to install?
And is there a possibility to solve the problem without additional extensions?
User avatar
Senior Boarder

teitbite
Mon Jul 27, 2015 10:19 am
Hi

There are so many of them. Unfortunately never been using any, so cannot advice. But please look around:

http://extensions.joomla.org/extensions ... enu&filter[tags][]=&filter[core_catid]=&filter[includes]=&filter[versions]=&filter[type]=&filter[hasdemo]=&filter[newupdated]=&filter[score]=&dir=DESC&limitstart=&controller=filter&view=extension&layout=list&Itemid=145&clearorders=0&clearfilters=1

It can be done with the regular joomla module and some additional css, but I'm afraid we do not support customisations in form, sorry.
User avatar
Moderator

GK User
Mon Jul 27, 2015 11:12 am
Thank you, but can you take the job , for a payment?
User avatar
Senior Boarder

teitbite
Tue Jul 28, 2015 6:51 pm
Hi

If You are interested in custom job than please send me an e-mail or a PM. I cannot discuss it on the forum.
User avatar
Moderator

teitbite
Wed Aug 05, 2015 1:04 pm
1. I want to use gkVideo block (due to high speed of loading pages)
but I don't like the gray background of this block. I want to use the image (from video)
2. Three blocks marked in the picture by numbers 1 2 3 - not adapted for the mobile version of the site. Can adapt them for mobile devices?


1. Use this css:

Code: Select all
.gkPriceTable dl:nth-child(1) a.gkVideoBlock {
background-image: url('link_to_screen_from_video_1');
}

.gkPriceTable dl:nth-child(2) a.gkVideoBlock {
background-image: url('link_to_screen_from_video_2');
}

.gkPriceTable dl:nth-child(3) a.gkVideoBlock {
background-image: url('link_to_screen_from_video_3');
}


2. Use this code:

Code: Select all
@media only screen and (max-width:840px) {
.gkPriceTable.col3 dl {
    float: none;
    margin: 0 auto 35px;
    width: 300px;
}
}
User avatar
Moderator

GK User
Thu Aug 06, 2015 11:44 am
Thank you very much for your help!
User avatar
Senior Boarder

teitbite
Sun Aug 09, 2015 2:01 pm
Hi

No problem. Glad I could help.
User avatar
Moderator


cron