Slideshow problem onNextGen Gallery plugin
-
Hi,
I can display gallery images but I cannot display slideshow.
The system is pooling but no image is displayed.
Any idea?
Wrong parameter options? Any missing module?
-
A link may help…
Hi Alex,
Thank you for your reply but I am not sure about the link you are speaking for. Are you speaking about your link name?
Are you saying that I have to download the beta version?
Just for information it is not a question of image volume, I am just trying a category of two images.
Thanks to advice me what to do.a link to your blog would help
Sorry but I am in localhost, it is not yet on an on-line server.
How to do to help?Disable other plugins & switch to default theme… Then test again
I did it and It works with:
– the default theme,
– Twenty Ten 1.1 par the WordPress team theme (which is apparently the last default theme),
-but not with my favourite Ocean Mist 2.0 par Ed Merritt theme.
No extension conflicts.
Question :
How is it possible that some themes doesn’t well support your plugin?
What is it missing? What to do except changing themes?
Because I did a lot of work for changing the banner, and all translation from english to french.
Do you think you can test this theme and to have an explanation?
Thanks in advance Alex.check for wp_head : http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head
Sorry to reply so late but I was off.
I check it in the general template and and I found the following instructions:
function wp_head() {
do_action(‘wp_head’);
}
Which seems OK?
But it still doesn’t work.
Other detail:
When showing the list of photos the photos are displayed vertically and not in the same line in one row. May be this detail can help you to better understand what is happening.At the best contact the theme author, doesn’t look he uses the correct hooks
What does it means, the instructions I found in the general templates are not correct or other problem elsewhere?
Make sure you have the following in your template. (It’s in the original WP index.php template, but if you’re creating your own, you may have forgotten to include it) :
<?php wp_head(); ?>
That line would go in between your <HEAD> </HEAD> tagsIn which library I can find it? Which one has to be checked?
I have different index.php , but no <HEAD>Hi Alex,
Do I have to leave the Ocean theme.
I tried with many other theme and it works fine.
But problems on French translation like for the Twentyten theme e.g. for comments where we have a mixture of French and English sentences.
Leaving one problem to find another.
Wordpress and plugins are not standardised.
The topic ‘Slideshow problem onNextGen Gallery plugin’ is closed to new replies.