G Jonsson
Veteran
Friendly Neighbour
Member Likes (0)
Hi,
I am wondering if the easy blogging and wpmu-nelo theme are 100% compatible together?, and if i add in the menu section of easy blogging the "themes.php?page=functions.php" where users can change colors of wpmu-nelo and those options that are available for that theme is that working in Easy Blogging mode?. because it does not work here. I have also tried using the Easy Blogging mode on few themes that have some color options and things like that and that never works.
Just wondering if some other people are also phasing the same problem with easy blogging and custom there options/functions?

Responses (10)
People Person (joined February 2012) Likes (0)
Hi there!
Just did some testing and it seems that you can make this work by using the Manage Menu Add-on and creating a menu item that points to the url
http://yourdomain.com/wp-admin/themes.php?page=functions.php
The default install points to common places in a wp install, and since the theme options is not included for every theme you will have to add it on. :)
Best,
Kimberly
If the above action did not result in the resolution or common end to this ticket then please feel free to come back here for comment. Just be sure you mark "Not Resolved" to re-open or we might miss it! :) Thanks!
Member (joined January 2010) Likes (0)
Hi Kimberly and thanx for this response, I did that before but for example the color palettes and that is not working with EasyBlogging active in Nelo theme.
People Person (joined February 2012) Likes (0)
I'm going to go ahead and flag the developer here to see if there is anything he can offer
Member (joined January 2010) Likes (0)
Hi Kimberly and many thanx for that. i hope this get resolved. i did also try Easy Blogging on some other themes with color palette options and also upload features and its the same issue there. its like it strip out some JS. but i will let the developer look at this and hope he/she find something out of this.
again, thanx for looking into this.
Developer (joined April 2011) Likes (0)
Hello,
Indeed, some of the scripts do get stripped out, due to the way we're dealing with replacing all the default WP stuff in Easy mode. Speaking solely for Nelo, I have had success in adding the scripts needed for color pickers in a bit different way. In your functions.php in Nelo folder, around line 1249, there will be a line that says:
add_action('admin_head', 'mytheme_wp_wpmu_head');Can you please try changing that to say this instead:
add_action('admin_print_scripts', 'mytheme_wp_wpmu_head');As you see, we're just binding this to a different hook - in effect, just moving the scripts inclusion to a different spot in execution chain, so it doesn't get stripped out.
Member (joined January 2010) Likes (0)
Hi VeBailovity.
Thank you so much for this. it works perfectly ! Hope this will help some others on this "Issue" also here.
Best
G.
Member (joined January 2010) Likes (0)
Hey VeBailovity, I notoce also one other thing, the cropping does not work in Easy Blogging mode. how can i get that to work also?
Support Kangaroo (joined March 2011) Likes (0)
Greetings G Jonsson,
Just checking in with you to see where we are with your issue and is you are still in need of further assistance regarding the cropping in Easy Blogging mode.
Please advise.
Cheers, Joe
Support Kangaroo (joined March 2011) Likes (0)
Greetings G Jonsson,
We have not heard back from you as to the status of this issue.
If you are still having an issue please let us know so that we may try to get you fixed up as soon as possible by choosing to check mark this ticket as unresolved below and posting any new errors or symptoms you are noticing.
This action will also bring your ticket up front back in plain view again within the ticket system.
Thank you for being a WPMU Dev member!
Cheers, Joe
Member (joined January 2010) Likes (0)
Hi Aecnu,
Yes there are still issue with the cropping if Easy Blogging mode is active, and Wpmu-Nelo theme is used.
Best
G
Become a member