1. Pappy
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 30 March 2015
  5.  Subscribe via email
The clients wants the top menu over the logo.

I do like the effect and that the logo/menu stays on the page. Though my logo is getting cut off at the top.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pappy

Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
URL given by email appears to be throwing us a 404 error.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
The top of the Logo is getting is cut off as you scroll.
How do I stop the header from scrolling when it reaches the top of the logo.

http://arabianhorsefutures.com/2015/index.php/foals
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pappy

You can edit the following code in your templates scripts.php (../templates/j51_enlighten/php/scripts.php). -20 is the finishing position (Y axis) of your logo in pixels...

jQuery("#container_header").sticky({ topSpacing: -20 });


change to something like..


jQuery("#container_header").sticky({ topSpacing: 10 });


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
That took care of the logo stopping, but now my menu keeps going up.

Also, there is a line at the bottom of the menu. It is always there, but more visible when it moves up the logo.
How do I remove this line?
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The stopping point of your menu can be set with the following in the same file (55)...


jQuery("#container_hornav").sticky({ topSpacing: 55 });


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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