how the containter for social icons works
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Sun Mar 02, 2014 3:43 am
- Reply with quote
- Report this post
Sorry i dont understand how a container works. Need to update the youtube icon to vimeo on the footer. I already searched the whole file folder of the gk-game but i cant seem to find the social icons file where i can update the image.
there's no instruction how to update...
this is the only guide i saw but i think its different for game template
http://www.gavick.com/documentation/gen ... ial-icons/
there's no instruction how to update...
Social icons have a very simple structure based on links placed in the container with gk-social class:
this is the only guide i saw but i think its different for game template
http://www.gavick.com/documentation/gen ... ial-icons/
-
- Fresh Boarder
- GK User
- Sun Mar 02, 2014 9:12 am
- Reply with quote
- Report this post
Could you please post an URL to your site?
-
- Moderator
- GK User
- Mon Mar 03, 2014 1:25 am
- Reply with quote
- Report this post
fmc.eruel.com
want to update the youtube icon on the footer. can you also please look at how to take off the white line on the right side of the newsletter module.. the white line comes out in chrome in safari
thanks
want to update the youtube icon on the footer. can you also please look at how to take off the white line on the right side of the newsletter module.. the white line comes out in chrome in safari
thanks
-
- Fresh Boarder
- GK User
- Tue Mar 04, 2014 10:44 am
- Reply with quote
- Report this post
Cant access your site:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
-
- Moderator
- GK User
- Wed Mar 05, 2014 3:35 am
- Reply with quote
- Report this post
it is previously working but im having problems now with the update in ftp. ive reuploaded the files and db 5x already and i cant seem to find the problem maybe you can help me how to troubleshoot.
thank you.
thank you.
-
- Fresh Boarder
- GK User
- Wed Mar 05, 2014 7:55 pm
- Reply with quote
- Report this post
Sorry, this looks like server side problem - you should look into server error log to find what is causing the problem.
-
- Moderator
- GK User
- Thu Mar 06, 2014 1:48 am
- Reply with quote
- Report this post
working on it.. im working local until we fix the issue.
http://demo.gavick.com/joomla25/game/
the social networking icons on the footer on this template is what i want to update... any leads? thanks
http://demo.gavick.com/joomla25/game/
the social networking icons on the footer on this template is what i want to update... any leads? thanks
-
- Fresh Boarder
- GK User
- Thu Mar 06, 2014 12:24 pm
- Reply with quote
- Report this post
Those are icons from fontawesome. To change them you would need to use override.css and rewrite those styles:
- Code: Select all
.gk-social a.gk-twitter:before {
color: #63cdf1;
content: "\f099";
}
.gk-social a.gk-facebook:before {
color: #507cbe;
content: "\f082";
}
.gk-social a.gk-youtube:before {
color: #fe0000;
content: "\f167";
}
.gk-social a.gk-gplus:before {
color: #f16261;
content: "\f0d4";
}
-
- Moderator
8 posts
• Page 1 of 1