Skip Navigation

[Resolved] search results page

This support ticket is created 5 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 5 years, 10 months ago.

Assisted by: Waqar.

Author
Posts
#1189168

for the life of me I can not get the search result page to display properly ... I am using a wordpress archive for my search results. all of my other wordpress archive templates look just find.... but for the search results there is something funky going on and was wandering if you could take a look.

here is the login, as you can not see anything unless you are logged in.

{removed}

to replicate the issue ... go here to these search results:

hidden link

you can see that there are many results, looking at inspector you can see all of them in the code. However for some reason the pagenation is to the right of the results ..and when you take the pagenation off to view all of the results it looks like the results go down onto the footer .. but you cane see them.

theme support is crap so i hope you can help and not send me to the theme people lol as i need this resolved asap

#1189846

Hi Jen,

Thank you for contacting us and I'll be happy to assist.

The pagination below the search results is not showing properly, because they are not wrapped inside a solid container.

In your view's "Loop Editor" section you can add a div container with class "col-sm-12".
hidden link
( screenshot: hidden link )


<div class="col-sm-12">
[wpv-post-body view_template="loop-item-in-search-results"]
</div>

I hope this helps.

regards,
Waqar