Mega Menu Arrows

Posted in: Newspaper
Post count: 42

I’m using the mega menu on 2 categories, Primary Schools and Secondary schools. Each of these sections has 5 options with nothing after them but the arrows are showing as if there is something else to load.

http://suttonschoolswork.co.uk/2014/

How can i remove them to show only if there is a sixth menu item?

Thanks.

Dave

  • This topic was modified 11 years by daveszt.
Post count: 6600

Hi,

You can check our demo page, you will notice there that this should not happen, when there are no posts to display anymore the arrow should become opaque and unclickable, like this: http://screencast.com/t/poCedgTNqVX
In your case I also noticed that this happens with blocks also, the arrow point’s that posts are still available but nothing loads: http://screencast.com/t/JGJIhtiHNqf
As there aren’t any errors in your console you might wanna deactivate all plugins, empty cache, purge files if you use nay cache or CDN plugins and check for this again.
Hope this helps!

Thanks

Post count: 42

Tried all that and still no joy. I dont think we’ll ever have more than 5 items on that menu. Is there a way i can delete the arrows from the mega menu in code so they dont appear at all to get around the issue?

Thanks.

Dave

Post count: 6600

Hi,

Yes, use this css: http://screencast.com/t/ewFQG2NZCizf

.td-mega-grid .td_block_mega_menu .td-next-prev-wrap {
display: none;
}

Thanks

Post count: 42

Perfect, thanks.

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