Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • romolo Friend
    #756394

    Hi,

    For some reason when we try to add a link to a pinterest account within the “Social Details” section of the ACM “Bar” style. It adds a “+” on the url which makes it a broken link. Please see the following screenshots:

    Backend pinterest username to link to: http://prntscr.com/96g8m8

    Please advise how to remove the “+” as it’s not needed and make the link broken.

    Thanks

    pavit Moderator
    #756566

    Hi

    Edit this file templatesuberacmbartmplstyle-1.php and change

    <?php if($helper->get('pinterest')): ?>
    <a class="addthis_button_pinterest_follow" addthis:userid="+<?php echo $helper->get('pinterest')?>"><i class="fa fa-pinterest"></i></a>
    <?php endif; ?>

    TO:

    <?php if($helper->get('pinterest')): ?>
    <a class="addthis_button_pinterest_follow" addthis:userid="<?php echo $helper->get('pinterest')?>"><i class="fa fa-pinterest"></i></a>
    <?php endif; ?>

    romolo Friend
    #756630

    Many thanks @pavit.

    We have a few sites using Uber, maybe this change could be included in an update?

    Thank you

    pavit Moderator
    #756631

    <blockquote>We have a few sites using Uber, maybe this change could be included in an update?</blockquote>

    Yes this should be a correction into the code i will report this to devs so they can correct it for the next update

    Best regards

    romolo Friend
    #756632

    Great – Thanks @pavit.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  romolo 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum