Categories

Featured templates

WordPress. How to work with the social icons widget (based on Cherry Framework 3.x)

Carey Burns February 6, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

Our Support team is ready to present a new tutorial that will show you how to work with the social icons (based on Cherry Framework)

WordPress. How to work with the social icons widget (based on Cherry Framework)

To enable the widget, please do the following (if you used the sample data files, it should be already enabled):

  1. Navigate to Appearance > Widgets in your WordPress Dashboard.

  2. Under Available Widgets find Cherry – Social Networks.

  3. Drag and drop the Cherry – Social Networks widget into the needed widget area:

    wordpress_how_to_work_with_social_netwroks_1

  4. By default, there are 7 social media networks in the widget. Each icon has two options: URL and label.

  5. You can use the check box to select what should be displayed on the website:

    wordpress_how_to_work_with_social_netwroks_2

  6. To enable the icons, you need to fill the url/label fields in. Icons with empty fields will not be displayed.

  7. When you are done, click Save at the bottom.

  8. Check your site to see the changes.

In order to replace the social networks icons, you will need to replace the original .png files in wp-content/themes/theme#####/images/icons directory on your server by uploading the new .png images with the same titles.

In order to make the links open in a new window, please do the following:

  1. Navigate to wp-content/themes/theme#####/includes/widgets/ directory on your server. Check if my-social-widget.php file exists.

  2. If this file exists in the mentioned folder of your child theme, skip to the next step, otherwise please follow the steps below:

    1. Go to the  wp-content/plugins/cherry-plugin/includes/widgets directory via FTP or hosting file manager. Download my-social-widget.php file.

    2. Copy/move the copied file to the wp-content/themes/theme#####/includes/widgets folder.

  3. Open my-social-widget.php file to edit.

  4. Hit Ctrl + F on your keyboard and look for this line:

    		 

  1. wordpress_how_to_work_with_social_netwroks_3

In order to change the tooltips, for example facebook to myfacebook, please do the following:

  1. Rename facebook.png in the wp-content/themes/theme#####/images/icons folder to myfacebook.png

  2. Open my-social-widget.php file located in the wp-content/themes/theme#####/includes/widgets folder.

  3. Change the name on line 15:

    	 $networks['Facebook']['link'] = $instance['facebook'];
    	 

    to:

    	 $networks['Myfacebook']['link'] = $instance['facebook'];
    	 
  4. And the name on line 48 to:

    	 
    	 
  5. Save the changes and check the tooltip on your site.

Feel free to check the detailed video tutorial below:

WordPress. How to work with the social icons widget (based on Cherry Framework)

Coolest Wordpress Themes
This entry was posted in WordPress Tutorials and tagged Cherry, icons, manage, social, widget, WordPress, work. 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