Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2119067
Can't deactivate Penci PenNews Recipe plugin?
Closed

Comments

  • andreubdbp started the conversation

    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

  •  501
    Penci replied

    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 replied privately
  •  501
    Penci replied

    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

  • andreubdbp replied

    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 !

  •  501
    Penci replied

    Hi,

    Please remove require plugin when load  css parent pennews theme.

    Best Regards,

    PenciDesign

  • andreubdbp replied

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