- Posts: 135
- Thank you received: 0
Lost line of Social Icons
-
Antiquar
Inactive member - Topic Author
- Member
Less
More
10 years 11 months ago #36894
by Antiquar
Lost line of Social Icons was created by Antiquar
Hi, please see:
pardun.net/news/
. I lost the line of Social Icons on top 4. How can I get it back with my twitter etc accounts? Regards Helmer
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #36900
by ivan.milic
Replied by ivan.milic on topic Lost line of Social Icons
You replaced content of custom HTML module in top4 position. Original content in HTML view:
Code:
<ul>
<li class="facebook"><a href="http://www.facebook.com/hotjoomla" target="_blank"></a></li>
<li class="twitter"><a href="http://twitter.com/hotjoomla" target="_blank"></a></li>
<li class="google"><a href="#" target="_blank"></a></li>
<li class="youtube"><a href="http://www.youtube.com/hotjoomla" target="_blank"></a></li>
<li class="rss"><a href="/news_portal/index.php?format=feed&type=rss" target="_blank"></a></li>
</ul>
Please Log in to join the conversation.
-
drpaulitoc@gmail.com
Inactive member - New Member
Less
More
- Posts: 8
- Thank you received: 0
10 years 9 months ago #38496
by drpaulitoc@gmail.com
Replied by drpaulitoc@gmail.com on topic Lost line of Social Icons
This code doesnt work, I taste this code, but Now this icons (facebook, twitter) dont show.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #38503
by ivan.milic
Replied by ivan.milic on topic Lost line of Social Icons
Module has to me placed in top4 position for default style to work because we have tis code in template_css.css:
Code:
.mp_top4 li.facebook a {
background: url(../images/custom/icon_facebook.png) no-repeat;
}
.mp_top4 li.twitter a {
background: url(../images/custom/icon_twitter.png) no-repeat;
}
.mp_top4 li.youtube a {
background: url(../images/custom/icon_youtube.png) no-repeat;
}
.mp_top4 li.rss a {
background: url(../images/custom/icon_rss.png) no-repeat;
}
.mp_top4 li.google a {
background: url(../images/custom/icon_google.png) no-repeat;
}
Please Log in to join the conversation.
-
drpaulitoc@gmail.com
Inactive member - New Member
Less
More
- Posts: 8
- Thank you received: 0
10 years 9 months ago #38504
by drpaulitoc@gmail.com
Replied by drpaulitoc@gmail.com on topic Lost line of Social Icons
That is correct.
But, Still the social icons doesnt show as you can see.
I changed this but it doesnt work
<ul>
<li class="facebook"><a href=" www.facebook.com/hotjoomla " target="_blank">
<li class="twitter"><a href=" twitter.com/hotjoomla " target="_blank">
<li class="google"><a href="#" target="_blank"></a></li>
<li class="youtube"><a href=" www.youtube.com/hotjoomla " target="_blank">
<li class="rss"><a href="/news_portal/index.php?format=feed&type=rss" target="_blank"></a></li>
</ul>
But, Still the social icons doesnt show as you can see.
I changed this but it doesnt work
<ul>
<li class="facebook"><a href=" www.facebook.com/hotjoomla " target="_blank">
<li class="twitter"><a href=" twitter.com/hotjoomla " target="_blank">
<li class="google"><a href="#" target="_blank"></a></li>
<li class="youtube"><a href=" www.youtube.com/hotjoomla " target="_blank">
<li class="rss"><a href="/news_portal/index.php?format=feed&type=rss" target="_blank"></a></li>
</ul>
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #38519
by ivan.milic
Replied by ivan.milic on topic Lost line of Social Icons
Is that module menu assignmet set to so it should show and is it published at all
Please Log in to join the conversation.
Time to create page: 0.166 seconds