Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1068228
Social
Closed

Comments

  •  2
    sebastian started the conversation

    With the "Socials" settings, it's really unfortunate that there isn't an icon for "email" where a simple mailto:xxx.yyy could be added alongside Facebook, Twitter, etc.

    Is it possible to make a simple hack to maybe point one of the sites that I'm not using, e.g. Wordpress or Flickr, to specify an email icon instead?

    Thank you very much!

  •  2
    sebastian replied

    So, I went through the code, and ostensibly there isn't social_'email'... icon in the character set.   The loop that iterates over the of possibilities array prepends 'social_' to the icon name, which is set up in:

    .../wp-content/plugins/thegem-elements/inc/shortcodes/shortcodes.php

    It'd be nice if this was a bit more generic...to make the change myself would be too intrusive and not worth it in my case.  I just added a button.


  •  6,933
    Oliver replied

    HI!

    Sorry for misunderstanding, can you add some screenshots what and were you need to change?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    sebastian replied

    It would be really nice if, to the left of the Twitter Icon, there could be an envelope icon for email.  I worked around it by adding a button to the page.

    Also, for light backgrounds it'd be great if it was possible to specify the hover color, as it seems to be hard coded to white.

    Thanks!

  •  6,933
    Oliver replied

    HI!

    1. pls. use following css:

    body .socials-colored-hover a:hover .socials-item-icon {
        color: #ccc !important;
    }

    2. Pls. add twitter icon and let me know, I'll add it on you site. 

    http://codex-themes.com/thegem/documentation/#adding-your-own-icons

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver