Position of Image Caption and Credit

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 Jul 13, 2014 9:41 am
Reply with quote
Report this post
Hello,

Image Credit and Image Caption for k2 items "float left" under k2 images. Please how can I make the Image Credit float to the far right and Image Caption remain at the far left?

Eg.
Rio de Janerio Stadium Getty Images

Instead of:
Getty Images Rio de Janerio Stadium
User avatar
Senior Boarder

GK User
Sun Jul 13, 2014 10:36 am
Reply with quote
Report this post
Could you please post an url to your site to exact place where I could see the changes to be made?
User avatar
Moderator

GK User
Sun Jul 13, 2014 5:40 pm
Reply with quote
Report this post
I have sent the url.
User avatar
Senior Boarder

GK User
Mon Jul 14, 2014 7:12 pm
Reply with quote
Report this post
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
.itemImageCredits {float: right; padding-right: 0px;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Jul 15, 2014 9:55 am
Reply with quote
Report this post
Thanks. It worked.
User avatar
Senior Boarder

GK User
Wed Jul 16, 2014 10:19 am
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Wed Jul 16, 2014 11:14 pm
Reply with quote
Report this post
Yes. How do I disable the "mouse-over zoom" effect of the k2 item image?
User avatar
Senior Boarder

GK User
Thu Jul 17, 2014 10:46 am
Reply with quote
Report this post
I can't find any k2 article on your site.
User avatar
Moderator

GK User
Fri Jul 18, 2014 1:38 am
Reply with quote
Report this post
Really? All articles published are k2 items. I don't use the default joomla articles/content. I use only k2.
User avatar
Senior Boarder

GK User
Fri Jul 18, 2014 9:01 am
Reply with quote
Report this post
Please send me a PM with URL to your website - to a particular article.
User avatar
Moderator

GK User
Sun Jul 20, 2014 7:22 pm
Reply with quote
Report this post
PM sent.
User avatar
Senior Boarder

GK User
Mon Jul 21, 2014 11:08 am
Reply with quote
Report this post
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
.itemImageBlock img:hover {
-webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
-moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
-ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
-o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Jul 22, 2014 11:36 am
Reply with quote
Report this post
Thanks a lot. It worked for me.
User avatar
Senior Boarder

GK User
Tue Jul 22, 2014 1:01 pm
Reply with quote
Report this post
Ok, thanks for the info.
User avatar
Moderator


cron