Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #266076

    Any idea why Enfold does not play nicely with my dsIDXpress WP plugin’s search filter box? Enfold breaks the search filter box layout and functionality.

    Here is what it’s suppose to look like and how it’s suppose to work (using a different theme):
    http://findlosgatoshomes.com/idx/city/los-gatos/

    And here’s what happens with Enfold:
    http://moltensites.com/demo/idx/city/newport-beach/

    Thanks
    -mark

    • This topic was modified 9 years, 10 months ago by moltenman.
    #266123

    Hi moltencreative!

    Try this css code (insert it into the quick css field or child theme style.css) to display all input fields in a single row:

    
    #dsidx-top-search input[type='text'] {
    display: inline !important;
    max-width: 33%; 
    }
    

    Best regards,
    Peter

    #266157

    Thanks Peter. I pasted the css into the Enfold Quick CSS box under General Styling because these pages are generated automatically from links. It did not quite fix the issue. If you click the dropdown button on the far right side of the search bar, after it expands you will see that the filter input fields are still broken.

    http://moltensites.com/demo/idx/city/newport-beach/

    #266161

    Hi!

    If you want to hide the borders of the table you can use this code:

    
    #dsidx-top-search table, #dsidx-top-search td, #dsidx-top-search th, #dsidx-top-search tr {
    border: none !important;
    }
    

    I didn’t notice any styling issues with the input fields though.

    Cheers!
    Peter

    #266166

    Thanks Peter. The one remaining problem is with the search filters that have a drop down. For example, Type, Beds, Bath, and others under the “Show more filters.” When you make a selection from one of these drop downs, your selection is not displayed – you just see the “-“

    #266179

    Hi!

    Oh, I see. Unfortunately I couldn’t find a fix for this issue. Your best bet is to contact the plugin author – maybe he can provide some help. Otherwise you need to hire a developer who investigates the plugin/theme conflict and who fixes js/css/html code errors if necessary.

    Best regards,
    Peter

    #266217

    I figured out which css was causing the problem and fixed it.

    Something for you to think about: I’ve used this plugin with other themes that use Visual Composer and have not had any formatting issues like I had with Enfold and Avia. I wonder what your page builder is doing differently that interferes with the plugin.

    Thanks
    -Mark

    • This reply was modified 9 years, 10 months ago by moltenman.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold with dsIDXpress WP Plugin – Search Filter Box Breaks’ is closed to new replies.