-
AuthorPosts
-
neilpovey Friend
neilpovey
- Join date:
- March 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
December 27, 2012 at 9:35 pm #183466How do you remove or change the order of the Social icons that are in position 5? I only need Facebook and Twitter, not Google plus and Flickr.
When I remove these two it keeps Twitter underneath Facebook rather than next to each other.
Appreciate some help, thanks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 28, 2012 at 4:34 am #477725You can try with my suggestion
<blockquote>Admin ->Module->Social (custom module)</blockquote>
from
<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>
change to
<div class="social-wrap"><a class="btn-icon btn-small icon-facebook" href="#" title="Facebook">Facebook</a> <a class="btn-icon btn-small icon-twitter" href="#" title="Twitter">Twitter</a></div>
Change on css file
<blockquote> templates/ja_mero/css/template.css</blockquote>
.icon-twitter {
background-image: url('../images/ico/twitter.png');
margin: 0 10px 0 0;
}
change to
.icon-twitter {
background-image: url('../images/ico/twitter.png');
margin: 0px;
}1 user says Thank You to Ninja Lead for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
March 15, 2013 at 11:19 pm #486673Excellent.
Thank you very much for this great tip.
It is working very well. Very usefull !dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
March 16, 2013 at 7:46 pm #486708But there is a problem.
There is now only 2 social icons, but the space module is still the same. See screenshot fot more understanding.What can we do to fix this ?
Thank in advance.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 18, 2013 at 3:45 am #486780You can fix it with my suggestions
Go to Admin -> Module Manager -> Find Social and position-5
from
<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>
change to
<div class="social-wrap"><a class="btn-icon btn-small icon-facebook" href="#" title="Facebook">Facebook</a> <a class="btn-icon btn-small icon-twitter" href="#" title="Twitter">Twitter</a></div>
Open templates/ja_mero/css/custom.css file
add new script below
.icon-twitter {
background-image: url(../images/ico/twitter.png);
margin: 0 0 10px 0;
}
.icon-twitter:hover,
.icon-twitter:focus,
.icon-twitter:active {
background-color: #02b3eb
background-position: left bottom;
}
Let me know the result
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by Ninja Lead 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Moving/removing the Social Images in Position 5 on the hompage
Viewing 5 posts - 1 through 5 (of 5 total)