Register | FAQ Search Today's Posts Mark Forums Read
Old 10-07-2009   #1 (permalink)
 
k2tec's Avatar
[+] more user info
 
k2tec is offline  
Join Date: Oct 2009
Location: Netherlands
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
Answered: Validating problem

What is your live site URL? (localhost if none): http://service-advies.nl/
What browser does this happen in: Firefox 3.x, IE 8
What version of Joomla: Joomla 1.5
What OS? (your computer, not your server): Window
Joomla experience level: 6


Super module works great and easy to install, but Superslider gives a lot errors in W3C
look here
the & I must change in & but when I put the & in captions it does not save this.
  Reply With Quote
This is a Advertisement. Sign up to have these ads removed.

Best Answer - Posted by Andy

Ok, so I was playing with all the settings in the module to see what I was missing and finally got the correct settings that caused these last errors. There is a new 1.02 candidate in the club download, please try this one.. should be all of them :)

The file is : super-slider_15_v1-022-updatec.tgz
Old 10-07-2009   #2 (permalink)
Support Staff
 
matt's Avatar
[+] more user info
 
matt is offline  
Join Date: Aug 2007
Location: Columbus Ohio
Posts: 2,474
Thanks: 207
Thanked 243 Times in 213 Posts


That's interesting. I will have one of the developers look into this and post a response. thanks for letting us know.
  Reply With Quote
Recommended FREE debugging tools:
We highly recommend using Firefox for development, along with the awesome WebDev Toolbar & Firebug Extensions.

Follow us on Twitter:
prothemer | connectr | pixelprodigy | tessneale | matthewlking
Old 10-08-2009   #3 (permalink)
 
k2tec's Avatar
[+] more user info
 
k2tec is offline  
Join Date: Oct 2009
Location: Netherlands
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts


I think it is in the mod_jj_superslider/ helper.php file arround line 459
but I can not solve it.

HTML Code:
    $simplesliderhead = '

    var $jj = jQuery.noConflict();



    //preload images function

    jQuery.preloadImages = function(){

        for(var i = 0; i<arguments.length; i++) {

            jQuery("<img>").attr("src", arguments[i]);

        }

    }
  Reply With Quote
Old 10-08-2009   #4 (permalink)
Co-Pilot & Owner
 
Andy's Avatar
[+] more user info
 
Andy is offline  
Join Date: Jan 2007
Location: Cape Town
Posts: 955
Thanks: 19
Thanked 492 Times in 375 Posts


Hi,

There were a few syntax errors with the target link and the validator was reading some javascript it was not supposed to be. I have fixed the errors I could duplicate but there may be one or two others, for now lets see how this works out.

On the superslider download page, please download the file called:

super-slider_15_v1-02-update-c

If you dont want to re install everything, it should work fine if you just replace the helper.php and tmpl/default.php with the ones in the file.

Once you have done this, we can test the validation again, this should fix most if not all issues but we will only know after the update.

Let me know how it goes :)

Cheers,

Andy
  Reply With Quote
Has your question been answered? Please mark the response as the best answer. This helps us give you faster support.

Are you happy with our support? Please make us smile by writing a short review on Best of Joomla

Do you also love Twitter? Follow us on prothemer | jMorph | joomlatips |andyjamesneale
Old 10-08-2009   #5 (permalink)
Co-Pilot & Owner
 
Andy's Avatar
[+] more user info
 
Andy is offline  
Join Date: Jan 2007
Location: Cape Town
Posts: 955
Thanks: 19
Thanked 492 Times in 375 Posts


Originally Posted by k2tec View Post
I think it is in the mod_jj_superslider/ helper.php file arround line 459
but I can not solve it.

HTML Code:
    $simplesliderhead = '

    var $jj = jQuery.noConflict();



    //preload images function

    jQuery.preloadImages = function(){

        for(var i = 0; i<arguments.length; i++) {

            jQuery("<img>").attr("src", arguments[i]);

        }

    }
