Page Peel showing little picture icon
- Posted by Carsten (5) Offline
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 10 months ago #1
by Carsten
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
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Mmm...I don't see any problem you mentioned above. It looks like you have solved it, haven't you?
11 years 10 months ago #2
by erwinschro
Please Log in or Create an account to join the conversation.
- Posted by Carsten (5) Offline
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 10 months ago #3
by Carsten
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.
Please Log in or Create an account to join the conversation.
- Posted by Carsten (5) Offline
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 10 months ago #4
by Carsten
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?
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Mm.. can you manage to edit this file /modules/mod_pagepeel_banner/tmpl/default.php at this line
edit it into
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 10 months ago #5
by erwinschro
<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
Please Log in or Create an account to join the conversation.
- Posted by Carsten (5) Offline
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?
11 years 10 months ago #6
by Carsten
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="" />
Please Log in or Create an account to join the conversation.