Search result page customization

Posted in: Newspaper
Post count: 11

Hi,
I am using the News Magazine demo. On searching for some text from the Header menu, the search result page displayed contains Advertisement. How do I customize the elements/layout in the search result page?

Please assist.

Thanks & Regards

Post count: 23312

Hello Jay,

If you need to change the search template, please notice that you can do that only from Theme panel, from here -> http://screencast.com/t/7ZkvPbG16tqs If is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 11

Hello Catalin,

Thanks for your reply.

1. By default,in the search result page, side bar displays advertisement and latest articles. I do not want Ads to be displayed in this page’s side bar. I want to customize this. In the Theme Panel->Template settings-> Search Template, there is an option to create a new side bar. Once I give a name and click the “Create” button. It shows the name in the drop down. But how do I add elements to the newly created sidebar? For example, how do I add a “Simple image” element to the side bar?

2. In the “ARTICLE DISPLAY VIEW” I prefer to use M16, but I DO NOT want the response count to be displayed with each result. Is it also possible to display results with M16 style but without the image for each post as there may not be images added to posts?

When I disable “FEATURED IMAGE PLACEHOLDER” in Post Settings, even though none of the posts results have a featured image and image place holder not displayed, the post titles are shifted to the right leaving empty space to the left of the post titles.

Thanks & Regards

Post count: 22421

Hello,

1) You create a new sidebar there, Yes, but you add elements to it in the wordpress widgets area where the other sidebars are present as well: http://screencast.com/t/ysCjGtvtadpu Try this guide to better understand how WP widgets work: https://ithemes.com/tutorials/using-wordpress-widgets/

2) You can try this code to remove the featured image:
.td_module_16 .td-module-thumb .entry-thumb{
display:none!important;
}
.td_module_16 .item-details {
margin-left: 0px!important;
}

Thank you!

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