WebsiteBaker Logo
  • *
  • Templates
  • Help
  • Add-ons
  • Download
  • Home
*
Welcome, Guest. Please login or register.

Login with username, password and session length
 

News


WebsiteBaker 2.13.6 is now available!


Will it continue with WB? It goes on! | Geht es mit WB weiter? Es geht weiter!
https://forum.websitebaker.org/index.php/topic,32340.msg226702.html#msg226702


The forum email address board@websitebaker.org is working again
https://forum.websitebaker.org/index.php/topic,32358.0.html


R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WB
https://forum.websitebaker.org/index.php/topic,32355.0.html


* Support WebsiteBaker

Your donations will help to:

  • Pay for our dedicated server
  • Pay for domain registration
  • and much more!

You can donate by clicking on the button below.


  • Home
  • Help
  • Search
  • Login
  • Register

  • WebsiteBaker Community Forum »
  • WebsiteBaker Support (2.8.x) »
  • Droplets & Snippets »
  • Dropplet RandomImage doesn't show my pictures under IE 8
  • Print
Pages: [1]   Go Down

Author Topic: Dropplet RandomImage doesn't show my pictures under IE 8  (Read 6591 times)

Offline midiweb

  • Posts: 181
Dropplet RandomImage doesn't show my pictures under IE 8
« on: November 26, 2009, 04:02:48 PM »
Hi, the dropplet [[RandomImage] doesn't show my pictures on the left menu  under IE8.

 See here yourself:

http://www.jurgschat-consulting.eu/

But it works under Firefox.Don't understand why, who knows please?



« Last Edit: November 26, 2009, 09:58:10 PM by midiweb »
Logged

LordDarkman

  • Guest
Re: Dropplet RandomImage doesn't show my pictures under IE 8
« Reply #1 on: November 26, 2009, 09:37:18 PM »
Hi,
You have 43 errors in your code and the random droplet generates code like this:
"http://www.jurgschat-consulting.eu//media/firmenlogos/Dr Pfleger.jpg"
try it without spaces and 2/. This should work.

CU Moritz


http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.jurgschat-consulting.eu%2F
Logged

Offline midiweb

  • Posts: 181
Re: Dropplet RandomImage doesn't show my pictures under IE 8
« Reply #2 on: November 26, 2009, 10:00:09 PM »
hi, I don't know where does this double slash come from? where can I change it? I thought it was in config.php but it isn't there.
This 2 / are by all other pages also and they are displayed nevertheless.
« Last Edit: November 26, 2009, 10:02:07 PM by midiweb »
Logged

Offline BerndJM

  • Posts: 1764
  • Gender: Male
Re: Dropplet RandomImage doesn't show my pictures under IE 8
« Reply #3 on: November 27, 2009, 01:04:29 AM »
Hi Mr. midiweb,

in Moritz' answer there where two hints (it not an bad idea to read the whole answers):
the one with the // and the other:
Quote
try it without spaces
Could it be that IE8 cannot handle filenames with spaces  :?

The two //:
please show us the relevant part from your config.php - I imagine you have written it there with a closing / ...

Regards Bernd
Logged
In theory, there is no difference between theory and practice. But, in practice, there is.

Offline midiweb

  • Posts: 181
Re: Dropplet RandomImage doesn't show my pictures under IE 8
« Reply #4 on: November 27, 2009, 04:28:42 PM »
hi, sorry, you were right, I deleted the end slash in:

Code: [Select]
define('WB_URL', 'http://www.jurgschat-consulting.eu');
I deleted also the spaces, the dashes, undercores and capitals in files names

BUT in vain I cannot display the firms logos and the page "kunden",..under IE8. Why?

Logged

Offline maverik

  • Posts: 1572
  • Gender: Male
  • ..:: viva los tioz ::..
Re: Dropplet RandomImage doesn't show my pictures under IE 8
« Reply #5 on: November 27, 2009, 05:29:07 PM »
at the beginning of your code

Quote
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="de">
<head><title>Jurgschat-Consulting - Deutschland</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"></head>
<body>
<!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="de">
<head><title>Jurgschat-Consulting - Deutschland</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"></head>-->
<html>
<body>
<script type="text/javascript" src="http://www.jurgschat-consulting.eu/modules/droplets/js/mdcr.js"></script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
    <head>
        <title> - Kunden</title>

        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <meta name="description" content="" />
        <meta name="keywords" content="" />

        <link href="http://www.jurgschat-consulting.eu/templates/industry1/industry.css" rel="stylesheet" type="text/css" media="screen" />
    </head>

at the end

Quote
   </div>
</body>

</html></body>
</html>

 :? :? :? :?

normaly

Code: [Select]
doctype
<html>
<head>
</head>
<body>
</body>
</html>

http://help.WebsiteBaker.org/pages/en/advanced-docu.php

http://selfhtml.org/
« Last Edit: November 27, 2009, 05:35:19 PM by maverik »
Logged

  • Print
Pages: [1]   Go Up
  • WebsiteBaker Community Forum »
  • WebsiteBaker Support (2.8.x) »
  • Droplets & Snippets »
  • Dropplet RandomImage doesn't show my pictures under IE 8
 

  • SMF 2.0.19 | SMF © 2017, Simple Machines
  • XHTML
  • RSS
  • WAP2