Page 1 of 1

Text doesn't wrap around image

Posted: Mon May 13, 2013 3:06 pm
by esloof
Hi when I look at my webpage http://ntpro.nl/blog the text is wrapping around the image but when I select an individual post the text isn't wrapped anymore. There's also a strange white line appearing above my header image. In the editor the text looks OK.

My second problem is that I can't get Light-box to work anymore since the upgrade to Serendipity 1.7-rc3 and PHP 5.2.17

Re: Text doesn't wrap around image

Posted: Mon May 13, 2013 3:40 pm
by yellowled
My first idea would be to upgrade to the final s9y 1.7. Also please check if you're affected by this strange bug. This looks as if there is some CSS missing on single entry pages.

YL

Re: Text doesn't wrap around image

Posted: Mon May 13, 2013 3:43 pm
by Timbalu
That is because the serendipity.css isn't available on single view.
<link rel="stylesheet" type="text/css" href="serendipity.css" />
which should be /blog/serendipity.css.

Go to you Backend -> Configuration -> Path -> and set URL to blog (aka $serendipityBaseURL) and/or others.
No field should be empty!

Ups, ... well doubled answers are better than "nix"! :wink:

Re: Text doesn't wrap around image

Posted: Mon May 13, 2013 4:15 pm
by esloof
The path was empty indeed. This happened after upgrading and after visiting the configuration page and click save while changing no paths at all. Maybe the wrong value is read-back from the database. It had solved my problem regarding the wrapping. Many thanks guys really appreciated.