Tell us what you are trying to do? Put filter section and view in parts of a bootstrap grid.
Is there any documentation that you are following? Views guides & bootstrap 4 reference
Is there a similar example that we can see? N/A
What is the link to your site? versteckter Link
Minesh
Unterstützer
Sprachen:
Englisch (English )
Zeitzone:
Asia/Kolkata (GMT+05:30)
Hello. Thank you for contacting the Toolset support.
Do you mean that you want to display the search form on left column and search result on right column? If yes:
- if you are using Toolset Bocks then here is the Doc that shows information about how you can display the search form and result side by side:
=> https://toolset.com/course-lesson/creating-a-custom-search/#display-the-search-box-and-search-results-side-by-side
If you are using Toolset Views (classic views) then you can adjust the code within the Toolset View editor.
I’m using Views. The only thing not working correctly is the pagination doesn’t update correctly. It shows all page buttons even when there are only a few matches.
Minesh
Unterstützer
Sprachen:
Englisch (English )
Zeitzone:
Asia/Kolkata (GMT+05:30)
I will require to check how you added the pagination. Could you please share admin access details so I can check whats going wrong with your setup.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Minesh
Unterstützer
Sprachen:
Englisch (English )
Zeitzone:
Asia/Kolkata (GMT+05:30)
Could you please check now: versteckter Link
With the following view:
versteckter Link
I've adjusted the code in "Output Editor" as given under:
<div class="col-md-3 col-sm-12">
[wpv-filter-meta-html]
<div class="col-md-9 col-sm-12">
[wpv-layout-meta-html]
And moved the pagination shortcode to "Loop Editor" section:
<div class="nav_wrap">
[wpv-pagination][wpv-pager-nav-links output="bootstrap"][/wpv-pagination]
</div>
I can see now pagination is updated when we filter the view.
Excellent! I was looking for that particular set of shortcodes, but could not find it in the documentation. Do you know where I can find this info?
Thanks again for your help!
Minesh
Unterstützer
Sprachen:
Englisch (English )
Zeitzone:
Asia/Kolkata (GMT+05:30)
Minesh
Unterstützer
Sprachen:
Englisch (English )
Zeitzone:
Asia/Kolkata (GMT+05:30)
You're welcome to mark resolve this ticket 🙂
It's also well documented right in the views editor. It's silly of me, but I've just never used the output editor before. Really appreciate the help.
My issue is resolved now. Thank you!