Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    Did you try to turn on Template fix and set Use to JavaScript(jQuery) on plugin settings page?

    Regards,
    Dima

    Thread Starter 7dera

    (@7dera)

    Hi.
    Yes, I turned on the JavaScript fix (jQuery) on the plug-in settings page, when I use the jQuery parameter, the glitch disappears, but the filtration stops working. Ie if you select any parameter – all products are displayed

    Thread Starter 7dera

    (@7dera)

    I tried to find the reason and removed all the JavaScript from the template – it did not help. I’m in the ointment. Prompt please, I will be glad to any advice.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Kind of weird. I leave a message today but it wasn’t posted. ok, lets try again.

    Open plugin settings page and set Product Selector to div.jempflite-before-shop

    Regards,
    Dima

    Thread Starter 7dera

    (@7dera)

    Yes!!! Everything worked. Thank you very much for your prompt reply, and especially for the plugin.

    • This reply was modified 7 years, 9 months ago by 7dera.
    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Add this styles

    
    div.jempflite-before-shop {
        min-height: 400px;
    }
    .no-products {
        margin-top: 100px;
    }
    
    html .berocket_aapf_widget_loading {
        background-position: center 200px;
    }
    
    Plugin Author Dmytro Holovnia

    (@dholovnia)

    first style – products holder min height to make loading image shown fully
    second style – for No Products text better location
    third style – make loading image at the top, closer to filters. Right now when products loaded and you click filter loading in far away to the bottom and it is not clear what is happening

    Thread Starter 7dera

    (@7dera)

    Indeed, it became more comfortable and beautiful. Thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘DIV is duplicated with the class .products-nav,’ is closed to new replies.