Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Persistent shadow line on scroll

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi, all.

While making changes to the template, I noticed what appears to be a shadowed-line that appears when the page is first scrolled from the top - it remains thru the entire scroll, and disappears when all the way back to the top.

I have racked my brains out trying to figure out what I did.

Any ideas?

-Jay
beforescroll.jpg


afterscroll.jpg
  • jamesdeanreeves's Avatar
  • jamesdeanreeves
  • LIfetime Developer - Big Bamboo
  • 14 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Do you have a link for the site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Oops, I forgot to include it:

37.60.244.110/~jayreeve/jayreevesphotography.com/public_html/#home-link
  • jamesdeanreeves's Avatar
  • jamesdeanreeves
  • LIfetime Developer - Big Bamboo
  • 14 posts
  • Karma: 0
The administrator has disabled public write access.
It's this line

.zen-nav-fixed {
box-shadow: 0 0 4px 2px rgba(0,0,0,0.06);
}

are you looking to remove it completely?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Wow, thanks, Paul!

I couldn't spot it in Google DevTools - suspected it had something to do with that section, but totally confused because I changed the General Setting>Border/Shadows to none and it didn't change it.

I plugged this in the custom.css and got rid of it:

.zen-nav-fixed {
box-shadow: none;
}

Would you have any idea what I did in the Layout to cause it?

-J
  • jamesdeanreeves's Avatar
  • jamesdeanreeves
  • LIfetime Developer - Big Bamboo
  • 14 posts
  • Karma: 0
The administrator has disabled public write access.
Hi James,

not entirely sure

Did you always have the sticky menu showing?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks, Paul.

No, I swapped the sticky menu out for some of the others to see how they would function, but eventually moved it back in.

-J
  • jamesdeanreeves's Avatar
  • jamesdeanreeves
  • LIfetime Developer - Big Bamboo
  • 14 posts
  • Karma: 0
The administrator has disabled public write access.
Hi J,

Not entirely sure

Are you ok with how it is now?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Oh, ya, it's perfect now - thank you!

I have another question, but I'll start another thread.

Thanks again!
-J
  • jamesdeanreeves's Avatar
  • jamesdeanreeves
  • LIfetime Developer - Big Bamboo
  • 14 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers