Tagged: bugs
Since the last update, I’ve noticed a few small bugs that are driving me crazy (I’m using the latest Chrome browser).
1. There is a dark line under the active tab (when tabs are on the left), looks terrible. Can see it here: http://kriesi.at/themes/enfold/features/
2. The “jump” to page slideouts (which show up on blog and portfolio pages), disappear after users scroll up or down.
Hi collinlc!
Thank you for using the theme!
1.) You can fix the active state border with this on Quick CSS or custom.css:
#top .main_color .tabcontainer .tab.active_tab {
border-bottom-color: #e1e1e1;
}
Change the border color if necessary.
2.) I’m not sure if I’m following you on this one. Do you mind providing a link to a page with the example?
Regards,
Ismael
1. Hmm.. Unfortunately that didn’t seem to do anything. =(
2. The site is in a staging environment, but you here is an image: https://www.dropbox.com/s/3edubui2x4yqayk/example.jpg
Appreciate the help, and the quick response.
Hey!
Thank you for the update.
The css code above should change the bottom border of the active tab. Try to remove browser cache then reload the page a few times. Looks like we are on a standstill here since we can’t see the actual issue on your end and we can’t reproduce it on ours. Please post the link to the actual website. We’ll probably continue once your site goes live.
Cheers!
Ismael
Hey Ismael.. I pasted the following in the Quick CSS box, seemed to do the trick for me (but a little different than what you provided).
#top .alternate_color .tabcontainer .tab.active_tab {
color: #888888;
border-bottom-color: #e1e1e1;
}
Leave this thread open, i’ll paste a link once the site does live.
Thanks again for the support.