-
AuthorPosts
-
jan van de beek Friend
jan van de beek
- Join date:
- November 2014
- Posts:
- 61
- Downloads:
- 23
- Uploads:
- 10
- Thanks:
- 9
February 17, 2015 at 7:26 am #203860Dear members,
I have noticed some strange icons, on the social part of the template.
In the beginning there where normaly icons like facebook, twitter, etc. but now there is only a Twitter icon, in different colors. Not only on my website, also on the demo site from joomlart. On the top the buttons are almost gone..
How can i solve this issue?manny thanks in advance
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 17, 2015 at 7:58 am #559707Hello Jbmusic
Add this code in your custom.css file
.head-social .addthis_toolbox > a {
width: 32px!Important; }Path: /templates/Your JA Template/css/custom.css
If there is no custom.css file then create it .
Clear cache and check .jan van de beek Friendjan van de beek
- Join date:
- November 2014
- Posts:
- 61
- Downloads:
- 23
- Uploads:
- 10
- Thanks:
- 9
February 17, 2015 at 9:32 am #559729Dear Panka,
Thanks for your quick reply.
I add this code to the css file.. but without succes. I even rebuild Less to css but no luck.Further the bottem ico’s are also not correct.. (same as the demo temp..)
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 17, 2015 at 9:40 am #559730Hello The should be work .
If you wish you can send Me your admin details ,
I will fix it directly on your site .
The credentials that you submitted are not working .Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 17, 2015 at 11:27 am #559739Hi I fixed the issue directly on your site . I found a syntax error in the code you entered in custom.css file
I added the below code
head-social .addthis_toolbox > a { width: 32px!Important; }
Please check your site now.jan van de beek Friendjan van de beek
- Join date:
- November 2014
- Posts:
- 61
- Downloads:
- 23
- Uploads:
- 10
- Thanks:
- 9
February 17, 2015 at 3:30 pm #559760Thanks. I copied the css code, but okay. thanks for your help.
I assume that the issue in the social-footer can be solved by checking the icon?Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 18, 2015 at 12:52 am #559821Hi
can you explain what is the issue in footer social icons ?
As i can see icons that you added are coming fine .jan van de beek Friendjan van de beek
- Join date:
- November 2014
- Posts:
- 61
- Downloads:
- 23
- Uploads:
- 10
- Thanks:
- 9
February 18, 2015 at 8:35 am #559864Dear Pankajsharma,
Thanks for your support so far!
When you check the buttons in the social footer, you see 2 buttons, but with the same icon.
The color is different, but the icon is not correct.this is the same issue which is shown on the demo page on joomlart. (as well the issue you solved before.. 🙂 )
the code is use is:
<!– AddThis Follow BEGIN –>
<div class=”addthis_toolbox addthis_32x32_style addthis_default_style”>
<a class=”addthis_button_facebook_follow” addthis:userid=”MYID”></a>
<a class=”addthis_button_twitter_follow” addthis:userid=”MYID”></a>
</div>
<script type=”text/javascript” src=”//s7.addthis.com/js/300/addthis_widget.js#pubid=MYADDTHISID”></script>
<!– AddThis Follow END –>Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 18, 2015 at 8:37 am #559865Hi Here is the Full code that is in the demo
<!-- 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_rss_follow" addthis:userid="joomla.org/rss.html"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-523d4894767843b5"></script>
<!-- AddThis Follow END -->Here you can find the same in the documentation .
jan van de beek Friendjan van de beek
- Join date:
- November 2014
- Posts:
- 61
- Downloads:
- 23
- Uploads:
- 10
- Thanks:
- 9
February 18, 2015 at 8:49 am #559868This code is not correct! he is not showing the right ico!
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 18, 2015 at 8:53 am #559869<em>@jbmusic 459190 wrote:</em><blockquote>This code is not correct! he is not showing the right ico!</blockquote>
I am sorry i am not able to get you native language .Did you tried the code give in the documentation to show the Rss button ?
Without adding the code it will not show the rss button on site .jan van de beek Friendjan van de beek
- Join date:
- November 2014
- Posts:
- 61
- Downloads:
- 23
- Uploads:
- 10
- Thanks:
- 9
February 18, 2015 at 9:02 am #559871Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 18, 2015 at 9:24 am #559875Thanks for pointing this bug in the demo .
Give me some time .
I will check and give you a fix here .
Thanks in advance for your patiencejan van de beek Friendjan van de beek
- Join date:
- November 2014
- Posts:
- 61
- Downloads:
- 23
- Uploads:
- 10
- Thanks:
- 9
February 21, 2015 at 12:41 pm #560225Dear Pankajsharma,
I was curious if you already have found a solution..
Awaiting your reply, I remain..grtz
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 22, 2015 at 3:45 am #560269Hello
i am sending this bug report to our development team for further investigation .
It will take some time to fix it . Please stay with us .
Thanks in advance for your patience .AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 2 voices, and was last updated by Pankaj Sharma 9 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Social icons top & footer
Viewing 15 posts - 1 through 15 (of 15 total)