Page Peel showing little picture icon

Hi,

Hope you can help me quickly to solve this. I have changed the page peel images accordingly to the suggested size (500x500 and 80x80) and uploaded to the server. The problem is that there is a small picture icon right in the middle. What have I done wrongly and how do I get rid of it?

You can check here: www.navigonlp.com/Enneagram/enneagram-coaching.html

Also when the peel open the big picture has a fram at the bottom of it. Is it possible to somehow get rid of it?

Thank you in advance for your support.

Have a great day,

Carsten
11 years 3 months ago #1 by Carsten

Please Log in or Create an account to join the conversation.

Mmm...I don't see any problem you mentioned above. It looks like you have solved it, haven't you?
11 years 3 months ago #2 by erwinschro

Please Log in or Create an account to join the conversation.

Thanks for the quick reply.

No I haven't solved it. You mean you can't see the little favicon right in the middle of the small and the big picture? I just checked with my colleague in the office and they can see it to. I have attached two screen shots with the problem. It's right in the middle as if there is another picture which isn't loading.
11 years 3 months ago #3 by Carsten

Please Log in or Create an account to join the conversation.

Ok here an additional update. I found out where the error is coming from.

I tested it in Firefox and to my amazement I also can't see it. So I guess the problem is (again) coming from Chrome. The screenshots I sent where made from a Chrome window. Even the little frame which you can see in the screen do not appear in FireFox. Any ideas?
11 years 3 months ago #4 by Carsten

Please Log in or Create an account to join the conversation.

Mm.. can you manage to edit this file /modules/mod_pagepeel_banner/tmpl/default.php at this line
<img src="<?php echo $modulebase; ?>assets/<?php  if($peeltheme == 1){ echo "bg.png"; } else { echo "bg-dark.png";} ?> " alt="" />

edit it into
<img src="<?php echo $modulebase; ?>assets/<?php  if($peeltheme == 1){ echo "bg.png"; } else { echo "bg-dark.png";} ?>" alt="" />

see the difference? there's a space just before the last quote mark for src property. It's been added to the html in Chrome.

Let us know the result then
11 years 3 months ago #5 by erwinschro

Please Log in or Create an account to join the conversation.

Great this solved the problem with the little favicon and the pagepeel is now also showing nicely. However, now the text I had written on the left part of the big picture has disappeared:). I guess the peel was never meant to written on.

Just to let you know, this is what the line looks like on my side. Notice there is no / in it at the beginning like in the code you posted. Does it make a difference?
<img src="<?php echo $modulebase; ?>assets/<?php  if($peeltheme == 1){ echo "bg.png"; } else { echo "bg-dark.png";} ?> " alt="" />
11 years 3 months ago #6 by Carsten

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum