Contact page and what we do page

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
Sun Oct 06, 2013 1:56 pm
Reply with quote
Report this post
I have 2 questions:

1 - By using the contact form in the contact page, you can display the "message sent" once filled in the contact form?

2 - In "what we do" page, if I click on the image, I can not display the zoomed image and the article, but I display the following message: No input file specified. Why?

Thanks
User avatar
Junior Boarder

teitbite
Sun Oct 06, 2013 2:07 pm
Reply with quote
Report this post
Hi

1. This is using a default joomla component and a thank you screen is displayed when message has already been send and removed from parameters. I believe it can be done but it will require an override and we do not support such customizations.

2. Can You please explain it a little better ? When I look at the demo all images are displayed correctly.
User avatar
Moderator

GK User
Sun Oct 06, 2013 3:16 pm
Reply with quote
Report this post
1 - Ok, thank you and see if I can solve alone

2- I post you the link of my site: alessandracribari.it In the second page (Portfolio) I added two pictures of example, but if I click receive the message "No input file specified." Maybe something wrong uploading a photo.
I uploaded the photos from k2--> articles and inserting it in the category "portfolio" created by me.
User avatar
Junior Boarder

teitbite
Sun Oct 06, 2013 5:57 pm
Reply with quote
Report this post
Hi

Looks like this problem is well know. It's mentioned in documentation. Please read this article: http://www.gavick.com/documentation/joo ... nstalling/
User avatar
Moderator

GK User
Mon Oct 07, 2013 12:50 pm
Reply with quote
Report this post
Ok thanks, now everything is working correctly :) I have another question. It's possible change the color of the font within the article, the size of the font and the background of this item?
User avatar
Junior Boarder

teitbite
Mon Oct 07, 2013 2:45 pm
Reply with quote
Report this post
Hi

Please tell me exactly which part you want to change. Do you mean article page or a module with article shorts. Tell me an exact URL to an example please.
User avatar
Moderator

GK User
Mon Oct 07, 2013 4:05 pm
Reply with quote
Report this post
My website is: alessandracribari.it the page portfolio there are 3 sample images. By clicking on each of them, you can open the article in a new page, change font color and background in every article?
User avatar
Junior Boarder

teitbite
Tue Oct 08, 2013 10:42 pm
Reply with quote
Report this post
Hi

Code to change background color:

Code: Select all
#gkPageContentWrap {
    background: none repeat scroll 0 0 #FA9556;
}


Code to change font size and color:

Code: Select all
.itemBody {
    font-size: 12px;
    color: #000000;
}
User avatar
Moderator

GK User
Thu Oct 17, 2013 5:40 pm
Reply with quote
Report this post
alessandracribari wrote: alessandracribari.it


Nice work! Very good!
User avatar
Senior Boarder


cron