Thread Starter
acrms
(@acrms)
Deactivating all plugins except nextgen does not fix.
@acrms – Generally when the gallery display is seen in a long vertical column it is due to the JavaScript and/or the CSS not being correctly loaded and/or being over-written by something else. There is nothing immediately obvious in the page source to point to a theme related conflict that would cause this problem (generally it points to an incorrect or non-existent call to wp_footer in the theme), but there is a reference to a caching plugin.
When you were testing for plugin conflicts, did you insure there were no caching artifacts on the site which may still affect its performance even with the cache plugin deactivated?
– Cais.
Hi, were you able to solve the problem? I experience the same and have no clue.
Thanks
fabrizio
@mrfabulous – Please start your own topic so we can try to help you with your specific issue on your specific site.
See http://codex.ww.wp.xz.cn/Forum_Welcome#Where_To_Post
Thanks!
– Cais.
Thread Starter
acrms
(@acrms)
@photocrati I went through in detail turning off plugins and clearing cache, disabling wp_cache, issue still persists.
I do not have the issue with the default theme. I also think the issue only appeared when I upgraded to the latest version of nextgen
If you can get on my site now I have disabled everything but nextgen – cant leave it like that for long though as it is making the blog look bad.
Thanks
Thread Starter
acrms
(@acrms)
Update – I actually fixed this by manually adding the below to the bottom of my theme’s header.php.
Nextgen wasnt inserting its stylesheets.
A
<link rel=’stylesheet’ id=’nextgen_basic_thumbnails_style-css’ href=’http://rmsmotoring.com/wp/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/nextgen_basic_thumbnails.min.css?ver=2.1.49′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’nextgen_pagination_style-css’ href=’http://rmsmotoring.com/wp/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pagination/static/style.min.css?ver=2.1.49′ type=’text/css’ media=’all’ />
@acrms – Thanks for the update, please keep in mind you will need to re-insert that code with any updates to your theme.
– Cais.