-
AuthorPosts
-
Klaus Ondrich Friend
Klaus Ondrich
- Join date:
- April 2015
- Posts:
- 67
- Downloads:
- 13
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
October 2, 2015 at 11:13 am #694885Hello,
unfortunately, Fubix’ social footer just supports Facebook, Flicker, Twitter and RSS-Feed. We would miss Google+ and Instagram (others would probably want other ones as well).
Could you please update “/templates/ja_fubix/images/ico/ico-social.png” as well as corresponding css files to support those social networks? I could integrate this as a hot fix on our site until a Fubix update would be released.
Right now, <li class=”instagram”><a href=”https://instagram.com/ulc_riverside_moedling” target=”_blank” title=”Instagram”><span class=”icon”> </span>Instagram</a> shows the first icon of the sprite, i.e. Facebook icon (see https://www.ulc-moedling.at/).
Thanks,
Klaus
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 5, 2015 at 9:19 am #695341Hi Klaus,
In this case, maybe you have to customize on that, below is my workaround:
+ Go to Admin site -> Global Configuration -> under Site tabs-> set Default Editor: Editor – None
+ Go to Module Manager -> find module 142 and change it to
<div class="footer-follow">
<ul class="social-list">
<li class="facebook"><a title="Facebook" href="#"><span class="icon-facebook"> </span>Facebook</a></li>
<li class="twitter"><a title="Twitter" href="#"><span class="icon-twitter"> </span>Twitter</a></li>
<li class="google-plus"><a title="Feed" href="#"><span class="icon-google-plus"> </span>Google Plus</a></li>
<li class="instagram"><a title="Feed" href="#"><span class="icon-instagram"> </span>Instagram</a></li>
</ul>
</div>+ Create templates/ja_fubix/css/custom.css file and add new rule
.footer-social ul li span {
background-image: none;
padding: 14px 0px 2px 14px;
}.footer-social ul li a:hover span {
background-color: none !important;
}
Hope it helps
Regards
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 5, 2015 at 9:19 am #750582Hi Klaus,
In this case, maybe you have to customize on that, below is my workaround:
+ Go to Admin site -> Global Configuration -> under Site tabs-> set Default Editor: Editor – None
+ Go to Module Manager -> find module 142 and change it to
<div class="footer-follow">
<ul class="social-list">
<li class="facebook"><a title="Facebook" href="#"><span class="icon-facebook"> </span>Facebook</a></li>
<li class="twitter"><a title="Twitter" href="#"><span class="icon-twitter"> </span>Twitter</a></li>
<li class="google-plus"><a title="Feed" href="#"><span class="icon-google-plus"> </span>Google Plus</a></li>
<li class="instagram"><a title="Feed" href="#"><span class="icon-instagram"> </span>Instagram</a></li>
</ul>
</div>+ Create templates/ja_fubix/css/custom.css file and add new rule
.footer-social ul li span {
background-image: none;
padding: 14px 0px 2px 14px;
}.footer-social ul li a:hover span {
background-color: none !important;
}
Hope it helps
Regards
1 user says Thank You to Ninja Lead for this useful post
Klaus Ondrich FriendKlaus Ondrich
- Join date:
- April 2015
- Posts:
- 67
- Downloads:
- 13
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
October 5, 2015 at 1:16 pm #695433Hi @ninja Lead,
thank you for this workaround. It’s online on our test site: https://test.ulc-moedling.at/
I removed padding from .footer-social ul li span to left-align it with “FOLLOW” menu title. However, the lines are not vertically aligned with the other footer lines (“Facebook” is below “ULC-Fotos” and so on).
Do you have any idea to fix this?Best regards,
Klaus
Klaus Ondrich FriendKlaus Ondrich
- Join date:
- April 2015
- Posts:
- 67
- Downloads:
- 13
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
October 5, 2015 at 1:16 pm #750629Hi @ninja Lead,
thank you for this workaround. It’s online on our test site: https://test.ulc-moedling.at/
I removed padding from .footer-social ul li span to left-align it with “FOLLOW” menu title. However, the lines are not vertically aligned with the other footer lines (“Facebook” is below “ULC-Fotos” and so on).
Do you have any idea to fix this?Best regards,
Klaus
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 6, 2015 at 5:17 am #695555Hi Klaus,
You can add the css style below into custom.css file
.footer-social .module-ct {
padding-top: 4px;
}.footer-social ul li {
margin-bottom: 10px;
}
The problem on your site will be gone.
Regards
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 6, 2015 at 5:17 am #750704Hi Klaus,
You can add the css style below into custom.css file
.footer-social .module-ct {
padding-top: 4px;
}.footer-social ul li {
margin-bottom: 10px;
}
The problem on your site will be gone.
Regards
1 user says Thank You to Ninja Lead for this useful post
Klaus Ondrich FriendKlaus Ondrich
- Join date:
- April 2015
- Posts:
- 67
- Downloads:
- 13
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by Klaus Ondrich 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum