Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1096319

    The plugin “Custom Sidebars – Dynamic Widget Area Manager ” by WPMU DEV, which has 200,000+ active installations, is not working correct in Enfold, even if all other plugins are disabled. See https://wordpress.org/support/topic/custom-sidebar-for-archive-page/#post-11434271, where me and another user have described the problem. The other user ended up by changing theme. Is this something you are able to fix? I share my login details if you need them.

    #1097785

    Hey guttogjente,

    Have you asked the plugin developer to consider working with a compatibility with our Plugin?

    Best regards,
    Basilis

    #1100785

    Yes, they answered at their support: “Did they maybe suggest what modification needs to be done on our side? I can see the issue with Enfold theme enabled. I will report this to the developer of Custom Sidebars, however, it might be not possible to fix this on our side.” You can see the full dialogue at their support here:

    #1101030

    Hi guttogjente,

    We only see the “here:” part and nothing follows. What should be next?

    Best regards,
    Victoria

    #1101204
    #1102462

    Hi,

    There is a filter to disable Enfold Sidebars – did you try that already?

    
    function my_sidebar_position( $sidebar )
    {
    	/**
    	 * Add some code to check if Enfold sidebars should be disabled
    	 * 
    	 * @return			'' if you want to disable Enfolds sidebars
    	 */
    	$sidebar = '';
    	
    	return $sidebar; 
    }
    
    add_filter( 'avf_sidebar_position', 'my_sidebar_position', 1, 1 );
    
    

    Best regards,
    Günter

    #1102752

    Thanks for the reply. I could not understand why I should make a function to disable the sidebar. I want to display the sidebar, but there is a problem with choosing sidebar for the Archive pages in the plugin. But you can close this case, it is not so important.

    #1102772

    Hi,

    Thanks for the feedback.

    Sorry I did not catch the problem.

    In case you want us to check the problem please open a new thread (with new login credentials) and a description how to reproduce the problem on your server so we can try to reproduce it in our dev environment then.

    Enjoy the theme and have a nice day and feel free to come back when you need further assistance.

    Best regards,
    Günter

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Issue with Enfold and the plugin "Custom Sidebars"’ is closed to new replies.