image credit / image copyright and gallery problem

GK User
Tue May 15, 2012 7:59 am
hello

now i will change my template.
so i try to change to myfolio.

now i have 2 problems

on the right of the picture (the first picture of the artikel) there is the image credit und image copyright
bad. look

http://v4.amafo.de/peoplefotografie/ein-fruchtchen

where i can change these settings ?

and

on the end of the artikel there is a gallery.
but the gallery is not shown in the artikel with the white background.
these are , if in the categorie exists more artikel.
look:

http://v4.amafo.de/peoplefotografie/ein-fruchtchen

and if there ist only one artikel in the categorie, there will be shown correct.
look: http://v4.amafo.de/theater/verrucktes-blut-theater


I have use only the moduls und k2 moduls from gavick.

Someone can help me?

Dear Ralf

p.s. sorry for my english.
User avatar
Junior Boarder

teitbite
Fri May 18, 2012 5:37 pm
Hi

Please explain me one more time the issue with gallery and backgorund for caption please overwrite this class in override.css with Your own settings:

Code: Select all
span.itemImageCaption, span.itemImageCredits {
    background: none repeat scroll 0 0 #151515;
    border-radius: 2px 2px 2px 2px;
    bottom: 20px;
    color: #DDDDDD;
    font-size: 11px;
    padding: 0 8px;
    position: absolute;
    right: 12px;
}
User avatar
Moderator

GK User
Sat May 19, 2012 8:16 am
good morning,

thank you for your help.

i will try your tip.

and i give you a feedback.

thank you

dear ralf
User avatar
Junior Boarder

GK User
Sun May 20, 2012 4:02 pm
hi

now, i have solved it.

i have insert in override.css......


/*imagecredit*/
span.itemImageCredits {
position: absolute;
bottom: 45px;
right: 12px;
background: #151515;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 11px;
color: #ddd;
}

/*imageCaption*/
span.itemImageCaption {
position: absolute;
bottom: 20px;
right: 12px;
background: #151515;
padding: 0 8px;

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 11px;
color: #ddd;
}

i must split the imageCaption and imageCredit.

so... the first problem is solved...

thank you teitbite


no i must solve the second problem with the gallery.. but i will open a new post. so we can close this post.

p.s. you can see the solution: http://v4.amafo.de/modelshootings/fotog ... ruechtchen
(this is my testsite, if the link a 404 go to www.amafo.de and open an artikel... )
User avatar
Junior Boarder

teitbite
Sun May 20, 2012 7:34 pm
Hi

Yes the first one looks good. Please give me a link to a thread with Your second issue.
User avatar
Moderator

GK User
Sun May 20, 2012 8:38 pm
hi

here is the link to the second problem

https://www.gavick.com/forums/myfolio/g ... 16621.html

thank you very much for your help

lg Ralf
User avatar
Junior Boarder

teitbite
Mon May 21, 2012 7:39 am
Hi

Ok. I'm following the link :)
User avatar
Moderator


cron