Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Filter dropdown effect push content
- This topic has 9 replies, 2 voices, and was last updated 6 years, 1 month ago by
Ernest Marcinko.
-
AuthorPosts
-
April 25, 2020 at 10:03 am #26901
Topy05
ParticipantHello, please have a look at this video http://somup.com/cYfTjRiy1D. I noice that when I click the filter icon, the selector dropdown effect push the content. It doesn’t look the same to the demo in your website.
April 27, 2020 at 9:19 am #26914Ernest Marcinko
KeymasterHi,
You have probably changed the layout of the settings drop-down, you can change it back to the default “hovering” here: https://i.imgur.com/CU6B7Cs.png
April 27, 2020 at 9:54 am #26916Topy05
ParticipantThe point is I want the dropdown width to be the same as the container. So I select the “block” layout as you recommended in this topic https://wp-dreams.com/forums/topic/replace-close-icon-increase-dropdown-with/. But selecting the block layout now changes the the way of dropdown. So, it’s not possible to use the block layout and have the dropdown pattern that displays in the “hovering (default)” layout?
April 27, 2020 at 12:39 pm #26921Ernest Marcinko
KeymasterHi,
Well, it is a tough question, because if it’s floating, it may not be able to adept to the parent width.
Try this custom CSS, it may work with the block layout:
div.asp_sb { position: absolute !important; }April 28, 2020 at 9:35 am #26948Topy05
ParticipantWork fine, thanks! Just one last thing, I’m almost done with this. Please see this screenshot https://www.dropbox.com/s/nzttp9nww50al41/ajx.png?dl=0. As you can see, when the text is long, it is not responsive well. Do you have an option to adjust this or need to use media query to fix it?
Thanks.
-
This reply was modified 6 years, 1 month ago by
Topy05.
April 28, 2020 at 2:23 pm #26958Ernest Marcinko
KeymasterHi,
That should break the line, maybe it is due to the custom code, I am not sure. Can you please link me to the page where this is visible? I cannot tell what the reason is only by a screenshot. Thank you!
April 28, 2020 at 5:28 pm #26967Topy05
ParticipantYou cannot access this content.
April 29, 2020 at 7:40 am #26983Ernest Marcinko
KeymasterYou cannot access this content.
April 29, 2020 at 10:10 am #26992Topy05
ParticipantYou cannot access this content.
April 29, 2020 at 2:13 pm #27010Ernest Marcinko
KeymasterThanks, it was a firewall issue, I switched VPNs and it is okay now.
I applied this custom CSS:
#ajaxsearchprobsettings1_1.searchsettings fieldset, #ajaxsearchprobsettings1_2.searchsettings fieldset, div.asp_sb.asp_sb_1.searchsettings fieldset { width: 800px; min-width: 300px; }It should be fine now.
-
This reply was modified 6 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.