Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #493751
    #494449

    Hi Jan!

    That code should work, can you post a link to the site? an admin account may be needed to.

    Best regards,
    Josue

    #494870

    Hi Josue,

    thank you. The Login is in the private area.

    Please tell me, if you could fix it.

    Cheers,
    Jan :)

    #495109

    Done, here’s the code i ended up using:

    add_filter('avf_default_icons','avia_replace_close_icon', 10, 1);
    
    function avia_replace_close_icon($icons)
    {
    $icons['xing']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue923');
    return $icons;
    }
    
    add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
    function avia_add_social_share_link_arguments($args)
    {
    $args['xing'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "https://www.xing.com/social_plugins/share/new?h=1&url=[permalink]&t=[title]");
    return $args;
    }
    
    #497925

    Awesome, Josue! Thank you so much!!

    Jan :)

    #498117

    You are welcome, glad to help :)

    Regards,
    Josue

    #579250

    Hey there,
    may I ask where you put in the code? We also need the share button for XING on a site.
    How about updates? Is it update proof? (We also use a child theme).

    thx a lot – Frank

    #579261

    Hey Frank!

    You can put the code on your child theme functions.php file.

    Best regards,
    Josue

    #579268

    Thank you very much … it worked!

    Frank

    #579300

    You are welcome Frank, glad to help :)

    Regards,
    Josue

    #706082

    Hello, is it posible to change the position of the Xing Icon. Now it takes place at the end of the Row. Id like to place it between G+ and LinkedIn.

    thanx in advance
    Thomas

    #706097

    Hi!

    You can simply go to Enfold theme options > Social Profiles and change the order as needed.

    Cheers!
    Yigit

    #1273842

    Hi all,

    also want to have the xing link in our blog page
    But I was not able to get really where I had to put the code

    thanks for helping

    Thomas

    let me know if you need an admin account!

    #1273965

    Hi @TScC,

    Please refer to Mike’s post here – https://kriesi.at/support/topic/replace-social-share-button-g-with-xing/#post-908370

    Best regards,
    Yigit

    #1274061

    Hi Yigit,

    thanks!
    Can you tell me where I can find the place to change the code
    I did not set up achild theme!
    thanks

    Thomas

    #1274161

    HI Yigit,

    I worked on it to figure out the issue
    I installed the child theme but still I have no menu appearnce!
    what did I miss

    thanks for your support
    Thomas

    #1274187

    Hi TScC,

    Please open a new ticket for your problem. Provide us admin access to have a deeper look into the issue, as well as precise links where we can see the issue. Screenshots highlighting what’s going on would help a lot (imgur.com, dropbox).

    Best regards,
    Victoria

    #1274203

    Hi Victoria,

    thanks

    i was able to enable the editor (diable ithemes security :-)
    I was able to lad the child theme
    However would be cool to get your help how to include icon for xing

    I will send you the details via private link

    thanks

    Thomas

    #1274218

    Hi TScC,

    Please activate the child theme first and then you can add the code to the functions.php.

    Best regards,
    Victoria

    #1274244

    Hi Victoria,

    activated child theme and copied the below statement as your equested
    got the following messages
    syntax error, unexpected ‘=>’ (T_DOUBLE_ARROW)

    *****************************************

    <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */’gplus’ => array(“encode”=>true, “encode_urls”=>false, “pattern” => “https://plus.google.com/share?url=%5Bpermalink%5D&#8221; , ‘label’ => __(“Share on Google+”,’avia_framework’)),

    #1274246

    HI Victoria,

    I tried now
    ‘xing’ => array(“encode”=>true, “encode_urls”=>false, “pattern” => “https://https://www.xing.com/home?url=%5Bpermalink%5D&#8221; , ‘label’ => __(“Share on xing”,’avia_framework’)),

    did not work

    there is no standard google plus button anymore. May I use another template?

    thanks for your help

    Thomas

    #1274655

    Good Morning,

    Could you just give me a sequence of steps I need to do to have the xing link incorporated since I just lost track what I need to do following your directions
    I just switched back to the parent enfold since quite a few changes happended to the website with the child theme
    thanks for your ongoing support

    thanks

    Thomas

    #1274671

    Hi TScC,

    I see that you’re still on the parent theme, the changes that we will make will be wiped out with the theme update, so you need to be using a child theme and we can take it from there.

    Best regards,
    Victoria

    #1275122

    Hi Victoria,

    all now on child theme
    I added picture to show you the example (want to replace facebook link with xing link)

    thanks a lot for your guidance

    Thomas

    #1275579

    Hi Thomas,

    https://share.getcloudapp.com/8LukGeRq I added the code so Xing is there now, please check.

    Best regards,
    Victoria

    #1275864

    Hi Victoria,

    thanks a lot
    looks really fine
    thomas

    #1276123

    Hi TScC,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 27 posts - 1 through 27 (of 27 total)
  • You must be logged in to reply to this topic.