1. Werner
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 01 February 2019
  5.  Subscribe via email
Hi Ciaran,
I've got the following issues:
1.) When clicking on parent menues, e.g. "Hauptabteilung" in the top menue, the content of this page does not appear, only the child menues are to be seen. Therefore I set in the "responsive-nav.js" the value "allowParentLinks: true". This works only on the menue in the sidebar of mobile devices, not on the top menue.
The same problem with the following child menues of "Hauptabteilung". Only the content of the last menue can be seen :o .
2.) How get I rid of the grey bar under the the logo title on mobile devices?
Thank you in advance!
Werner
References
  1. https://www.sg-badwoerishofen.de
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Werner

1. May I ask what kind of menu item are you using for your parent items? It sounds they might be linked to a category?

2. To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width: 767px) {
#logo {position: static;}
.header_bar {height: 140px;}
h1.logo-text {margin: 0 0 12px;}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

1. No the menu items are not linked to a category. They are linked to a single article which is uncategorized. It's funny, the menu on the sidebar works as expected.

2. The CSS works in portrait modus, not in landscape. In this case the text logo overlaps the slideshow.

Werner
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Sorry Ciaran,

2.: Vice versa: Landscape is fine, portrait not...

Werner
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

everything solved:

1. Was a Problem how JCH Optimize handles a JS when optimizing it.
2. Problem solved by reducing letter size and line height - and your appreciated help with the CSS parameters!

Thanks,
Werner
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!