Stick menu bug, and customization questions.

Posted in: Newspaper
Post count: 18

Hello TagDiv team,

I’m writing to you in this occasion because I have a bug. If you slide down in any page in my website (calgarianvanguard.com) you will see that under the sticky menu there is a thick white line that gets over text and pictures.

Also, I would like to know how one can reduce the space between the elements of the menu and the lines around the menu. (so it looks like the horizontal menu bars in niemanlab.org).

Cheers,

Daniel Rodriguez

Post count: 388

CSS for line under menu, to be entered in Theme Panel -> Custom CSS:

.td-menu-background:after {
  background: transparent !important;
}

Spacing and border between menu items:

.sf-menu > li > a {
  padding: 0px 0px 0px 0px !important; /* top, right, bottom, left*/
  border-right: 1px solid #eee !important;
}

Adjust values as desired. Note that at present you don’t have to think about first and last child of the menu as long as you don’t remove the search button (because it’s not a list item).

Post count: 6600

Hi,

Thanks for reporting this, we will fix it in the next update, until then please add this custom css in theme panel > custom css, like this: http://screencast.com/t/C6poZqXYh

.td-full-layout .td-menu-background:after,
.td-boxed-layout .td-menu-wrap:after {
background: none !important;
}

Please follow this and do the same for menu:
* https://forum.tagdiv.com/topic/modify-menu-height/
* https://forum.tagdiv.com/topic/adding-a-main-menu-border/

Please let me know if you manage to do it.

Thanks

Post count: 18

Hello guys,

Thank you for the coding. The bug for the white line was solved. However, the search button in the menu bar isn’t working.

Thank you for your time,

Daniel

Post count: 6600

Hi,

Have you tried to deactivate the plugins and check if the search starts working?
This should not occur, I have tested this and found no issue with it using the latest theme version and this may be due to some plugins conflict.
Please let me know if you find anything!

Thanks

Post count: 18

Hello Lucian,

Thank you for your message. I’m sorry I didn’t answer you early. I have been very busy with university. I will let you know this weekend when I sit down to work on it.

Cheers,

Dan

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.