Gerdski
Forum Replies Created
-
Hello again,
I gave it another try yesterday and updated NGG on my local test site to 2.1.15. -> FAIL
Changed the Theme to TwentyEleven -> FAIL
Deactivated all Plugins except NGG -> SUCCESS!
Installed the Theme-Check plugin and found one thing that was marked as REQUIRED but was missing in my theme: The Title Tag.
I added this to my functions.php (works with child theme too):
—
add_action( ‘after_setup_theme’, ‘theme_slug_setup’ );
function theme_slug_setup() {
add_theme_support( ‘title-tag’ );
}
—Reactivated all plugins: -> SUCCESS!
Galleries work, and attach-to-post also works.
I am still waiting for customer feedback, and if this is as positive as my experience right now, we can mark this as RESOLVED…ok?
Thanks a whole lot for your support! The Theme-Check plugin was a brillant idea ??
Hello,
> The IGW (“green button”) in the TinyMCE editor’s visual tab does not current insert a shortcode; it does insert an <img> placeholder that NextGEN Gallery parses to then render the display.
Yes, you’re right, it inserts an <img> with some extra information.
But NextGEN does not pares it to render the display…it stays what it is…an Image without any function.> Do you continue to see the problem if you temporarily switch to a default WordPress Twenty series theme?
I cannot do this in the live site.
My local test site behaves differently…here I have 2.1.6 installed, and the big popup window that opens after pressing the IGW Button does not close on pressing “save”, only when I click the X in the top right. But then, no code is inserted.
> This would indicate a potential conflict with your current theme and its author may be able to share some insights into why it could be happening.
Or, maybe, as I wrote: If the new version of the NgGallery does not work in a theme that had no problem with the old version, maybe there is some kind of checklist for themes to be compatible with the new version?
Thank you,
GerdskiHello, and thank you.
I have worked around most of the problems by re-installing 1.9.x, but ok, I will start a topic.
Cheers,
Gerdski