This plugin adds a stylesheet for social profile icons for the WordPress custom menu - recommended for the use with Genesis Framework child themes.
genesis-social-profiles-menu folder to the /wp-content/plugins/ directoryIt always goes like this: (service)-(iconset)-(size)
** 1st Example: twitter-prl-s16 **
twitter to one of the 12 included services for this icon set** 2nd Example: pinterest-sp-s32 gspm-sp **
pinterest to one of the 6 included services for this icon setgspm-sp is the additional helper class to help you style the background colors, hover effects and rounded corners etc. via your child themePlease consider adding the SP helper class gspm-sp to the menu items: this way you can style the background-color, the background hover color and also decide wheter to use rounded corners or any other style... -- all done via your child theme, you might add the following example code to your style.css of your child theme:
/* Genesis Social Profiles Menu Plugin: Custom Styles
------------------------------------------------------------ */
/* Background Color + Border Radius etc. */
.gspm-sp {
background: #b22222 !important;
border-radius: 25px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
}
/* Hover Color/ Effects */
.gspm-sp:hover {
background: #ed702b !important;
}
!important to some rules to see the custom changes...There are also four helper classes included: space-left and space-right plus space-top and space-bottom -- when using social items as an addition in a regular menu you might want to add some more space to have a better looking menu. Just an example, your menu goes like this:
Home Blog About [Twitter Icon] [Facebook Icon]
-> You might add the space class to the [Twitter Icon] like so: twitter-prl-s24 space-left -- please note: no dots and no commas are used here, only the classes separated by one space!
Left & Right classes add 20px space each and Top & Bottom classes 7px each -- please note: these values could all be overwritten via your style.css of the child theme when you add !important to the css rule.
Requires: 3.2 or higher
Compatible up to: 3.4.2
Last Updated: 2012-9-3
Downloads: 20,966
0 of 2 support threads in the last two months have been resolved.
Got something to say? Need help?