Forums › Forums › Search & Filter Pro › [Feature Request] Intergration with Content Views Pro (CVP)
Tagged: Content Views Pro, CVP, V3
- This topic has 5 replies, 2 voices, and was last updated 5 years, 11 months ago by Anonymous.
-
Anonymous(Private) January 15, 2019 at 5:43 am #198915
Hi,
I want to intergrate SFP and CVP (https://www.contentviewspro.com/) but not success. Both can be used as Shortcode and CVP even can replace a layout (Archive, Search layout – https://docs.contentviewspro.com/completely-replace-wordpress-layout-by-content-views-pro-layout/)
I replaced Search.php layout by CVP and it show views perfectly with default WP search. But using SFP and set Result = Archive search.php the results view return to normal WP view.
P.S: If you need a CVP plugin to test send me an email at gianghl1983@gmail.com
Many thanks!
Trevor(Private) January 15, 2019 at 8:31 am #198922What you might try is the following:
#1 Switch off Ajax in the form settings (to allow testing) – on the second (Display Results) tab.
#2 Change the form to Custom display results method.
#3 Add the Results URL (full URL needed) of the page.
#4 AFTER the form (assuming you placed it as a shortcode), but BEFORE the CVP shortcode (CVP must be used as a shortcode), place a new shortcode (it does not output anything to the screen, so it does not show either the form OR any results – instead it glues the form to, hopefully, the CVP posts), place a shortcode like this (chnage the ID number to that of your form):[searchandfilter id="123456" action="filter_next_query"]
#5 You will need the CVP shortcode after this.
Anonymous(Private) January 16, 2019 at 5:28 am #199023I tried as below:
[searchandfilter id="39"]//for SFP form [searchandfilter id="39" action="filter_next_query"] //for next query [pt_view id="60687bbfng"] //CVP Shortcode
The result is error like this:
Error: View 60687bbfng may not exist
I hope you can found a way to intergrate with CVP which is much better than Post Grid (IMO)
Many thanks!
-
AuthorPosts