Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Mobile view (iPhone) the Checkboxes in the sidebar hide the results
This topic contains 7 replies, has 2 voices, and was last updated by Ernest Marcinko 4 years, 2 months ago.
- AuthorPosts
- January 17, 2019 at 3:34 pm #20808
Mobile view (iPhone) the Checkboxes (categories and tags) in the sidebar hide the top of the results display. See attached screenj print
Check: http://www.ckwebdesign.eu/test2/search-filter/ on mobile device
Attachments:
You must be logged in to view attached files.January 17, 2019 at 4:19 pm #20813Hi!
In the default ‘hover’ mode, both the results and the settings box have z-index values assigned, so that the one with the higher value is on top of the other. The default setting is that the ‘settings’ box has a higher z-index. You can change that here: https://i.imgur.com/29WBZ3E.png
After changing that, make sure to clear all cache.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
January 17, 2019 at 4:53 pm #20818Thanks for your answer. I do understand that, but I would like to have the results displayd on mobile devices BELOW the setings box.
I can probably do that with a media screens setting??Any suggestions how to achieve that
January 17, 2019 at 5:02 pm #20820Hi,
In that case, maybe using the block position for the settings might be a better option. Most of the styling will be inherited from the theme, but it will not hover over anything, and the results will be below it.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
January 18, 2019 at 9:01 am #20831Hi,
Yes that works, but the Ajax Pro css (backgroundcolor etc.) is gone
January 18, 2019 at 11:45 am #20843Hi,
Yes, as I stated earlier “Most of the styling will be inherited from the theme, but it will not hover over anything, and the results will be below it.”
With custom CSS however you can force the same colors:
div.asp_sb_1 { background: linear-gradient(185deg, rgb(109, 204, 237), rgb(104, 174, 199)) !important; } div.asp_sb_1 .asp_option_label { color: white; }
That should do the trick.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
January 23, 2019 at 2:23 pm #20940Thank you,
But now another problem, The checkboxes of STACKS (post-category) and COUNTRY (post-tags) appear double on the page ?????
Please advice
check out:
http://www.ckwebdesign.eu/test2/search-filter/Attachments:
You must be logged in to view attached files.January 23, 2019 at 2:36 pm #20943Hi,
It happens, because the same search shortcode is two times on the same page, and the results shortcode is moved there for both search instances. The first search is hidden within the menu, I am not sure what is that for.
You can either try removing that shortcode from the menu, or you can try this custom CSS to get rid off the duplication, if that is not possible:
Best,.asp_sb_1_1, .asp_s_1_1, .asp_r_1_1 { display: none !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.