Crandel
Forum Replies Created
-
I found the problem.
I have AdBlock instaled in my browser. This extension block the piwik script 🙁Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] 500 Internal server errorHi, thank you very much, is working now.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Preferred timezone in Profile?!Hi,
To remove this field, must to search the file “app\controller\class-ai1ec-app-controller.php”
and comment the line:
add_action( ‘show_user_profile’, array( &$ai1ec_app_helper, ‘add_profile_boxes’ ) );
with //good luck
Forum: Plugins
In reply to: [Nav Menu Roles] [Plugin: Nav Menu Roles] Fatal errorYes, it does.
This problem occurs not only with your plugin, I saw same conflict with all plugins that manipulate menu.
With yours, I understanding the problem.
Forum: Plugins
In reply to: [Nav Menu Roles] [Plugin: Nav Menu Roles] Fatal errorHi, I resolve bug removing the & from &$output in the two lines:
parent::start_el( &$output, $item, $depth, $args );Anyway, I change the code because I have conflict with my theme. The theme add ‘wp_nav_menu_args’ filter too.
Then I lose all menu format.
What I do is remove the ‘wp_nav_menu_args’ filter and register to ‘walker_nav_menu_start_el’.
And all work good.