- Posts: 8
- Thank you received: 0
Icon facebook and twitter
-
drpaulitoc@gmail.com
Inactive member - Topic Author
- New Member
Less
More
10 years 9 months ago #38493
by drpaulitoc@gmail.com
Icon facebook and twitter was created by drpaulitoc@gmail.com
I cant change the link of this icon!!! Please help
Please Log in to join the conversation.
-
drpaulitoc@gmail.com
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
10 years 9 months ago #38495
by drpaulitoc@gmail.com
Replied by drpaulitoc@gmail.com on topic Icon facebook and twitter
I tried to resolve this problem with this answer
www.hotjoomlatemplates.com/support-forum...and-twitter-profiles
But I enter to modules and I cant find where change this profiles!
www.hotjoomlatemplates.com/support-forum...and-twitter-profiles
But I enter to modules and I cant find where change this profiles!
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 #38502
by ivan.milic
Replied by ivan.milic on topic Icon facebook and twitter
Go to module manager, find custom html module in top4 position. Enter its configuration , toggle content editor to HTML view, you will see this:
modify href attribute for all links
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>
modify href attribute for all links
Please Log in to join the conversation.
-
drpaulitoc@gmail.com
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
10 years 9 months ago #38505
by drpaulitoc@gmail.com
Replied by drpaulitoc@gmail.com on topic Icon facebook and twitter
Now, I see one problem.
When I paste this code
<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>
Later, I click save or save and close, but when I return this module this code disappears
When I paste this code
<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>
Later, I click save or save and close, but when I return this module this code disappears
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 #38520
by ivan.milic
Replied by ivan.milic on topic Icon facebook and twitter
Does it show when you toggle editor back to normal view?
Check editor plugin settings, try to disable code optimization
Check editor plugin settings, try to disable code optimization
Please Log in to join the conversation.
Time to create page: 0.168 seconds