Search Button not working

Posted in: Newspaper
Post count: 34

Hey I just noticed when I search a name on my site..it brings it up on the search engine drop down..but if you click the link it takes you to the category page that it was attached to and not the post itself. How do I fix this?

Post count: 6600

Hi,

I’m not sure what you mean could you please provide more details on this and also provide your site’s url so I can inspect it.

Thanks

Post count: 34

http://triplehq.com try searching something on the site. ie: search “Drake” when the drop down pops up click the link…instead of it taking you to the post…it takes you to the archived category instead.

Post count: 3343

Hi,
Thanks for reporting this, we will fix this in the next update, until that you can fix it using this CSS, add it in Theme Panel -> Custom CSS section:

.header-search-wrap .td_module_wrap .td-post-category {
z-index: 2;
position: relative;
}

.header-search-wrap .td_module_wrap .td-post-category:after {
display: none;
}

Thanks for the message!

Post count: 34

thanks! the css worked!

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