Forums › Forums › Search & Filter Pro › DIVI theme with CPT Archive
- This topic has 29 replies, 3 voices, and was last updated 7 years, 7 months ago by Anonymous.
-
Anonymous(Private) March 21, 2017 at 3:12 pm #98300
To sum up:
– with the shortcode and custom display it doesn’t work; Any suggestion?
– with the Post Archive Layout it works without AJAX but the no result page is incoherent;
– with the Post Archive Layout AND AJAX it works bad (no pics, no results from the “search”, if I choose a range with no results it shows results out of range).
Any help?Trevor(Private) March 21, 2017 at 3:53 pm #98320I think this must be the way that the plugin you are using works. Is this the one:
https://elegantmarketplace.com/downloads/custom-post-type-layout-injector/
Anonymous(Private) March 21, 2017 at 4:34 pm #98333Update:
I solved the pic problem not using animation.
Now the only problem is that if I search for something that is not in the fields, instead of telling “no results found…” it doesn’t do anything (showing the same results of the previous search).
Maybe this can be fixed in some ways?Ross Moderator(Private) March 21, 2017 at 7:43 pm #98366Ah the issue with this is, the message “no results found” will probably not be inside your
ajax container
defined in thedisplay results
tab.Its likely you have an
if(have_posts...
and you open you ajax container here, but not in the
else
part which shows “no results”.Best
Trevor(Private) March 22, 2017 at 1:19 pm #98612Hi
You would need to know which template file your theme is using. In Divi I believe it might be this file:
/wp-content/themes/Divi/includes/no-results.php
Have a look in there and see if that is the message you see. If so, make a little edit and check again to see if that edit is showing, and then if it is, you can set it as you want?
-
AuthorPosts