2012-02-29, 03:16:48
mvlcek Wrote:If the image opens in the body of the page that is the fallback for visitors with Javascript turned off.
If you are not blocking Javascript in your browser, it probably means,
- that you don't have a <?php get_header(); ?> call in your template
- that you do not include jQuery or the gallery's JS (see I18N Gallery Settings), or
- that you include jQuery twice (in your template and via I18N Gallery - switch jQuery off in I18N Gallery Settings), or
- you include the gallery's JS before jQuery (i.e. you include jQuery in your template, it is switched off in the I18N Gallery settings, but your <?php get_header(); ?> call in your template is before the jQuery include)
Thank you for your response.
To the best of my knowledge, I have done the above. But honestly, while I as strong with HTML, my knowledge in this area is weak.
What I have discovered is this: The I18N Gallery works without fault in the Innovation and Cardinal Themes that are standard with GetSimple 3.1. If I leave the plugin settings the same as when they work with those themes and switch over to the SimpleCorp theme by GetSimpleThemes the thumbnails still generate nicely but when clicked they act a link and open in a window with the image only.
I've tried puting the <?php get...> lines into the templates, but no results. Could there be some kind of conflict since it is a fairly complex theme?
Thank you