-
AuthorPosts
-
optimus74 Friend
optimus74
- Join date:
- May 2012
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
July 16, 2013 at 3:18 pm #188989Hello to everyone,
I have tried to set up the social module (custom html module) following the guide instructions but it doest show the “tiles” as in the demo site.
I would be very grateful if anyone can help me to fix this.
Here is the image:
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 17, 2013 at 8:08 am #499273Make sure that you have the same format for the output of this custom HTML module like this
<div class="social-wrap"><a class="btn-icon btn-small icon-facebook" href="#" title="Facebook">Facebook</a> <a class="btn-icon btn-small icon-google-plus" href="#" title="Google plus">Google plus</a> <a class="btn-icon btn-small icon-twitter" href="#" title="Twitter">Twitter</a> <a class="btn-icon btn-small icon-flicker" href="#" title="Flicker">Flicker</a></div>
See the config back-end site
-
1 user says Thank You to Ninja Lead for this useful post
optimus74 Friendoptimus74
- Join date:
- May 2012
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
July 17, 2013 at 12:21 pm #499311Hello Ninja Lead, thank you so much for your feedback!!
The module it is configures as you said, but still nothing, I will need some more help please!!:((
I will send you a pm with the link of my site.
Thanks again!!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 18, 2013 at 4:17 am #499401I don’t know why because width right column on your site was resized that’s reason why social network block was break down but you can fix it this way
Open templates/ja_mero/css/themes/light/template.css file
From
.icon-facebook {
background-image: url(../../../images/ico/facebook.png);
margin: 0 10px 10px 0;
}.icon-twitter {
background-image: url(../../../images/ico/twitter.png);
margin: 0 10px 0 0;
}Change to
.icon-facebook {
background-image: url(../../../images/ico/facebook.png);
margin: 0 5px 10px 0;
}.icon-twitter {
background-image: url(../../../images/ico/twitter.png);
margin: 0 5px 0 0;
}1 user says Thank You to Ninja Lead for this useful post
optimus74 Friendoptimus74
- Join date:
- May 2012
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
July 19, 2013 at 12:13 pm #499605Hello Ninja Lead!!
I could achive it , thank you sooo much!!
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by optimus74 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum