tizz
Forum Replies Created
-
@baiaz there’s no reset button in the NGG stable current version
Please copy and paste here the Nextgen code you have on the page at the link you’ve posted
Edit: ATP is Attach to post function
@cohistorian where are you setting basic slideshow? If you change in general settings to be slideshow, nothing can happens if you have setted for thumbnails on a page/post basis with ATP.
@chrisgarland for disable server cache you have to put in .htaccess this rule:
RewriteEngine On
RewriteRule .* – [E=Cache-Control:no-cache]but I don’t know if this solves your issue. Anyway you can try and remove the rule if nothing change. If you really have a cache on the server it should also involve other contents on your site.
@asmondien, First do what @cais suggested. If the problem persists and you find out that on your live server there’s a cache, then your provider can remove it or reduce the time. I know how to disable it on a Linux server with .htaccess, I don’t know Windows.
Anyway, as you can read here, the best for WordPress is a Linux environment.@asmondien and @ron Ramsey what you see is none other than cache problem. If you don’t have any cache plugin installed, and it’s not the browser cache, then it’s a cache on the server. What is your hosting services?
@jflynnrn, if one knows NGG it can be seen with the “naked eye”, but it’s also supported looking at the style sheet with Firebug.
You have NGG plugin loaded in the page, but you aren’t using it in that particular gallery you asked for.@fneurieser, I’m glad it all works now.
Edit: now you can give a 115px width if you want the thumbs fit better in the content.
Potentially NGG should work with all well-written and updated themes – and generally speaking it’s more common to have conflicts with plugins than themes.
Each theme can show the gallery in a different way according to the template but that doesn’t mean it doesn’t work, simply you have to rearrange gallery.
Then there are some themes with many options, shortcodes and scripts that can give problems to some plugins, not only NGG.
While you have every plugin deactivated but NGG, you can try now how it works with your current theme.
I don’t know if your theme has some particular templates to choose from, maybe you should try with a standard template while using your theme.@fneurieser, for a bit the fourth thumb now hasn’t enough space in the same line, so give to all thumbs a max 95px width should works.
If you change theme and you have more room for thumbs in the page, you can try to leave same sizes as you have now, but setting “0” as the number of columns in Gallery settings > Basic thumbnails.@fneurieser, is definitely a conflict. As I said earlier, your theme is a portfolio and it also uses his fancy box.
If you want to see if NGG works in your installation, you should try with a WordPress default theme and no other plugins activated, check some options in NGG settings (as lightbox effect) and use the above shortcode (or ATP button in editor) in the page. If it works, then is definitely a conflict theme/plugin.@camcreations27, you shouldn’t post here, that’s not the topic in which you can have answer to your problem. You have to open your own new topic with your own problem, and please don’t scream.
@fneurieser, it seems like a conflict with Easy FancyBox plugin that you are using. So try to deactivate it.
You don’t need another plugin for lightbox, NGG has his own lighbox effects and this can give conflict.@fire34fighter Put “0” in number of columns settings
@fneurieser The galleries with 4 thumbnails in columns is given by your portfolio theme, not Nextgen.
With Nextgen you have: “no images were found” and that’s because you wrote in your page
[ ngg_images image_ids="2,3,5" display_type="photocrati-nextgen_basic_thumbnails" ]
with space. You have to wrote
[ngg_images image_ids="2,3,5" display_type="photocrati-nextgen_basic_thumbnails"]instead