Text doesn't wrap around image

Found a bug? Tell us!!
Post Reply
esloof
Posts: 2
Joined: Mon May 13, 2013 2:57 pm

Text doesn't wrap around image

Post 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
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Text doesn't wrap around image

Post 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
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Text doesn't wrap around image

Post 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:
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
esloof
Posts: 2
Joined: Mon May 13, 2013 2:57 pm

Re: Text doesn't wrap around image

Post 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.
Post Reply