Hi Ed,
Thank you for your time – very much appreciated!
The pagination issues seems to be gone – we have not done anything on our end, but this is good.
The second issue with the missing thumbnails persists – regardless of the plugins that are enabled.
As for .htaccess – there is a rewrite rule in there, don’t know much about regex so I am not sure what it does.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
When I disable WPML CMS (tried different versions, doesn’t matter) the thumbnails are displayed as expected.
Thank you!
Ellie