Categories

Featured templates

Monstroid Troubleshooter. How to get rid of “id: cherry_follow” error

Daniel Morales June 15, 2016
Rating: 5.0/5. From 2 votes.
Please wait...

This tutorial will show you how to deal with the ‘id: cherry_follow, name: , icon:’ error message in Monstroid templates.

Monstroid_Troubleshooter_How_to_get_rid_of _id_cherry_follow_error_1

The issue usually occurs after you upgrade the WordPress engine and make changes to Cherry Options.

In order to resolve the issue, follow the steps below:

  1. Access your server using any FTP software or File manager tool, provided by your host;

  2. Navigate to the /wp-content/themes/monstroid/includes/ directory;

  3. Open the ‘shortcodes-functions.php’ file for editing;

  4. Locate the following part of the code (approximately line 122):

    // Social (sharing, follow) options
    $shortcodes['follow']['atts']['style'] = array(
    'type'   => 'select',
    'values' => array(
    'normal'   	=> __( 'Normal', 'monstroid' ),
    'only-logos'=> __( 'Only Logos', 'monstroid' ),
    ),
    'default' => 'normal',
    'name'    => __( 'Style of social icons', 'monstroid' ),
    'desc'    => __( 'Choose style of icons', 'monstroid' ),
    );
    
  5. Replace it with the code below:

    if ( isset( $shortcodes['follow'] ) ) {
    
    // Social (sharing, follow) options
      $shortcodes['follow']['atts']['style'] = array(
      'type'   => 'select',
      'values' => array(
      'normal'   	=> __( 'Normal', 'monstroid' ),
      'only-logos'=> __( 'Only Logos', 'monstroid' ),
      ),
      'default' => 'normal',
      'name'    => __( 'Style of social icons', 'monstroid' ),
      'desc'    => __( 'Choose style of icons', 'monstroid' ),
      );
      }
    

    So, technically, you are adding 2 simple lines of code, highlighted in green:

    Monstroid_Troubleshooter_How_to_get_rid_of _id_cherry_follow_error_2
  6. Save the file. Refresh your browser cache to see the changes. The issue is resolved.

    Monstroid_Troubleshooter_How_to_get_rid_of _id_cherry_follow_error_3

Feel free to check the detailed video tutorial below:

Monstroid Troubleshooter. How to get rid of “id: cherry_follow” error
Best Wordpress Themes
This entry was posted in Monstroid Tutorials, WordPress Tutorials and tagged cherry_follow, error, Monstroid. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket