Can't Select Bottom Options in Module Dropdown

More
10 years 1 month ago #1986 by Kara
I'm using the module for a Music Catalog Search- thinkrootrecords.com/

If you click on 'Tempo,' 'Artist,' 'Genre,' or 'Instruments,' the bottom options in the dropdown go into the next module ('Halloween Tracks') and cannot be selected.

How can I fix this?

Thank you.

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago - 10 years 1 month ago #1987 by andrea_4g
Replied by andrea_4g on topic Can't Select Bottom Options in Module Dropdown
Though it's the first time I've witnessed that strange "underlapping" issue, it looks like others are having the same problem with the chosen picker.

I found this possible solution:
stackoverflow.com/questions/7033420/jque...picker-z-index-issue

If I got it right you should add to your CSS the following statement:
Code:
select.cp-field{ position: relative; z-index: 100000; }

Note: I'm unable to test said solution for we do not have any installation showing that behaviour. Please let us have some feedback.
Last edit: 10 years 1 month ago by andrea_4g. Reason: formatting

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #1988 by Kara
Thank you for your response and research.

I added the CSS code to the 'Custom CSS' area in my template. This didn't resolve the issue. Any advice?

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #1990 by andrea_4g
Replied by andrea_4g on topic Can't Select Bottom Options in Module Dropdown
There's a problem with your template.

Here's the structure of the sidebar, with the underlapping problem showing:



If you remove the class "block" from the second module div (the one with the "camera" module), you fix the underlapping problem.

Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #1993 by Kara
Thank you for all of your help with this!

We modified the code in the template as suggested and it fixed the underlapping issue. But when we removed the block class, the dropdown became unclickable. Are there any other workarounds you can think of?

Thanks again...

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #1997 by andrea_4g
Replied by andrea_4g on topic Can't Select Bottom Options in Module Dropdown
I have not been able to find a workaroud. Sorry.
Maybe your template provider can help.

Please Log in or Create an account to join the conversation.

Time to create page: 0.155 seconds