Change image

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
Mon Dec 15, 2014 10:03 am
Reply with quote
Report this post
Hi,
how can change this attached image with my logo?
I don't find the folder where it is putting.
Thank you.
User avatar
Junior Boarder

GK User
Mon Dec 15, 2014 10:52 am
Reply with quote
Report this post
Hi,
because this is not a graphic icon, but FontAwesome font.
So for example you have to use:
Code: Select all
.gkTeamOverlay a[data-type="fb"]:before {
  content: "\f05a";
  font-family: FontAwesome;
}


To change FB into "i"
User avatar
Platinum Boarder

GK User
Mon Dec 15, 2014 2:55 pm
Reply with quote
Report this post
Sorry, where have i put that code?
I would like to write "GF"
User avatar
Junior Boarder

GK User
Tue Dec 16, 2014 2:18 am
Reply with quote
Report this post
Check my footer link.
and in books about CSS3 read more about how to use content tag.

P.s.
http://htmldog.com/reference/cssproperties/content/
http://css-tricks.com/almanac/properties/c/content/
User avatar
Platinum Boarder

GK User
Tue Dec 16, 2014 4:28 pm
Reply with quote
Report this post
Hi Oscar,
i still don't understand how to change the font.
I'm sorry :-(
User avatar
Junior Boarder

GK User
Tue Dec 16, 2014 5:01 pm
Reply with quote
Report this post
FontAwesome used code. So you have to check on their project website which icon you need, go into, and check their Unicode.
User avatar
Platinum Boarder

GK User
Fri Dec 19, 2014 3:39 pm
Reply with quote
Report this post
Can you help me to do this?
User avatar
Junior Boarder

GK User
Sat Dec 20, 2014 1:10 pm
Reply with quote
Report this post
If you want to put there one of Awesome font sure, I can help here. This is support help. So please show me which one you want and I will tell you how.
But if custom logo image, you have to ask for private help via PM.
User avatar
Platinum Boarder

GK User
Sun Dec 21, 2014 11:10 am
Reply with quote
Report this post
Is it possible put the letters "GF"? Or i have to choose another icon from Awesome font?
User avatar
Junior Boarder

GK User
Sun Dec 21, 2014 1:06 pm
Reply with quote
Report this post
"GF" - easy.

.gkTeamOverlay a[data-type="fb"]:before {
content: "GF";
font-family: Arial;
}


to get GF instead facebook icon.
User avatar
Platinum Boarder

GK User
Mon Dec 22, 2014 10:13 am
Reply with quote
Report this post
ok, where have i put this code?
User avatar
Junior Boarder

GK User
Mon Dec 22, 2014 10:46 am
Reply with quote
Report this post
Sorry I forgot that you want to use GF instead of chain icon, so please use:
Code: Select all
.gkNspPM-Portfolio .gkImagesWrapper > a > .gkImgOverlay > span:before {
    content: "GF";
    font-family: Arial; }


Where? Check my footer link.
And result will be
User avatar
Platinum Boarder

GK User
Mon Dec 29, 2014 5:13 pm
Reply with quote
Report this post
Thank you very much Oscar :-)
Happy new year!
User avatar
Junior Boarder

GK User
Tue Dec 30, 2014 8:15 pm
Reply with quote
Report this post
Using CSS you can override colors, icons and much more.
Don't forget to use override.css and create a CMS back-up from time to time.

To Speed Joomla 3. use:
https://www.gavick.com/documentation/un ... joomla-3-x
https://www.gavick.com/blog/speed-websi ... ess-tricks

p.s.
Happy Joomla New Year.
User avatar
Platinum Boarder

GK User
Wed Jan 14, 2015 12:08 pm
Reply with quote
Report this post
Hi Oscar,
which component for create a CMS back-up you suggest?

Thank you
User avatar
Junior Boarder

GK User
Sat Jan 17, 2015 12:16 am
Reply with quote
Report this post
Akeeba Backup - for sure,
but sometimes if you don't need such a big component use Easy Joomla Backup - EJB.
More here: http://extensions.joomla.org/category/a ... e-security
just check reviews
User avatar
Platinum Boarder


cron