@sdpatsdp – The Karma theme (and I would imagine any Child-Theme of it) have been known to create conflicts with NextGEN Gallery. You may be able to temporarily switch to a default WordPress Twenty series theme to check if that is the only issue … and possibly as a means to use NextGEN Gallery until this issue can be sorted out.
Have you advise the Karma theme author of the issues you are seeing?
– Cais.
Sure I can (but they don’t answer as fast as you do ;-p )
I’m sure that with different theme everyting works fine
Twenty ElevenVersione: 1.7 – ALL OK
I know that the issue is related to the combination theme/plugin, NextGen Galley is working fine with other different sites I manage…
And the only this one with Karma Theme is the one with issue…
Let me know if you get to a solution.
At this point you gave me a good idea (a little annoying but it works…) I switch to a theme Twenty-something publish the galley then switch back to Karma.
SdP
@sdpatsdp – I’m sorry to read you have to go through the inconvenience of the work-around but glad that at least there is that.
We still have our notes on there being an issue with the Karma theme but we still do not have access to any version directly as we do not intend to purchase it ourselves at this time.
You are more than welcome to submit a Bug Report (http://www.nextgen-gallery.com/report-bug/ … please reference this topic) so we can gain some additional insight into this issue (hopefully).
We will need log in and FTP credentials for the specific WordPress installation as well, please include those with the Bug Report.
Thanks!
– Cais.
Done 🙂
Now Cais, you have a full stage site to test on.
regards
SdP
[SOLVED]
First my best best regard to truethemes and photocrati team that both worked promptly on my issue and got it to a solution.
The winner (just kidding! I’m really impressed for the speed and the professionality of both the teams worked out my issue!!!!) is the truethemes guy who found:
“The nextgen gallery issue turns out to be a conflict with Theme, it needs WordPress default metaboxes”
If you have my problem with Karma Theme and NextGen Gallery 2.0.x this is how to solve the issue
Karma 3.0.4
file
Karma/truethemes_framework/theme_specific/admin-functions.php
just comment out line 553
// add_action(‘admin_menu’,'<karma_metaboxes>’,90);
Karma 3.0.3
file
Karma/truethemes_framework/theme_specific/admin-functions.php
just comment out line 553
// add_action(‘admin_menu’,'<karma_metaboxes>’,90);
Karma 4.0.2
file
Karma/framework/site-options-functions.php
just comment out line 975
// add_action(‘admin_menu’,'<karma_metaboxes>’,90);
Now NextGen Gallery 2.0.58 and Karma 3.0.4/4.0.2 work smoothly together on my site 🙂
Thank You all
SdP
I have experienced the same exact problem!!! I am so thankful you have already gone through the trouble of getting it solved. I applied your fix and it all works swimmingly. THANK YOU SdP!
Thank you for the solution, but could you advise how to locate & modify the file for Karma 4.0.2:
Karma/framework/site-options-functions.php
just comment out line 975
// add_action(‘admin_menu’,'<karma_metaboxes>’,90);