Msocial demo site installation problems

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
Sat Dec 06, 2014 8:41 pm
Reply with quote
Report this post
Hello,
I installed last version demo package "quickstart" of MSocial template (in Joomla 3.3.6). I see social icons in the front-end but when I go to the back-end admin panel, in the Modules section I can't see the html code of "Custom html" modules related to the social icons (G+ icon, FB icon and so on). How come? Then I need to insert a LinkedIn icon: is the some "LinledIn" icon in the package that I can use?

Thanks a lot.

Luca
User avatar
Senior Boarder

GK User
Sat Dec 06, 2014 8:48 pm
Reply with quote
Report this post
Hi,
find modules on positions: grid1_4, grid1_8, gid1-10 there should be social icons.
User avatar
Platinum Boarder

GK User
Sat Dec 06, 2014 8:51 pm
Reply with quote
Report this post
p.s
those are not old style graphic icons but FontAwesome , for example "G+"
<i class="icon-google-plus"></i>
User avatar
Platinum Boarder

GK User
Sat Dec 06, 2014 9:42 pm
Reply with quote
Report this post
Oscar E wrote:Hi,
find modules on positions: grid1_4, grid1_8, grid1_10 there should be social icons.


Sorry, but "custom html" modules on that positions hasn't any html code in the back-end !!!

At his point I think that there is some bug….can you check please? I will send to you with a private message credentials to access my joomla admin panel. Ok?

Thanks,

Luca
User avatar
Senior Boarder

GK User
Sat Dec 06, 2014 9:58 pm
Reply with quote
Report this post
ok, I will check. Thanks for PM
But on my Quickstart I had all modules as all other GK users before.
User avatar
Platinum Boarder

GK User
Sat Dec 06, 2014 10:02 pm
Reply with quote
Report this post
As I thought there were and even had modules names based on G+ , Twitter,.... I gave you before numbers which might be not so helpful as I wanted. But now check your self.
socials.png
User avatar
Platinum Boarder

GK User
Sat Dec 06, 2014 10:52 pm
Reply with quote
Report this post
I saw them but if you click on them you will see that there isn't any html code in it!!! :) In fact the editor of that "html custom" modules is always empty! Let me know, thanks. Luca
User avatar
Senior Boarder

GK User
Sun Dec 07, 2014 10:46 am
Reply with quote
Report this post
there is code, just enable HTML mode. Please.
I turned Off your TinyMCE editor in Global Configuration and now you will be able to see it.
There is something wrong with this editor in HTML mode probably that's why I use JCE always
User avatar
Platinum Boarder

GK User
Sun Dec 07, 2014 12:08 pm
Reply with quote
Report this post
Oh…that was the problem!!! I am driving crazy to understand why I couldn't see the html code!! :evil: Thanks a lot!!! :P
User avatar
Senior Boarder

GK User
Mon Dec 08, 2014 4:56 pm
Reply with quote
Report this post
A question: how can I publish a LinkedIn icon? Can I use a code like this?

<a class="gkIcon linkedin" href="#"><i class="icon-linked-in"></i></a>

I tried it but it doesn't work!!

Let me know, thanks.

Luca
User avatar
Senior Boarder

GK User
Mon Dec 08, 2014 7:05 pm
Reply with quote
Report this post
you have to use
Code: Select all
<i class="icon-linkedin"></i>


sorry but in template there wasn't color for linkedin which is #0177B5, from current only twitter BG color is similar
so just use:
Code: Select all
<a href="###" class="gkIcon gkColorTwitter"><i class="icon-linkedin"></i></a>


result will be
User avatar
Platinum Boarder

GK User
Sun Dec 14, 2014 10:01 am
Reply with quote
Report this post
Oscar E wrote:you have to use
Code: Select all
<i class="icon-linkedin"></i>


sorry but in template there wasn't color for linkedin which is #0177B5, from current only twitter BG color is similar
so just use:
Code: Select all
<a href="###" class="gkIcon gkColorTwitter"><i class="icon-linkedin"></i></a>


result will be


I tried your solution but it doesn't work. In fact I used this code:

<a href="###" class="gkIcon gkColorTwitter"><i class="icon-linkedin"></i></a>

but as you can see in the screen shoot attached it produces only a blue square. How come?

Best regards,

Luca

ps. Il will send you in private credentials to access my admin panel's web site.
User avatar
Senior Boarder

GK User
Tue Dec 16, 2014 10:57 pm
Reply with quote
Report this post
Fixed,
I know where you made a mistake.
This module had addcional Module Class Suffix which shouldn't be used if you wanted a flat icon.
User avatar
Platinum Boarder


cron