• Resolved iamlucy

    (@iamlucy)


    Hi, we enjoy using your plugin, however the list view looks very strange on our site.

    The site is wwww.galaxigt.com/shop

    Can anyone help us resolve the issue?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    You can try to add those code in plugin settings -> Custom CSS/JavaScript tab
    JavaScript after list style set field:
    jQuery('body').addClass('brlgview_list');

    JavaScript after grid style set field:
    jQuery('body').removeClass('brlgview_list');

    Custom CSS field:

    .brlgview_list ul.products {
        display: block!important;
    }

    Regards,
    Oleg

Viewing 1 replies (of 1 total)

The topic ‘List view excerpt failure’ is closed to new replies.