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

    (@dholovnia)

    Hi Jalinous,

    Please provide link to your site.

    Regards,
    Dima

    Thread Starter Cking

    (@jalinous)

    Hi Dima,

    Thanks in advance.

    Here is the link to my site: https://ckingsensors.com/ckingbuynsell/

    As state earlier, I can select how many products should be displayed per page but I haven’t been able to get the grid and list buttons to work. Please take a look at my shop page.

    I am hoping to have a list option with three columns:
    Column 1: product picture
    Column 2: product short description, rating, add to wish list, etc.
    column 3: price, in stock and add to cart options.

    This seems to be a nice plugin with all the features it is providing and might upgrade to pro if it give me the functions I need.

    Thanks,
    Jay

    Plugin Author RazyRx

    (@razyrx)

    Hi,

    In plugin settings “WooCommerce -> Grid/List View” open JavaScript Tab

    Change “Script after list style set” to

    jQuery('.berocket_lgv_list_grid').css('width', '30%');
    jQuery('.kad_product').css('width','100%');
    jQuery('#product_wrapper3').isotopeb({layoutMode: 'vertical'});

    and “Script after grid style set” to

    jQuery('.kad_product').css('width','');
    jQuery('.berocket_lgv_list_grid').css('width', '');
    jQuery('#product_wrapper3').isotopeb({layoutMode: 'fitRows'});

    Regards, Oleg

    Thread Starter Cking

    (@jalinous)

    Hi Oleg,

    Thank you very much for the codes. It is working now.

    I guess I just need to work on the formatting of the product description etc.

    Cheers,
    Jay

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Grid/ List view is not working’ is closed to new replies.