Home User profile
Ken
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Ken
tagDiv Member

There’s a lot of custom CSS in our child theme; are you saying we’ll have to basically rebuild the website to migrate to Version 6?

Will version 4 continue to receive security and plugin updates?

Ken
tagDiv Member

Okay, thanks Alin. Can I request that this be included as a theme option in a future release of the theme? Thanks!

Ken
tagDiv Member

Is there some way to do this without changing a core theme file? Is there some way to override that file from a child theme? Thanks!

Ken
tagDiv Member

Thanks, Chris!

Ken
tagDiv Member

The plugin it’s conflicting with is Nav Menu Roles. It lets you display different menu items depending on the user’s role and whether they are logged in or not.

Thanks,
Ken

Ken
tagDiv Member

Hi Lucian,

Thanks for the response. According to the WordPress documentation, it may be possible to remove the filter by passing in the object:

If a filter has been added from within a class, for example by a plugin, removing it will require accessing the class variable.

global $my_class;
remove_filter( 'the_content', array($my_class, 'class_filter_function') );

from here: http://codex.wordpress.org/Function_Reference/remove_filter

Is there some way I can access the class object?

Thanks,
Ken

Viewing 6 posts - 1 through 6 (of 6 total)