Yes, this is correct and was part of the problem.... the solution is to wrap this entire piece of JS in a //<![CDATA[ ..code.. //]]>
  Reply With Quote
Has your question been answered? Please mark the response as the best answer. This helps us give you faster support.

Are you happy with our support? Please make us smile by writing a short review on Best of Joomla

Do you also love Twitter? Follow us on prothemer | jMorph | joomlatips |andyjamesneale
These users thanked Andy.
Old 10-08-2009   #6 (permalink)
 
k2tec's Avatar
[+] more user info
 
k2tec is offline  
Join Date: Oct 2009
Location: Netherlands
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts


Thanks for the fast reply, there are less W3C errors not 72 but 28. I test this on my localserver. But gives normaly the same result as on my hoster.
Most of the errors are:
Line 216, Column 105: an attribute specification must start with a name or name token

…href="http://www.service-advies.nl" "target="_blank"><img alt="Service &amp;



An attribute name (and some attribute values) must start with one of a restricted set of characters. This error usually indicates that you have failed to add a closing quotation mark on a previous attribute value (so the attribute value looks like the start of a new attribute) or have used an attribute that is not defined (usually a typo in a common attribute name).

# Line 216, Column > 80: XML Parsing Error: error parsing attribute name

…Container_mod49"><div><a href="http://www.service-advies.nl" "target="_blank"…


# Error Line 216, Column > 80: XML Parsing Error: attributes construct error

…Container_mod49"><div><a href="http://www.service-advies.nl" "target="_blank"…


# Error Line 216, Column > 80: XML Parsing Error: Couldn't find end of Start Tag a line 216

…Container_mod49"><div><a href="http://www.service-advies.nl" "target="_blank"…


# Error Line 216, Column > 80: XML Parsing Error: Opening and ending tag mismatch: div line 216 and a

…Container_mod49"><div><a href="http://www.service-advies.nl" "target="_blank"…

and 3 </div> to much

I am looking forward on the solution
  Reply With Quote
Old 10-09-2009   #7 (permalink)
Co-Pilot & Owner
 
Andy's Avatar
[+] more user info
 
Andy is offline  
Join Date: Jan 2007
Location: Cape Town
Posts: 955
Thanks: 19
Thanked 492 Times in 375 Posts


Ok, so I was playing with all the settings in the module to see what I was missing and finally got the correct settings that caused these last errors. There is a new 1.02 candidate in the club download, please try this one.. should be all of them :)

The file is : super-slider_15_v1-022-updatec.tgz
  Reply With Quote
Has your question been answered? Please mark the response as the best answer. This helps us give you faster support.

Are you happy with our support? Please make us smile by writing a short review on Best of Joomla

Do you also love Twitter? Follow us on prothemer | jMorph | joomlatips |andyjamesneale
These users thanked Andy.
Old 10-09-2009   #8 (permalink)
 
k2tec's Avatar
[+] more user info
 
k2tec is offline  
Join Date: Oct 2009
Location: Netherlands
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts


Thanks Andy,

Local works great. W3C no errors anymore, now i have to place them on my server.

Good service

On the server it is perfect.

Last edited by k2tec; 10-09-2009 at 02:45 PM. Reason: update
  Reply With Quote
Old 10-09-2009   #9 (permalink)
Co-Pilot & Owner
 
Andy's Avatar
[+] more user info
 
Andy is offline  
Join Date: Jan 2007
Location: Cape Town
Posts: 955
Thanks: 19
Thanked 492 Times in 375 Posts


awesome!! :) I am glad its all fixed up.
  Reply With Quote
Has your question been answered? Please mark the response as the best answer. This helps us give you faster support.

Are you happy with our support? Please make us smile by writing a short review on Best of Joomla

Do you also love Twitter? Follow us on prothemer | jMorph | joomlatips |andyjamesneale
This is a Advertisement. Sign up to have these ads removed.
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC1 Downloads powered by vBadvanced Dynamics v1.1.0.

Love Thy Favicon!

Click on a block to select it..