Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ghd123 Friend
    #193407

    Hi,

    I am using the JA Fixel template and hosting it locally initially.

    My JA bookmark plugin is coming up with the following advanced settings which is different to what’s provided in the guide and am receiving the following errors. Please see attached image.

    Also my social link module has also disappeared ? or the icons are not showing but it appears to be there..

    I copy the following code as per the guide:

    <!– AddThis Follow BEGIN –>
    <div class=”addthis_toolbox addthis_32x32_style addthis_default_style”>
    <a class=”addthis_button_facebook_follow” addthis:userid=”joomlart”></a>
    <a class=”addthis_button_twitter_follow” addthis:userid=”joomlart”></a>
    <a class=”addthis_button_instagram_follow” addthis:userid=”joomlart”></a>
    <a class=”addthis_button_youtube_follow” addthis:userid=”joomlart”></a>
    </div>
    <script type=”text/javascript” src=”//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-51fbcd3a05926764″></script>
    <!– AddThis Follow END –>

    But every time I close the module and reopen, it reverts to this code when I toggle the editor:

    <p> </p>
    <!– AddThis Follow BEGIN –>
    <div class=”addthis_toolbox addthis_32x32_style addthis_default_style”> </div>
    <!– AddThis Follow END –>

    Someone please help!

    Thanks,
    Caroline


    1. JAbookmarkplugin
    2. social-link
    Ninja Lead Moderator
    #517203

    You can fix the problem on JA bookmark plugin this way

    Open plugins/content/jabookmark/assets/elements/jacolorpicker.php file

    Change

    $uri = str_replace(DS, "/", str_replace(JPATH_SITE, JURI::base(), dirname(__FILE__)));
    To

    $uri = str_replace(JPATH_SITE, JURI::base(), dirname(__FILE__));

    ghd123 Friend
    #517262

    Hi Ninja,

    Thanks for this you have fixed the first part of the problem..all the errors have gone in the ja bookmark plugin..and my side social links are back again, however they are still not showing on the top right in the navigation and when I edit the code into the custom html social link module it just keeps reverting back as per the second half of my post before?

    !– AddThis Follow BEGIN –>
    <div class=”addthis_toolbox addthis_32x32_style addthis_default_style”>
    <a class=”addthis_button_facebook_follow” addthis:userid=”joomlart”></a>
    <a class=”addthis_button_twitter_follow” addthis:userid=”joomlart”></a>
    <a class=”addthis_button_instagram_follow” addthis:userid=”joomlart”></a>
    <a class=”addthis_button_youtube_follow” addthis:userid=”joomlart”></a>
    </div>
    <script type=”text/javascript” src=”//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-51fbcd3a05926764″></script>
    <!– AddThis Follow END –>

    But every time I close the module and reopen, it reverts to this code when I toggle the editor:

    <p> </p>
    <!– AddThis Follow BEGIN –>
    <div class=”addthis_toolbox addthis_32x32_style addthis_default_style”> </div>
    <!– AddThis Follow END –>


    1. social-link
    Ninja Lead Moderator
    #517466

    TinyMCE editor strips script code, thus it doesn’t appear in your site. Please navigate to Admin site -> site -> Global Configuration -> Default Editor set Editor – None. Then back to backend settings of module, add script again:


    !-- AddThis Follow BEGIN -->
    <div class="addthis_toolbox addthis_32x32_style addthis_default_style">
    <a class="addthis_button_facebook_follow" addthis:userid="joomlart"></a>
    <a class="addthis_button_twitter_follow" addthis:userid="joomlart"></a>
    <a class="addthis_button_instagram_follow" addthis:userid="joomlart"></a>
    <a class="addthis_button_youtube_follow" addthis:userid="joomlart"></a>
    </div>
    <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-51fbcd3a05926764"></script>
    <!-- AddThis Follow END -->

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 10 months ago.

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