Photos in Sponsor category all coming up rounded

Responsive Joomla events template to create conference, festival and other big-name event website.
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
Tue Jan 22, 2013 8:49 pm
Reply with quote
Report this post
For some reason, the photos that are posted anywhere in the Sponsor category are are rounded. Not sure why they are not normal. How do edit so photos are not rounded??
User avatar
Fresh Boarder

Konrad M
Tue Jan 22, 2013 11:57 pm
Reply with quote
Report this post
Hi,
can you give us url to your site ?
User avatar

GK User
Thu Jan 24, 2013 4:25 pm
Reply with quote
Report this post
I will be making the site live today. I needed to finish all of the larger details so that it doesn't look like a mess. At that point, I'll post the URL.
User avatar
Fresh Boarder

GK User
Sun Jan 27, 2013 2:41 am
Reply with quote
Report this post
I have found the issue with the rounded/oval images on my site. I found that the coding in k2.css is for the "event" template that the Sponsor category goes under.

How do I make a copy of the "event" template and name it differently so the images in the "Speaker" page which need to be rounded and other uploaded photos that need to be rectangle shaped don't conflict?

I am new to building sites and am not too familiar with ways to do certain things.

Thank you!!
User avatar
Fresh Boarder

GK User
Mon Jan 28, 2013 5:36 am
Reply with quote
Report this post
Konrad M wrote:Hi,
can you give us url to your site ?


http://www.steppin4life.org
User avatar
Fresh Boarder

Konrad M
Mon Jan 28, 2013 10:28 am
Reply with quote
Report this post
Please try add to override.css
Code: Select all
.gkK2EventPages.sponsor img {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-o-border-radius: 0 !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Jan 28, 2013 12:50 pm
Reply with quote
Report this post
Thank you, that worked in my google chrome browser, although in IE9 my instructors images are not rounded on my instructors page.
User avatar
Fresh Boarder

Konrad M
Mon Jan 28, 2013 12:53 pm
Reply with quote
Report this post
Please send me lin kto the page with issue. Not home page.
User avatar

GK User
Mon Jan 28, 2013 1:49 pm
Reply with quote
Report this post
Konrad M wrote:Please send me lin kto the page with issue. Not home page.


http://www.steppin4life.org/index.php/instructors
User avatar
Fresh Boarder

GK User
Thu Nov 07, 2013 4:50 pm
Reply with quote
Report this post
Konrad M wrote:Please try add to override.css
Code: Select all
.gkK2EventPages.sponsor img {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-o-border-radius: 0 !important;
}

and remember to enable override.css option in template settings.


THANKS! Worked for me!
User avatar
Junior Boarder


cron