• Resolved mwhandel

    (@mwhandel)


    Here’s my shortcode:

    [product-catalogue id=’1′ excluded_layouts=’List’ overview_mode=’Full’]

    The tab for the list-view is still there and functional.

    Perhaps there are other settings, that provide to exclude this view?

    Any ideas where I can look?

    Regards
    Ruth

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

    (@mwhandel)

    just solved it with custom css in the catalog:

    .upcp-list-toggle-icon {
    display:none;
    }

    quick and dirty, but it works 🙂

    Hi Ruth,

    It looks like there may have been an issue with the quotes in the code you posted (the first quote is one format, while the other is plain text, which is what might have caused the issue).

    Anyway, since you’ve already solved the issue with CSS, you can leave it as is. Alternatively, you can use this shortcode (with double quotes) to replace what you have there already:

    [product-catalogue id="1" excluded_layouts="List" overview_mode="Full"]

    Thread Starter mwhandel

    (@mwhandel)

    Thank you very much for making me sensitiv for different quotes. In fact, that was the solution. It will help me in the future.

    Regards
    Ruth

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘excluded_layouts won’t work’ is closed to new replies.