Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #825010
Feature Request
Closed

Comments

  • Brian started the conversation

    Hello!

    Could you please add both Snapchat & Soundcloud social icons? 

    Thanks!

  •  361
    Filip replied

    Hello Brian,

    Sure thing! We will add it in a next theme update but I can guide you through the process so you can add any social icon later by yourself. First of all, please open the /north/framework/theme-options/classes/class.options_machine.php and edit this part (lines 1276 - 1267):

    'maxcdn' => 'Maxcdn',
    'envelope' => 'E-Mail'
    

    to:

    'maxcdn' => 'Maxcdn',
    'snapchat' => 'Snapchat',
    'soundcloud' => 'Soundcloud',
    'envelope' => 'E-Mail'
    

    Done. :)

    Kind Regards,

    Filip

    Kind Regards,
    Veented Team

  • Brian replied

    Hi Filip, sorry, what I meant was to add them to the social icons so they show up in the list where you enter in all your social accounts so that they display like youtube / facebook / linkedin do with the color on hover.

    Does that make sense?

  •  361
    Filip replied

    Hi again,

    Well, the code change I sent adds those icons to Theme Options / Footer / Social icons part. Or you meant the Social Icons shortcode? If so, then you will need to edit the /north/wpbakery/vc-extend.php file and change this part (line 1989):

    $social_icons = array('mail' => "E-Mail",'facebook','twitter','instagram','mail' => "E-Mail",'tumblr','linkedin','youtube' => 'YouTube','vimeo','skype','google_plus' => 'Google Plus','flickr','dropbox','pinterest','dribbble','rss');
    

    to:

    $social_icons = array('mail' => "E-Mail",'facebook','twitter','instagram','mail' => "E-Mail",'tumblr','linkedin','youtube' => 'YouTube','vimeo','skype','google_plus' => 'Google Plus','flickr','dropbox','pinterest','dribbble','rss','snapchat','soundcloud');
    

    Now, you will need to do the same in /north/framework/shortcodes/lib/social-icons.php:

    $icon_arr = array('facebook','twitter','google_plus','rss','tumblr','linkedin','vimeo','pinterest','instagram','dribbble','skype','flickr','dropbox','youtube','mail','dribbble','rss');
    

    to:

    $icon_arr = array('facebook','twitter','google_plus','rss','tumblr','linkedin','vimeo','pinterest','instagram','dribbble','skype','flickr','dropbox','youtube','mail','dribbble','rss','snapchat','soundcloud')
    

    Kind Regards,
    Veented Team

  • Brian replied

    I double checked I went thru the steps right, but for whatever reason the Snapchat icon isn't showing up. Any idea why that might be?


  • Brian replied

    Figured out why - its because there is no monochrome snapchat font. Dang. http://drinchev.github.io/monosocialiconsfont/

  •  361
    Filip replied

    Hi there,

    Well, it appears that it's actually way more complicated than those changes I mentioned.. In addition, Visual Composer was loading an old version of FontAwesome fonts without the Snapchat in it. I'm going to include a new theme version in my next, private reply. A theme update is coming out soon. :)

    Kind Regards,
    Veented Team

  •   Filip replied privately
  • Brian replied

    Just saw this now. Thanks! So I just go with the normal update process or do I really only need to update a couple files?

  •  361
    Filip replied

    Hello again,

    That's right, the normal update process is the easiest way. :)

    Kind Regards,
    Veented Team