-
AuthorPosts
-
ghd123 Friend
ghd123
- Join date:
- October 2012
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
January 2, 2014 at 10:48 am #193407Hi,
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-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 3, 2014 at 1:25 am #517203You 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 Friendghd123
- Join date:
- October 2012
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
January 3, 2014 at 10:18 am #517262Hi 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 –>
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 6, 2014 at 7:41 am #517466TinyMCE 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 -->
AuthorPostsViewing 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
Jump to forum