Skip to content
Public Ticket #9084

Can't deactivate Penci PenNews Recipe plugin?

Conversation thread

andreubdbp replied

Customer Reply

Thanks about your support ! You can close this issue ;-)

Penci Design replied

Staff Reply

Hi,

Please remove require plugin when load  css parent pennews theme.

Best Regards,

PenciDesign

andreubdbp replied

Customer Reply

Thanks fot your help! It sems linked with the slides becuse they have lost all demo images, but honestly has no sens that this teme require this pluguin !

Penci Design replied

Staff Reply

Hi,

I checked on your site,

It appears your site require  css of recipe plugin http://prntscr.com/ou7ck0.

I  change code help you. 

add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' );
if ( !function_exists( 'chld_thm_cfg_parent_css' ) ):
    function chld_thm_cfg_parent_css() {
        wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'penci-font-awesome','penci-buddypress','penci-portfolio','penci-recipe','penci-review' ) );
    }
endif;
add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 );

Please check it again.

Best Regards,

PenciDesign

Penci Design replied

Staff Reply

Hi,

Strange, please  send me your website managment information ( admin url site, username and password ) in order for me to have access to know the exact issue. We will take it a look on this help you.

Best Regards,

PenciDesign

andreubdbp started the conversation

Conversation Start

I have my web under contruction. How I can´t deactivate and remove the recomended Penci PenNews Recipe pluguin withouth break my website?

I don't use receipes in my web but if I deactivate the pluguin (is a recommended pluguin) to remove the assosiated fields, all web is broken. In the starting  the demo data loaded was the Bussiness Magazine

Want to join this conversation or access attachments? Sign in first.