Hi,

The social icons don't work! But it was working before!
I didn't

    Hi kouliga

    When i fixed your custom-html social module with correct code it was using this code :

    <div>We're on Social Networks. Follow us &amp; get in touch.</div>
    <ul class="social-list">
    <li class="twitter"><a title="Twitter" href="#">Twitter</a></li>
    <li class="facebook"><a title="Facebook" href="#">Facebook</a></li>
    <li class="google-plus"><a title="Google plus" href="#">Google plus</a></li>
    <li class="feed"><a title="Feed" href="#">Feed</a></li>
    <li class="vimeo"><a title="Vimeo" href="#">Vimeo</a></li>
    </ul>

    Actually your module is using below code :

    <p class="jm-icons"><a href="https://www.facebook.com/pages/Institut-Superieur-Des-Sciences-De-La-Population-ISSP/1398813287093053" target="_blank" style="display: inline-block;"><span class="jm-facebook" style="margin: 2px 3px;"> </span></a><a href="https://twitter.com/ISSPBF" target="_blank" style="display: inline-block;"> <span class="jm-twitter" style="margin: 2px 3px;"> </span> </a></p>

    Maybe you changed it

    Best regards

      Hi kouliga

      You mixed code from your 3rd part templates installed , it has replaced original code when you compiled less to css also your custom.css has not correct code in it.

      Please restore JA_University original settings reinstalling again the template downloading it from our site and using Joomla extension manager to do it.

      After that you should be able to see again your social module as it was before.

      For any other reference please read carefully our template documentation HERE

      Regards

        pavit Please restore JA_University original settings reinstalling again the template downloading it from our site and using Joomla extension manager to do it.

        i did what you said but it is still the same. i am still looking to find what is wrong
        Regards,

          pavit Thanks! But, please could you tell what was the problem? And how to add title and href ??

          Thanks again

            kouliga To append to Pavit's suggestion, You may refer to documentation for setting up demo page and primarily refer to HTML Modules Customization excerpt here which squarely emphasizes on setting up of modules in demo site. To copy+paste the exact html tags reference from specific custom module which you can change accordingly, You may refer to this tutorial as you have the option to turn off default editor wherein you also have the option to not have html tags stripped off

            For quick reference, You can always deploy quickstart package of specific template on some sub-directory which would give you replica from where you can get the exact reference of html or css code, as required

            kouliga But, please could you tell what was the problem? And how to add title and href ??

            As you can see from documentation your social module is using the addthis script

            To add your socials settings you should create your own account on addthis website and then assign to your social channels from addthis dashboard the respective urls.

            After your settings added to addthis dashboard you should copy your own code into social module

            <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-523d4894767843b5"></script>

            pubid=ra-523d4894767843b5 this code identify your account on addthis website

            Regards

            Write a Reply...
            You need to Login to view replies.