• Hi to all , I have a wordpress site and recently my products dont show the main images also I have noticed the sub menus on the main WP login page are not working, I have checked the images and are all ok , if I go to the product and click on where the image should be it works pefect but I cant see it. I tried deactivating all plugins not associated with woocommerse but no luck, if anyone can help me would be greatly appreciated.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Can you please try by switching the theme to default WordPress theme and check if the works fine?

    If switching to the default theme does not work then please deactivate all the active plugins on your site and check if it works fine and try activating the plugin one by one and check the conflicting plugin.

    I have also observed some errors in the console on the page. Can you please check on it.

    You would just need to turn debug on and see what’s going on.
    You can check by turning on debug in wp-config.php file

    define('WP_DEBUG', true);
    define( 'WP_DEBUG_LOG', true );
    define( 'WPS_DEBUG_SCRIPTS', true );
    define( 'WPS_DEBUG_STYLES', true );
    define( 'WPS_DEBUG_DOM', true );

    You can also check below link

    Debugging in WordPress

    Thread Starter maxgear

    (@maxgear)

    Hi thanks for your information, I changed the theme to WP standard and it works well, looks like the theme has a compatibility issue so I’m looking at changing the theme now, its a nightmare as I have to now find something similar to this corrupt theme, anyway all works well now, thank you

    Hello maxgear,

    please change the status to Resolved.

    so, any other user find the solution from it.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘images not showing’ is closed to new replies.