• Resolved ananiaskantene93

    (@ananiaskantene93)


    Hi how can I fix this problem? When I remove the list or the detail view from the catalog this is what happen: Once I click a product the popup light box come but with empty images and no product description. I want only the thumbnail to appear but also popup lightbox to appear with the description and images when a vistor click on the product.

    THanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi Anania,

    We tried to reproduce the same issue to see if there is anything that is missing, but it works fine.

    How did you remove the “List” & “Detail” view? Did you use custom CSS? We usually recommend using custom CSS to hide/remove/edit any element. In this case, you can use the following custom CSS in your catalog:

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

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Problems appears when I remove List and detail view’ is closed to new replies.