- Posts: 45
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Question regarding responsive layout
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Question regarding responsive layout
- Torsten Lachnitt
- Topic Author
- Offline
- Senior Member
Less
More
10 years 8 months ago #138002
by Torsten Lachnitt
Question regarding responsive layout was created by Torsten Lachnitt
Hello all,
got the following questions regarding the nuArt template:
1) I´ve setup a test site and I realized that the menu is not showing correctly in responsive mode (e.g. on mobile phones like IPhone or Android), if I click on the menu, I only get the parent entries of the menu but not the subordinated menu items. See also this link here, in this picture the menu should show like the on the right side: imgur.com/MLZud6K
2) If you hover over the menu with the mouse and you want to select an entry, most of the time you don´t hit it with the first try.
Both points do also occur on your templates demo site at demo.nuevvo.com, not only on my test site.
Also, I´m not sure why the template does not show the german "umlauts", I´ve set the language of the template to german, also downloaded the latest language pack for K2.
Thanks
Torsten
got the following questions regarding the nuArt template:
1) I´ve setup a test site and I realized that the menu is not showing correctly in responsive mode (e.g. on mobile phones like IPhone or Android), if I click on the menu, I only get the parent entries of the menu but not the subordinated menu items. See also this link here, in this picture the menu should show like the on the right side: imgur.com/MLZud6K
2) If you hover over the menu with the mouse and you want to select an entry, most of the time you don´t hit it with the first try.
Both points do also occur on your templates demo site at demo.nuevvo.com, not only on my test site.
Also, I´m not sure why the template does not show the german "umlauts", I´ve set the language of the template to german, also downloaded the latest language pack for K2.
Thanks
Torsten
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 8 months ago #138003
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Question regarding responsive layout
Use this snippet in your custom.css file please.
This will solve the menu items in responsive layouts.
Are you talking about the responsive layouts or the "normal" menu?
Finally can you send me a link so I can look into the umlaut issue. It is most likely a font issue.
@media only screen and (max-width: 569px) {
#menu ul ul, #menu ul ul ul { display: block; }
}
This will solve the menu items in responsive layouts.
2) If you hover over the menu with the mouse and you want to select an entry, most of the time you don´t hit it with the first try.
Are you talking about the responsive layouts or the "normal" menu?
Finally can you send me a link so I can look into the umlaut issue. It is most likely a font issue.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Torsten Lachnitt
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 45
10 years 8 months ago - 10 years 8 months ago #138004
by Torsten Lachnitt
Replied by Torsten Lachnitt on topic Question regarding responsive layout
Thanks for the update, Krikor.
The menu in responsive layout is working now.
Question 2 was regarding the normal layout, here´s the link to our test site: golive.suche-seminarhaus.de/
Regards
Torsten
The menu in responsive layout is working now.
Question 2 was regarding the normal layout, here´s the link to our test site: golive.suche-seminarhaus.de/
Regards
Torsten
Please Log in or Create an account to join the conversation.
- Torsten Lachnitt
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 45
10 years 8 months ago #138005
by Torsten Lachnitt
Replied by Torsten Lachnitt on topic Question regarding responsive layout
Well, that´s weird, sometimes it´s showing the umlauts correctly, sometimes not. At the moment, it shows the umlauts in a correct way.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 8 months ago #138006
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Question regarding responsive layout
I took a look at your source code and I saw that the titles are not being saved correctly
Außergewöhnliche Orte - That is why they are not being displayed correctly. Make sure to double check your language settings and your menu titles.
This will solve the mouseover issue. (Remember custom.css)
<a href="/index.php?option=com_k2&view=item&layout=item&id=104&Itemid=410">Außergewöhnliche Orte</a>
#menu ul ul { top: 41px; }
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Torsten Lachnitt
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 45
10 years 8 months ago #138007
by Torsten Lachnitt
Replied by Torsten Lachnitt on topic Question regarding responsive layout
Deleted one menu item with "umlaut" and created a new one with an "umlaut", same problem. Also checked the site´s language settings but cannot find something incorrect.
Mouse-over is working now.
Mouse-over is working now.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 8 months ago #138008
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Question regarding responsive layout
How about the database collation when you created it? Was it UTF-8?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Torsten Lachnitt
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 45
10 years 8 months ago #138009
by Torsten Lachnitt
Replied by Torsten Lachnitt on topic Question regarding responsive layout
Yeah, format was UTF-8.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 8 months ago #138010
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Question regarding responsive layout
Actually the cookie policy plugin is outputting HMTL above the html doctype and the meta tags. This is most likely causing these issues. In any case you should correct this.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Question regarding responsive layout