Template Club Package Silver Pacakage Gold Pacakage Developer Pacakage Accepted Payments Member Login
Welcome, Guest
Please Login or Register.    Lost Password?
Pagepeel banner not W3C compliant?? (1 viewing) (1) Guest
Go to bottomPost New TopicPost Reply Favoured: 0
TOPIC: Pagepeel banner not W3C compliant??
#26266
Pagepeel banner not W3C compliant?? 1 Year, 6 Months ago  
My site without Pagepeelbanner passes W3C validation, but with PagepeelBanner is doesn't.
Is there a better version on the way?
Now I have my advertising, but Google does love me a bit less
For the rest: A very cool module!!
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Flodo (Visitor)

Logged Logged  
 
Reply Quote  
#26270
Re:Pagepeel banner not W3C compliant?? 1 Year, 6 Months ago Karma: 142  
Hello Flodo,
what about if you share your live site url, please?
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
ronysyz (Moderator)
Terus Berjuang.....
Support Team
Posts: 7700
graph
User Offline Click here to see the profile of this user
Gender: Male GlobalTor.com Location: Indonesia
Logged Logged  
 
 
Reply Quote  
#27185
Re:Pagepeel banner not W3C compliant?? 1 Year, 6 Months ago  
when validating w3c it has a few errors:

a few can be fixed easily, here i dont know what to do:

document.write('<div id="bigDiv" style="position:absolute;width:'+ bigWidth +'px;height:'+ bigHeight +'px;z-index:9999;'+xPosBig+';top:-1000px;">';

document.write('<div id="thumbDiv" style="position:absolute;width:'+ thumbWidth +'px;height:'+ thumbHeight +'px;z-index:9999;'+xPos+':0px;top:0px;">';


2 erros left saying
line 211 column 148 - Fehler: document type does not allow element "div" here
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Benni (Visitor)

Logged Logged  
 
Reply Quote  
#29351
Re:Pagepeel banner not W3C compliant?? 1 Year, 4 Months ago  
ronysyz, validate this page and you will see the errors:

moduledemo.templateplazza.com/content/view/31/41/

those are the errors:

validator.w3.org/check?uri=http%3A%2F%2F...%2Fview%2F31%2F41%2F

Benni, would you be kind and share your fixes with us?
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
iMike (Visitor)

Logged Logged  
 
Reply Quote  
#29365
Re:Pagepeel banner not W3C compliant?? 1 Year, 4 Months ago  
Here's a fix for most of the validation errors but at the end the same 2 as Benni mentioned remain:

1. 9 errors removed - removed brackets in line 69:
* @author christian harz pagepeel-at-webpicasso.de

2. 30 errors removed:
inserted "amp;" behind the ampersand ("&" on lines 137-146:
before:queryParams += '&pagearBigImg='+escape(pagearBigImg);
after; queryParams += '&amp;pagearBigImg='+escape(pagearBigImg);

3. 6 errors removed: inserted "script type="text/javascript" in line 62 and inserted a space between "OETags.js"language"

<script type="text/javascript" src="modules/mod_pagepeel_banner/pagepeel_banner/AC_OETags.js" language="javascript"></script>

4. the 2 errors remaining seem caused by line 208 which does not close the div layer for the big swf properly but i dunno how to fix that. "document type does not permit element <div> in content of element <script>
Who can help it? The same problem will occur with line 233 ?

ronysyz, all our hope is on you
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
iMike (Visitor)

Logged Logged  
 
Reply Quote  
#29418
Re:Pagepeel banner not W3C compliant?? 1 Year, 4 Months ago Karma: 142  
Hello iMike,
great thanks for sharing
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
ronysyz (Moderator)
Terus Berjuang.....
Support Team
Posts: 7700
graph
User Offline Click here to see the profile of this user
Gender: Male GlobalTor.com Location: Indonesia
Logged Logged  
 
 
Reply Quote  
Go to topPost New TopicPost Reply