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 #818704
Additional Social Icons
Closed

Comments

  • Andrei started the conversation

    Hi, could you please tell me how can I add other social icons than the ones already available? For example Behance, which isn't on the list. Thanks,

  •  361
    Filip replied

    Hello Andrei,

    I understand that you mean Social Icons to be put either in the Footer section or the Top Bar? If so then we will definitely add more in next theme updates. However, you can add any Font Awesome icon right away by doing a little modification in the theme's code. Please edit the /wp-content/plugins/crexis-core/theme-panel/crexis/crexis-config.php file and change this part (~ 637th line):

    'Maxcdn' => '',
    'E-mail' => ''
    

    to:

    'Maxcdn' => '',
    'E-mail' => '',
    'Behance' => '',
    

    I'm also attaching a modified crexis-config.php file to this post that adds the behance icon. You can of course add any other icon (available in the FontAwesome library), as you wish. :)

    Kind Regards,
    Veented Team

  • Andrei replied

    Hi Filip,

    Thanks, I've edited the file no problem and added my social networks. Is there a (relatively simple) way of applying the hover color effect (like blue for twitter) on the newly added social network icons like Behance?

    Also, could you please tell me what file should I edit in order to add social icons to the Social Icons Module in Visual Composer?

    And also I have encountered a problem regarding the Custom Page Title. If I select the center position and save/update, the setting gets saved, but the title does not align to center, it stays to left. I'm using WP 4.5.3.

    Thanks and thanks for the fast replies, really appreciate it.

  •  361
    Filip replied

    Hello again,

    You are welcome.

    Well, sure thing! I forgot about that, my apologize. Here is the code (with an actual Behance hex color):

    a.social.behance:hover {
        background: #005CFF !important;
    }

    Regarding the Visual Composer part, it's the /wp-content/themes/crexis/wpbakery/vc-extend.php file and this array:

    $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');
    

    You can append new icons there, by adding a single 'behance' name or a key=>value pair, like: 'behance' => 'Behance'. Unforunately, after that, you will also need to edit the /wp-content/plugins/crexis-core/shortcodes/lib/social-icons.php file and add this new icon into the "$icon_arr" array (just the same as above).

    Regarding the page title centering, do you mind sharing your site URL with the exact issue?

    Kind Regards,
    Veented Team

  • Andrei replied

    Hi again,

    Thank you, all done with the social icons. 

    Regarding the Custom Page Title, here is an example: http://avando.ro/contact-form-email-phone-no/ - the title is set to center, but it show on the left. Please find attached a snapshot of the page title settings.

    Thanks,

  •  361
    Filip replied

    Hello there,

    Thanks for pointing on this! It was a little glitch in the theme's code. I'm attaching a new 1.1.1 version of the theme that fixes it. :)

    Kind Regards,
    Veented Team

  • Andrei replied

    Thanks, that fixed it. 5* from me.

  •  361
    Filip replied

    Thank you so much, Sir! I'm really glad I could help. :)

    Kind Regards,
    Veented Team