How do you make the search results appear on a template page?

Hi,

I have built my website using the X theme and would like to know how to change the search results page to match the current style of the site (please see image 1).

For all the pages in the website I am using ‘Blank - Container Header, Footer’ for the template from Integrity 9. The search appears to be defaulting to a different template to the rest of the website (please see image 2). The results template is pushing the results to the right, I would be happy with this if the results displayed in the centre of the page rather than the right.

I have read through the documentation and the forum and cannot see how to make the search results use the ‘Blank - Container Header, Footer template’ for the results or at least display in the centre. Is there an option in the X theme settings I have missed?

Also and this is probably an area you will not be able to assist me with but I thought I would ask. I am using Uber Menu which came with the theme and have used an Uber Menu widget area to place the search function in the menu bar. As you can see in image 1, there is a rogue ‘o’ before the search. Do you know why this there? I cannot see anywhere to make this not appear.

Finally, I am using the under construction page which came with the theme and have enabled a password but cannot see a padlock or any other area to allow my team to log-in before launch. I looked in the bottom right area but nothing appears. It might simply be that it’s my system and as we’re all on the same IP in the building this could be the problem, I thought I should check to be sure.

I will continue to investigate the above myself, but I am hoping you can point me in the right direction.

Thank you.

Paul

Hey Paul,

Thanks for writing in. Please give us a link to a search results page so we could see the issue.

For your UberMenu issue, please open a separate thread and post the URL of your site also. This is so we avoid confusion or drifting outside the main topic.

The Under Construction missing key is a known bug. For now, please login using WP admin.

Thanks.

Hi Christian,

As the site is not yet live, I am sending you a secure note with a log-in so you can preview the website and see what is happening on the search results page.

Kind regards,

Paul

Hello there,

The white space which is an empty sidebar on search results page can be removed by adding the code below into your X > Theme Options > CSS:

.search-results .x-main {
    width: 100%;
}
.search-results .x-sidebar {
    display: none;
}
.search-results .x-main.right {
    float: none;
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.