Image Border issue

GK User
Tue Apr 06, 2010 1:36 pm
Hi,

I installed template using Quickstart package then upgraded to 1.0.1 following the instructions but still have this issue.

Plugin shows as version 1.00 30/3/2010 - Is this correct ?

D
User avatar
Expert Boarder

GK User
Tue Apr 06, 2010 2:14 pm
Site address

www.davelogic.com
User avatar
Expert Boarder

GK User
Tue Apr 06, 2010 8:34 pm
Any ideas ??

D
User avatar
Expert Boarder

teitbite
Wed Apr 07, 2010 11:59 am
Hi

Do You mean the images issue?

If Yes please add line:

Code: Select all
text-align:center;


to gk_stuff.css in class:

Code: Select all
div.gk_img_border_bottom  {
background:url("../images/header_bottom.png") no-repeat scroll 2% bottom transparent;
overflow:hidden;
padding:0 0 8px;
}
User avatar
Moderator

GK User
Wed Apr 07, 2010 2:11 pm
Hi,

I've added this and can see a slight change but borders / images still dont look correct. If you click on an article the larger images are even worse...

Dave

www.davelogic.com
User avatar
Expert Boarder

teitbite
Wed Apr 07, 2010 2:37 pm
Hi

Ok. I think I got it. Please use this class instead:

Code: Select all
div.gk_img_border_top  {
background:url("../images/header_top.png") no-repeat scroll 96% top transparent;
float:left;
margin:5px 18px 5px 0;
overflow:hidden;
padding:8px 0 0;
}
User avatar
Moderator

GK User
Wed Apr 07, 2010 4:38 pm
Hi,

Thanks for your time, this has fixed both the thumbnails and large pictures...The only problem is that it now Left aligns all of the images in all articles...Please see example...All images were originally centered...

http://www.davelogic.com/index.php?opti ... &Itemid=58
User avatar
Expert Boarder

GK User
Thu Apr 08, 2010 3:14 pm
This fixes my problem I had. ;)
See the forum thread!

FORUM THREAD FROM ME

But now, all images are left bound. So the same problem now for me too. Somehow even the positioning of the images will be overwritten.
User avatar
Senior Boarder

teitbite
Thu Apr 08, 2010 9:36 pm
Hi

Please point me to the place where this code messes the page.
User avatar
Moderator

GK User
Thu Apr 08, 2010 10:26 pm
No its alread everthing ok by me. maybe it was cache?! thx anyway
User avatar
Senior Boarder

teitbite
Sat Apr 10, 2010 9:30 pm
Hi

Yes it's possible. Glad it helps.
User avatar
Moderator

GK User
Sun Apr 11, 2010 8:53 pm
Hi,

I'm still having this issue.Please see link below. Something overides the positioning..

http://www.davelogic.com/index.php?opti ... &Itemid=58
User avatar
Expert Boarder

teitbite
Mon Apr 12, 2010 11:47 am
Hi

Site is password protected. Please send me access to my mail.
User avatar
Moderator

GK User
Mon Apr 12, 2010 11:51 am
Hi,

Taken password off....

Dave
User avatar
Expert Boarder

GK User
Mon Apr 12, 2010 10:00 pm
Any ideas ??
User avatar
Expert Boarder

teitbite
Mon Apr 12, 2010 10:01 pm
Hi

The class display properly. Unfortunately this background doesnt' look good on bigger photos :(

But please try to play with values inside this class, maby You will set this to look a little better.
User avatar
Moderator

GK User
Mon Apr 12, 2010 10:07 pm
teitbite wrote:
Hi

The class display properly. Unfortunately this background doesnt' look good on bigger photos :(

But please try to play with values inside this class, maby You will set this to look a little better.


It's not the way they look....ALL article images are now LEFT aligned...I cannot overide this. I.e I cannot even go into each article and Center align...The change you asked me to make before overides the articles..

Dave
User avatar
Expert Boarder

teitbite
Tue Apr 13, 2010 12:12 pm
Hi

But the background looks ok? How You would like to have those photos? Centered? With text over and under ?
User avatar
Moderator

GK User
Wed Apr 14, 2010 9:27 pm
Please check the below link. ALL of the images are now centered left since applying your class. I cannot go into article and re-center has it is totally overidden

http://www.davelogic.com/index.php?opti ... &Itemid=94
User avatar
Expert Boarder

teitbite
Fri Apr 16, 2010 11:16 am
Hi

Please try this:

Code: Select all
.article-content div.gk_img_border_top  {
background:url("../images/header_top.png") no-repeat scroll 96% top transparent;
margin:0 auto;
overflow:hidden;
padding:8px 0 0;
width:600px;
float:none;
}


It helps for the mentioned page only. The problem is that it's impossible to set this background without using float:left option because only at this case the width is recognized automaticly :(
User avatar
Moderator

GK User
Fri Apr 16, 2010 9:18 pm
Hi,

Thank you very much for your time. This worked perfectly!

Thanks,

Dave
User avatar
Expert Boarder

teitbite
Sun Jun 20, 2010 5:02 pm
No matter what editor I use, when placing any image in an article, the alignment chosen won't hold. It places the image in the right position but the text will not align to it as selected in the insert image parameters.


Hi

And what would happen when You add this at the end of template.css ?

div.gk_img_border_top {
float:left;
margin:0 15px 15px 0;
}
User avatar
Moderator


cron