- This topic has 1 reply, 2 voices, and was last updated 5 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Help request for plugin setting
Hello
I installed your plugin on my website http://www.muvirecords.com
now I just need the search
I have two problems
1 the search does not work … I always display the usual 6 mp3 for each search …. did I make some wrong settings?
2 I should center the search and the button on the page because the centering jumps in the mobile view
I’m waiting for you
On the Display Results settings tab of the form, you have selected ‘Using a Shortcode’ as the method. This may be wrong. Are you using Elementor Pro to display the posts? If so, you should use the method described in this guide (and also use the extension for Elementor Pro that you can download from the top of the guide page):
https://searchandfilter.com/documentation/3rd-party/elementor/
The form we can address later, but this custom CSS normally centers the form:
.searchandfilter > ul {
display: table;
margin: 0 auto;
}