Forums › Forums › Search & Filter Pro › Problem to display the form correctly
Tagged: Form Display
- This topic has 21 replies, 3 voices, and was last updated 8 years, 7 months ago by Trevor.
-
Anonymous(Private) February 21, 2016 at 5:45 am #37533
Hello,
Sorry to bothering you for this very stupid question i’m sure.
I don’t know why but I can’t manage to display correctly the search form. On my page I simply have the shortcode as you show in the youtube video. But the display is wrong (cf screenshot)
I just want to know if you ever had this kind of problem before
Ross Moderator(Private) February 21, 2016 at 3:37 pm #37537Certainly odd, it looks like the CSS is not loaded, or overwritten by your themes CSS possibly.
In that case, its also possible the JavaScript is not loaded, if this is true, then S&F will not work correctly.
Can you check the source code of that page, and see if hte CSS files are and JS files are there?
You need to look for
search-filter.min.css
andsearch-filter-build.min.js
Thanks
Anonymous(Private) February 23, 2016 at 6:44 am #37697Hi, thanks for your quick reply.
I found them on the source dode page cf screenshot so i’m guessing it’s my theme that overwrite the css ?
Or maybe do you have other idea about it ?
Philippe
Ross Moderator(Private) February 23, 2016 at 10:04 am #37718This reply has been marked as private.Ross Moderator(Private) March 14, 2016 at 3:34 pm #39390Hi there
Yes it looks like the CSS is loaded fine, but it seems the styles are overwritten by the styles of your theme.
Probably the best thing to do would be to re-include the S&F CSS after your themes CSS.
The easiest way to do this would be to copy everything from:
wp-content\plugins\search-filter-pro\public\assets\css\search-filter.min.css
And copy it at the very end of your theme’s style sheet – or somewhere in your theme where you can place custom CSS.
Thanks
-
AuthorPosts