Images on responsive menu

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
Mon May 12, 2014 10:24 am
Reply with quote
Report this post
I used images for the menu items (adding images from "link type options" parameters) and I also used images for hover and focus attributes. "Add menu title" attribute is disabled.
Although, I woyld like in repsonsive menu (for tablets and mobiles) to show only the text of menu items and no the images.
So, I want images enabled in desktop view and text (menu title) enabled in tablet/mobile view.
Any ideas, please?
User avatar
Fresh Boarder

teitbite
Mon May 12, 2014 10:59 am
Reply with quote
Report this post
Hi

I'm not sure what you have in mind. Mobile menu is converted to a select list where using images is not possible, so this should not appear at all. Can you show me an example so i can learn something more about the problem ?
User avatar
Moderator

teitbite
Wed May 14, 2014 12:29 pm
Reply with quote
Report this post
Hi

I'm afraid what You did kind of broke mobile layout. This will need some work to put it back on track. Please send me an access to joomla panel (I need to change menu settings to show text and images at the same time). And an access to ftp so I can make changes to css.
User avatar
Moderator

teitbite
Thu May 15, 2014 9:22 pm
Reply with quote
Report this post
Hi

I cannot get into Your joomla admin panel. All I see it an error 500. Can You please check what can be wrong ?
User avatar
Moderator

GK User
Fri May 16, 2014 12:40 pm
Reply with quote
Report this post
It's ok now. Please check again!
Thank you very much!

teitbite wrote:Hi

I cannot get into Your joomla admin panel. All I see it an error 500. Can You please check what can be wrong ?
User avatar
Fresh Boarder

teitbite
Mon May 19, 2014 11:23 am
Reply with quote
Report this post
Hi

Sorry for late response, I got sick. I think I've solved the issue by enabling titles in menu and adding this code to override.css:

Code: Select all
@media only screen and (min-width:751px) {
.image-title { display: none; }
}

@media only screen and (max-width:750px) {
a.mega img { display: none; }
}
User avatar
Moderator


cron