image in article distorted in J1.5.17? Why?

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed May 05, 2010 7:09 pm
hi there

i want to use corporate2 on my new wedding website.
first i installed the quickstart package and all was fine.
but i wanted to use the newest joomla version (1.5.15 was in quickstart - 1.5.17 was actual) and this should be a localized one (german).

I put over the update files to localize my joomla. this was no problem but after that i look into an article with an image and a capiton and it looks ugly (not like before) - hard to describe - you should see it live (details below).

first i think: ok - something went wrong on updating... so i clean all, installed the german localized joomla first and then install corporate2 as template plus some mods & coms (jcomment, photoslide, news pro and more).

And now - surprise -> looks not like in the demo or quickstart. so the problem seems to be between corporate2 and the localized joomla version.

any ideas?

if you wanna take a look (sorry - no seo/sef yet):
http://www.hochzeitsfotograf-nord.de/in ... catid=3:q3

user: gavickdemo
pass: Test1234
User avatar
Fresh Boarder

GK User
Fri May 07, 2010 6:53 am
anyone an idea?

to check if another template does it right i installed "the moment" from gavick and this works fine.

so - please help me to correct the css or whatever in Corporate2 to make it useable....
User avatar
Fresh Boarder

Robert Gavick
Sat May 08, 2010 6:59 pm
url please
User avatar
Administrator

GK User
Sat May 08, 2010 7:25 pm
Hi Robert,

URL -> see my first post - URL including login&pass for htaccess are postet there
User avatar
Fresh Boarder

GK User
Wed May 12, 2010 6:57 pm
Robert.... did you find some time to check my URL?
User avatar
Fresh Boarder

Robert Gavick
Wed May 12, 2010 7:06 pm
Oh, I apologize for the lack of response. I got the solution (update will be published for 3 days):

You have to add the clearfix class to the inner container in layouts/blocks/main.php file (line61)

It should look like:

Code: Select all
<div class="inner clearfix">
User avatar
Administrator

GK User
Wed May 12, 2010 7:31 pm
thats only 50% - what about the margin between image and the text? in the demo (1.5.15) its looking better than now.... whats your oppinion?
User avatar
Fresh Boarder

Robert Gavick
Wed May 12, 2010 8:17 pm
Hm...

Add to the css/joomla.css file the following code:

Code: Select all

/* Caption fixes */
.img_caption.left { float: left; margin-right: 3em; }
.img_caption.right { float: right; margin-left: 3em; }

User avatar
Administrator


cron