Icon modules

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Sep 10, 2013 9:18 pm
Reply with quote
Report this post
I am struggeling with this template...:-(

but I not give up. :-)

I tryed to find out how the FB Icon, Twitter Icon and G+ Icon was working, because in the modul there was absolutly nothing, even not a link I could change, so I figured out that it could be something with the name of the modul, and I was correct, if I changed example the FB Icon named modul to F Icon .... it dissapaired and not show up......now, lets put i back, typing back the B to FB Icon.....no, not working, tryed the same with Twitter, renamed it to witter Icon and back to Twitter Icon, but it keep on hiding for me... :-)

Where is the secret??
User avatar
Fresh Boarder

GK User
Wed Sep 11, 2013 8:19 am
Reply with quote
Report this post
The problem is probably related with your default Joomla! article editor rather that with module name :) The module name no matter, but the code inside module yes. Please switch editor to 'noEditor' and then open module again, you should see something like this (for G+) :

Code: Select all
<a class="gkIcon gkColorGplus" href="#"><i class="icon-google-plus"></i></a>


to change URL you need to modify href attribute :

Code: Select all
<a class="gkIcon gkColorGplus" href="http://here-url.com"><i class="icon-google-plus"></i></a>
User avatar
Platinum Boarder

GK User
Tue Sep 17, 2013 6:26 pm
Reply with quote
Report this post
The secret is to turn off the text editor in joomla configuration. Then you see the text......

Don't know why this happens......

Good luck
User avatar
Fresh Boarder

GK User
Wed Sep 18, 2013 8:57 am
Reply with quote
Report this post
That's why I write to set editor to no editor value. JCE or tinyMCE hide the HTML code in regular view and you need to switch to HTML view to see the content.
User avatar
Platinum Boarder


cron