Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3090517
Share order?
Closed

Comments

  • Rboullay started the conversation

    HEllo,

    is there a way or where can i change the prder of share syetem in single post pages please?

    I want to put first facebook, then, twitter, then share button


    Thanks

  •  2,489
    PenciDesign replied

    Hi,

    Unfortunately, the current version of Soledad doesn't support re-order the social share item.

    We'll consider adding this in the future theme update.

    Regards,
    PenciDesign.


  • Rboullay replied

    may be you can tell me in child theme how can i do?
    or in the theme directly?

    Thanks

  •  2,489
    PenciDesign replied

    Hi,

    You can modify the functions.php file by finding line 4662:

    $list_social = array(     
        'facebook',
        'twitter',          'pinterest',          'linkedin',          'tumblr',
        /* 'messenger', */
        'vk',
        'ok',
        'reddit',
        'stumbleupon',
        'whatsapp',
        'telegram',
        'line',
        'pocket',
        'skype',
        'viber',
        'email'
    );

    Then change the order on this list.

    Regards,
    PenciDesign.


  • Rboullay replied

    Hello,

    thanks for your quick answer

    the icons facebook, twitter are in good order.

    Is is the "share" tag that i want to pur on the right?

  •  2,489
    PenciDesign replied

    Hi,

    The current version of Soledad also doesn't support showing the "share" tag on the right.

    Regards,
    PenciDesign.


  • Rboullay replied

    sorry i ve found float right :)