{"id":72121,"date":"2016-06-15T08:56:48","date_gmt":"2016-06-15T12:56:48","guid":{"rendered":"http:\/\/www.templatemonster.com\/help\/?p=72121"},"modified":"2017-01-30T05:54:06","modified_gmt":"2017-01-30T10:54:06","slug":"monstroid-troubleshooter-how-to-get-rid-of-id-cherry_follow-error","status":"publish","type":"post","link":"https:\/\/www.templatemonster.com\/help\/monstroid-troubleshooter-how-to-get-rid-of-id-cherry_follow-error.html","title":{"rendered":"Monstroid Troubleshooter. How to get rid of &#8220;id: cherry_follow&#8221; error"},"content":{"rendered":"<p>This tutorial will show you how to deal with the <strong>&#8216;id: cherry_follow, name: , icon:&#8217;<\/strong> error message in Monstroid templates. <\/p>\r\n <div class=\"video-container\">\r\n\t<iframe src=\"https:\/\/www.youtube.com\/embed\/zhdn2RYZwtM\"><\/iframe>\r\n<\/div>\r\n\r\n<a class=\"darkbox\" href=\"\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_1.png\"><img loading=\"lazy\" src=\"\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_1-300x85.png\" alt=\"Monstroid_Troubleshooter_How_to_get_rid_of _id_cherry_follow_error_1\" width=\"300\" height=\"85\" class=\"alignnone size-medium wp-image-72122\" srcset=\"https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_1-300x85.png 300w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_1-150x42.png 150w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_1-1024x290.png 1024w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_1.png 1155w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a>\r\n\r\n<p>The issue usually occurs after you upgrade the WordPress engine and make changes to Cherry Options.<\/p>\r\n<p>In order to resolve the issue, follow the steps below: <\/p>\r\n<ol>\r\n<li>\r\n  <p> Access your server using any <strong>FTP<\/strong> software or <strong>File manager<\/strong> tool, provided by your host;<\/p><\/li>\r\n<li><p>Navigate to the <strong>\/wp-content\/themes\/monstroid\/includes\/<\/strong> directory;<\/p><\/li>\r\n<li><p>Open the <strong>&#8216;shortcodes-functions.php&#8217;<\/strong> file for editing;<\/p><\/li>\r\n<li><p>Locate the following part of the code (approximately <strong>line 122<\/strong>):<\/p>\r\n<pre class=\"brush:php\">\r\n\/\/ Social (sharing, follow) options\r\n$shortcodes['follow']['atts']['style'] = array(\r\n'type'   =&gt; 'select',\r\n'values' =&gt; array(\r\n'normal'   \t=&gt; __( 'Normal', 'monstroid' ),\r\n'only-logos'=&gt; __( 'Only Logos', 'monstroid' ),\r\n),\r\n'default' =&gt; 'normal',\r\n'name'    =&gt; __( 'Style of social icons', 'monstroid' ),\r\n'desc'    =&gt; __( 'Choose style of icons', 'monstroid' ),\r\n);\r\n<\/pre>\r\n<\/li>\r\n<li><p><strong>Replace<\/strong> it with the code below:<\/p>\r\n<pre class=\"brush:php\">\r\nif ( isset( $shortcodes['follow'] ) ) {\r\n\r\n\/\/ Social (sharing, follow) options\r\n  $shortcodes['follow']['atts']['style'] = array(\r\n  'type'   =&gt; 'select',\r\n  'values' =&gt; array(\r\n  'normal'   \t=&gt; __( 'Normal', 'monstroid' ),\r\n  'only-logos'=&gt; __( 'Only Logos', 'monstroid' ),\r\n  ),\r\n  'default' =&gt; 'normal',\r\n  'name'    =&gt; __( 'Style of social icons', 'monstroid' ),\r\n  'desc'    =&gt; __( 'Choose style of icons', 'monstroid' ),\r\n  );\r\n  }\r\n<\/pre>\r\n\r\n<p>So, technically, you are adding 2 simple lines of code, highlighted in green:<\/p>\r\n\r\n<a class=\"darkbox\" href=\"\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_2.png\"><img loading=\"lazy\" src=\"\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_2-300x115.png\" alt=\"Monstroid_Troubleshooter_How_to_get_rid_of _id_cherry_follow_error_2\" width=\"300\" height=\"115\" class=\"alignnone size-medium wp-image-72123\" srcset=\"https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_2-300x115.png 300w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_2-150x57.png 150w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_2.png 846w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a>\r\n<\/li>\r\n\r\n<li>\r\n  <p><strong>Save<\/strong> the file.<strong> Refresh <\/strong> your browser cache to see the changes. The issue is resolved.<\/p>\r\n  \r\n<a class=\"darkbox\" href=\"\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_3.png\"><img loading=\"lazy\" src=\"\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_3-300x160.png\" alt=\"Monstroid_Troubleshooter_How_to_get_rid_of _id_cherry_follow_error_3\" width=\"300\" height=\"160\" class=\"alignnone size-medium wp-image-72124\" srcset=\"https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_3-300x160.png 300w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_3-150x80.png 150w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_3-1024x546.png 1024w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/06\/Monstroid_Troubleshooter_How_to_get_rid_of-_id_cherry_follow_error_3.png 1175w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a>\r\n<\/li>\r\n<\/ol>\r\n<p>Feel free to check the detailed video tutorial below:<\/p>\r\n<a href=\"http:\/\/www.youtube.com\/watch?v=zhdn2RYZwtM?width=1280&amp;height=720\" rel=\"prettyPhoto\">Monstroid Troubleshooter. How to get rid of &#8220;id: cherry_follow&#8221; error<\/a>","protected":false},"excerpt":{"rendered":"<p>This tutorial will show you how to deal with the &#8216;id: cherry_follow, name: , icon:&#8217; error message in Monstroid templates.<\/p>\n","protected":false},"author":37,"featured_media":72127,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[2017,728],"tags":[2309,691,2019],"_links":{"self":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/72121"}],"collection":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/users\/37"}],"replies":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/comments?post=72121"}],"version-history":[{"count":0,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/72121\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/media\/72127"}],"wp:attachment":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/media?parent=72121"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/categories?post=72121"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/tags?post=72121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}