• Resolved marnix89

    (@marnix89)


    Hi guys,

    I’m working with your plugin for a few day (spread over some weeks) and i’m encountering some issues. The results when loading the categorie varies quite a lot. When I refresh the page have of the time it loads fine, sometimes it loads all the images partially and sometimes half of the products do not display a name. The pagination on the bottom does not appear even when activated in the menu. The problems also occur when using filters (tags or categories).

    I tried different settings, 10 items per page, 100 items per page, infinite scroll on/off. I don’t know if these things are connected but it seems like something is conflicting the catalogue from loading in properly. I disabled all my plug-ins and without result. I’m quite a novice to WordPress so i’m having a hard time figuring out what seems to be the problem. So any suggestions, tips would be much appreciated. ??

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter marnix89

    (@marnix89)

    Update: I just tried the ‘Twenty Nineteen’ theme as i saw this being suggested in an other thread, but had the same issue of images loading partially.

    Hi marnix,

    I don’t know where it’s coming from, because it’s being added inline, but you have something that is automatically setting the height of all your product thumbnails to 125px. Please see the following screenshot for reference:

    You can either figure out where that’s coming from or try adding some custom CSS (in the Custom CSS box on the catalog edit screen) to counter it. For example:

    .upcp-thumb-item {
        height: auto !important;
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘unstable loading issues’ is closed to new replies.