Linux 软件免费装
Banner图

SVG Social Menu

开发者 FlorianBrinkmann
更新时间 2019年9月27日 16:37
PHP版本: 3.4.0 及以上
WordPress版本: 5.2.3
版权: GPLv2 or later
版权网址: 版权信息

标签

widget menu social svg vector custom nav menu

下载

1.2 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.2.1 1.2.2 1.2.3 1.3.0 2.0.0

详情介绍:

This plugin adds a Widget that allows you to show show the social media links as vector icons. To use it, follow these steps after activation:
  1. Create a menu with links to your social media channels
  2. Select “SVG Social Menu” as menu location and save it
  3. Drag the widget “SVG Social Menu” in one of your widget areas
You can filter the custom CSS with the following code in your theme, where $styles is the CSS: `function slug_edit_svg_social_menu_styles( $styles ) { $styles = 'yourStyles'; return $styles; } add_filter( 'svg_social_menu_inline_style', 'slug_edit_svg_social_menu_styles' );` If you want to add CSS to the default rules, try this: `function slug_edit_svg_social_menu_styles( $styles ) { $styles .= 'additionalStyles'; return $styles; } add_filter( 'svg_social_menu_inline_style', 'slug_edit_svg_social_menu_styles' );` The following social network URLs are supported: If you want more or have other problems, you can create an issue on GitHub.

安装:

  1. Upload the plugin files to the /wp-content/plugins/svg-social-menu directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the “Plugins” screen in WordPress
  3. Create a menu with links to your social media channels
  4. Select “SVG Social Menu” as menu location and save it
  5. Drag the widget “SVG Social Menu” in one of your widget areas

更新日志:

2.0.0 – 27.09.2019 Changed 1.3.0 – 26.01.2019 Added Changed 1.2.3 — 08.11.2017 Changed 1.2.2 — 26.05.2017 1.2.1 1.2 1.1.1 1.1 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0