Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Deterjan

    (@deterjan)

    Any solutions ?

    Plugin Author wpdreams

    (@wpdreams)

    Hi!

    It looks like your theme has got some wierd CSS and overrides a bunch of rules in the plugin. Try to add the following additional CSS to fix this anywhere in your theme CSS files:

    .resdrg .item a {
        opacity: 1 !important;
        display: inline !important;
        position: static !important;
        background: transparent !important;
    }
    
    .resdrg .item {
       visibility: visible !important;
    }
    
    .results .item .image img {
        width: auto !important;
        height: auto !important;
    }

    These should solve some of the issues.

    Thread Starter Deterjan

    (@deterjan)

    I am out now i ll try as soon as back on pc thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ajax Search Box doesnt work’ is closed to new replies.