Viewing 7 replies - 1 through 7 (of 7 total)
  • The plugin is already very large so adding more images isn’t really practical (already some people can’t install from their dashboard because of limitations of cheap web hosts). I am however looking into a way to satisfy users looking for different icon sizes.

    I agree about 24px icons. A lot of people use custom icons, so maybe adding more images to plugin isn’t required. Just ability to output 24px scale.
    Thank you.

    jberg1

    (@jberg1)

    I am using custom icons that are 24px and I defined their URL/path under Custom services.

    I just added an option to the dropdown on the social-widget.php file under “Choose Icon Size: Dropdown”
    <option value="24" <?php if($instance['icon_size'] == '24') { echo 'selected'; } ?>>24px</option>

    A hack fix I know, but…
    But what might be nice is to have a “Custom” choice in the Icon Size: Dropdown and then offer a free form text input to define that custom size – like 24. I tried to attempt adding it but my PHP skills are too limited.

    Blink Web Effects

    (@bmwebproperties)

    Don’t worry this is ready for the next update planned to be released in the next day or two. Thanks.

    deko-lt

    (@deko-lt)

    Awesome, works perfectly. Thank you so much!

    jberg1

    (@jberg1)

    Nice! Thanks for the update.

    Blink Web Effects

    (@bmwebproperties)

    No problem, enjoy!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘What about add 24px icons?’ is closed to new replies.