Some question regarding the Fest Template

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Mon Oct 22, 2012 4:23 pm
Hello,

site is live @ http://www.thuto.us

I would like to change:

1. Register Now : Donate Now

2. On the Charities@Event Tab (sponsors) when I try to upload an image to the K2 article I get an error message. How do I upload an image to the article?

3. On the Exhibit Schedule (schedule) I would like to change the a link and a hover color to a different color. I have not been able to find this in the template.css or style1.css code. Where is the code so that I can change this?

4. Also when I past the home link in facebook it references a Joomla Article that is no longer in the database?



Thank-you for your time.
User avatar
Gold Boarder

teitbite
Tue Oct 23, 2012 2:05 am
Hi

1. Please check in /languages/en-GB/en-GB.tpl_gk_fest.ini You will find "Register now" sentence and You can change it there.

2. Please paste this error message here.

3. Please use this code:

Code: Select all
a#menu587 { color: yellow; }
a#menu587:hover { color: red; }


4. Please check Home menu item. I think that this article or featured articles are being attached as a type. Try change it to something else.
User avatar
Moderator

GK User
Tue Oct 23, 2012 4:24 pm
Hi - I don't know where this code is? Which folder and file?



3. On the Exhibit Schedule (schedule) I would like to change the a link and a hover color to a different color. I have not been able to find this in the template.css or style1.css code. Where is the code so that I can change this?

3. Please use this code:

Code: Select all
a#menu587 { color: yellow; }
a#menu587:hover { color: red; }
User avatar
Gold Boarder

GK User
Tue Oct 23, 2012 6:11 pm
http://thuto.us/exhibit-schedule

Looking to change the code (color) for these tabs. Right now it is Yellow to Blue.

Where is the file (folder) where I can change code.

Thank-you for your time.
User avatar
Gold Boarder

teitbite
Wed Oct 24, 2012 12:18 pm
Hi

All css modifications should go into override.css file, but please make sure override is being enabled in template settings.

This background color can be modified with a class like this:

Code: Select all
.gkSchedule dd > div > div a, .gkSchedule dd > div > div span {
    background: none repeat scroll 0 0 #E89E44;
}

.gkSchedule dd > div > div a:hover {
    background: none repeat scroll 0 0 #1078B9;
}


just copy to css and change to ne color values.
User avatar
Moderator

GK User
Wed Oct 24, 2012 4:50 pm
Hi.. the a links (background & hover) has been adjusted.

How do I change:

Location: DRKRM GALLERY, 727 S SPRING ST, LOS ANGELES, CA, 90014, U.S.A.


'Location' to bold and black vs the orange color?

Thank-you for your time.
User avatar
Gold Boarder

teitbite
Thu Oct 25, 2012 11:30 am
Hi

Try with this code (it will affect all text in articles, so it may be better to make a change You requested in article text directly):

Code: Select all
.gkSchedule dd > div > div p {
    color: #000000;
    font-weight: bold;
}
User avatar
Moderator

GK User
Sat Jan 12, 2013 1:27 am
teitbite wrote:Hi

1. Please check in /languages/en-GB/en-GB.tpl_gk_fest.ini You will find "Register now" sentence and You can change it there.


Where do you set the link for the register now button? It defaults to the home page in the demo.

Thanks
User avatar
Fresh Boarder

teitbite
Sat Jan 12, 2013 8:31 pm
Hi

@ambientcamping depends what templat are You using. Mostly in /layout/dafault.php or /layout/blocks/toolbar.php
User avatar
Moderator


cron