Categories

有特色的模板

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

Carey Burns 2015年2月6日
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,请执行以下操作(如果您使用了 sample data 文件,它应该已经启用):

  1. Navigate to Appearance > Widgets 在你的WordPress中 Dashboard.

  2. Under 可用的小部件 find 樱桃-社交网络.

  3. 拖放 樱桃-社交网络 widget into the needed widget area:

    wordpress_how_to_work_with_social_netwroks_1

  4. 默认情况下,有7个社交网站 media networks in the widget. 每个图标有两个选项:URL和标签.

  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. 带有空字段的图标将不显示.

  7. 完成后,单击 Save at the bottom.

  8. 检查您的站点以查看更改.

In order to replace the social networks icons, you will need to replace the original .png files in wp-content /主题/主题# # # # # /图片/图标 directory 在您的服务器上上传新的 .具有相同标题的PNG图像.

In order to make the links open in a new window,请做以下工作:

  1. Navigate to wp-content # # # # # / /主题/主题包括/ widget / 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 /樱桃-plugin包括/部件 directory via FTP or hosting file manager. Download my-social-widget.php file.

    2. 复制/移动复制的文件到 wp-content /主题/主题# # # # # /包含小部件 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

例如,为了更改工具提示 facebook to myfacebook,请做以下工作:

  1. Rename facebook.png in the wp-content /主题/主题# # # # # /图片/图标 folder to myfacebook.png

  2. Open my-social-widget.php 文件位于 wp-content /主题/主题# # # # # /包含小部件 folder.

  3. 在第15行更改名称:

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

    to:

    	 $networks['Myfacebook']['link'] = $instance['facebook'];
    	 
  4. 第48行是这样的:

    	 
    	 
  5. 保存更改并检查 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)

最酷的Wordpress主题
这个条目被张贴了出来 WordPress教程 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