1. ukfish1
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 15 January 2019
  5.  Subscribe via email
HI

Few issues with the Nadia template at http://www.west5web-develop.co.uk

1. The header that contains the menu and logo appears to have some animation attached to it,. When you scroll down and then back up to reveal the header, it temporarily shows a p[lain background before the header then drops down. Is there a way to stop this happening?

Alternatively I used the following code to make the header sticky. That's great but it doesn't show the burger menu in mobile view.

2. When viewed on a 13inch laptop screen, the menu overlaps the centered logo. Is there a way to stop this happening?

Thanks, Paul
Accepted Answer Pending Moderation
0
Votes
Undo
Sorry, one other issue. If possible I would like the active menu links to be the same red colour as the menu rollover colours. So for example, when visiting https://www.west5web-develop.co.uk/term-dates, the main menu item should show in red and when visiting a page from a drop down menu item like https://www.west5web-develop.co.uk/starting-school/settling-in, the drop down menu item is in red as well as the menu link in the right hand menu titled "In this Section".

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

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

.is-sticky #container_header {
transform: translateY(0);
position: relative !important;
}


2. To amend you can also add the following...

.hornav .item-114 {
margin-left: 180px;
}


3. To highlight the active item, add the following...

.hornav .active > a {
color: #D80000;
}


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

Many thanks

Reference the menu items overlapping the logo, its still not perfect. I know its because there are so many menu items but would it be easier to change the width at which the site reverts to the burger menu? Possible?

Paul
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
HI Paul

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will make this amendment for you. For our reference please paste a link to this post in your email.

Ciaran
  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!