test
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #852679

    For both pagespeed and privacy reasons, I want to use the two social modules in JA Biz (‘social’ and ‘social-footer’) without using the Addthis Javasript. I’ve changed the module settings to the following:

    <div class="addthis_toolbox">
    <a class="addthis_button_facebook_follow" href="http://facebook.com/busybeedelicomo"><i class="fa fa-facebook"></i></a>
    <a class="addthis_button_twitter_follow" href="https://twitter.com/busybeedelicomo"><i class="fa fa-twitter"></i></a>
    <a class="addthis_button_rss_follow" href="http://www.busybeedeli.com.au/?format=feed&type=atom"><i class="fa fa-rss"></i></a>
    </div>

    but they did not work. The icons don’t link to the correct URL.

    Ninja Lead Moderator
    #858050

    Hi,

    I have changed directly on your site from Social module(head-social position)

    from

    <div class="biz-social">
    <a class="addthis_button_facebook_follow" href="http://facebook.com/busybeedelicomo"><i class="fa fa-facebook"></i></a>
    <a class="addthis_button_twitter_follow" href="https://twitter.com/busybeedelicomo"><i class="fa fa-twitter"></i></a>
    <a class="addthis_button_rss_follow" href="http://www.busybeedeli.com.au/?format=feed&type=atom"><i class="fa fa-rss"></i></a>
    </div>

    to

    <div class="biz-social">
    <a  href="http://facebook.com/busybeedelicomo"><i class="fa fa-facebook"></i></a>
    <a  href="https://twitter.com/busybeedelicomo"><i class="fa fa-twitter"></i></a>
    <a href="http://www.busybeedeli.com.au/?format=feed&type=atom"><i class="fa fa-rss"></i></a>
    </div>

    Now, you can see the link is working without Addthis, apply the same that with footer social module.

    Regards

    Andrew Winkler Friend
    #863491

    That is great and greatly appreciated. However, after copying and pasting the code from the ‘social’ module to the ‘foot-social’ module, the latter still only displays the default Joomlart social links. The ‘social’ module though is perfect now. Thank you very much.

    Andrew Winkler Friend
    #871134

    That is great and greatly appreciated. However, after copying and pasting the code from the ‘social’ module to the ‘foot-social’ module, the latter still only displays the default Joomlart social links. The ‘social’ module though is perfect now. Thank you very much.

    Ninja Lead Moderator
    #873985

    Have you solved the problem on your site? I checked the social footer and header of your site and it’s working fine. Let me know if you have any further assistance.


    1. Screen-Shot-2016-02-02-at-09.38.25
    2. Screen-Shot-2016-02-02-at-09.38.15
    Andrew Winkler Friend
    #874388

    Sorry, my mistake. The module I have a problem with is this:

    http://awesomescreenshot.com/0fc5ljyt77

    Ninja Lead Moderator
    #875164

    Go to backend of your site -> find Media module and change that code

    <!-- AddThis Follow BEGIN -->
    <div class="addthis_toolbox">
    <a class="addthis_button_facebook_follow" addthis:userid="joomlart"><i class="fa fa-facebook"></i></a>
    <a class="addthis_button_twitter_follow" addthis:userid="JoomlArt"><i class="fa fa-twitter"></i></a>
    <a class="addthis_button_rss_follow" addthis:userid="joomla.org/rss.html"><i class="fa fa-rss"></i></a>
    </div>
    <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-523d4894767843b5">&lt;/script&gt;
    <!-- AddThis Follow END -->

    1. Screen-Shot-2016-02-03-at-14.58.55
    Andrew Winkler Friend
    #881903

    That code you provided would display the AddThis JavaScript based module which I don’t want. I’ve changed it to the code used in the two social modules with the result that nothing gets displayed in the media module at all.

    Ninja Lead Moderator
    #883154

    Add this script below media module and it will run without AddThis script

    <div class="addthis_toolbox">
    <a  href="http://facebook.com/busybeedelicomo"><i class="fa fa-facebook"></i>Facebook</a>
    <a  href="https://twitter.com/busybeedelicomo"><i class="fa fa-twitter"></i>Twitter</a>
    <a href="http://www.busybeedeli.com.au/?format=feed&type=atom"><i class="fa fa-rss"></i>RSS</a>
    </div>
    djembefola Friend
    #977212

    Hello

    I had the same problem. In the module Social I have change this:

    <div class="addthis_toolbox">

    To your solution: <div class="biz-social"> <a href="http://facebook.com/busybeedelicomo"><i class="fa fa-facebook"> <a href="https://twitter.com/busybeedelicomo"><i class="fa fa-twitter"> <a href="http://www.busybeedeli.com.au/?format=feed&type=atom"><i class="fa fa-rss">

    Now everything has vanished

    I’m working local on my computer, thanks for an advice.


    1. Screen-Shot-2016-10-17-at-19.05.37
    Ninja Lead Moderator
    #977360

    Hi,

    Just wondering if your issue has been solved? I see the social module is showing on your site.

    Regards


    1. Screen-Shot-2016-10-18-at-09.17.10
    2. Screen-Shot-2016-10-18-at-09.16.58
Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 10 replies, has 3 voices, and was last updated by  Ninja Lead 8 years, 1 month ago.

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