Page 10 of 79 FirstFirst ... 891011122060 ... LastLast
Results 91 to 100 of 790
  1. #91
    Join Date
    Aug 2005
    Location
    Australia
    Posts
    110
    Plugin Contributions
    1

    Default Java scropt error

    Hello, Thanks for a fantastic template.

    I nearly have my new site perfect but there are a couple of problems.
    Here is the URLhttp://www.gatorz.net.au/
    I get a warning on the home page regarding the slide show and I'm not sure how to fix it. Here is the warning:
    Code:
    Webpage error details
    
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C)
    Timestamp: Wed, 8 Dec 2010 07:31:57 UTC
    
    
    Message: 'jQuery' is undefined
    Line: 30
    Char: 1
    Code: 0
    URI: http://www.gatorz.net.au/includes/templates/andover_modern/jscript/jscript_easySlider.js
    Also when the site is view on any internet explorer that is not the latest version the top of the page is cut off. Any clues on how to fix this would also be appreciated. I don't have access to old browsers but I did see it happen at a friends place the other day.
    Cheers all,

    Gruntre69

    WayCool
    Zen is Way Cool too!

  2. #92
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Andover Modern Template Support Thread

    I get a warning on the home page regarding the slide show and I'm not sure how to fix it.
    I did not write this code it is a gpl javascript. You can contact the author if you like to see if they have a solution. Someone (I am sorry but I can not find the posters name at the moment to give them credit) posted this fix for zen cart:

    The problem is the jscript_easySlider.js is being loaded before the jscript_jquery.js file hence the error

    to solve this I copied the contents of the jscript_easySlider.js file into a new file (you need the enclose it within the script tag ie <script>contents of the jscript_easySlider.js</script> name this new file jscript_easySlider.php and upload it to /includes/modules/pages/index
    Now go back and delete the original jscript_easySlider.js from includes/templates/yourtemplate/jscript
    It sould now work without any errors as the jscript_jquery.js is now loading first

    I hope this helps
    Also when the site is view on any internet explorer that is not the latest version the top of the page is cut off. Any clues on how to fix this would also be appreciated. I don't have access to old browsers but I did see it happen at a friends place the other day.
    I did cross browser testing for ie6, ie7, ie8, firefox, opera, safari, and chrome. The template will show perfectly in all of these browsers if you have not changed anything and are using the layout as seen in the demo:

    http://www.picaflor-azul.com/free-de...andover_modern

    If you have made any modifications or are not using the default layout then you will have to do cross browser testing again.

  3. #93
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I did not write this code it is a gpl javascript. You can contact the author if you like to see if they have a solution. Someone (I am sorry but I can not find the posters name at the moment to give them credit) posted this fix for zen cart:





    I did cross browser testing for ie6, ie7, ie8, firefox, opera, safari, and chrome. The template will show perfectly in all of these browsers if you have not changed anything and are using the layout as seen in the demo:

    http://www.picaflor-azul.com/free-de...andover_modern

    If you have made any modifications or are not using the default layout then you will have to do cross browser testing again.
    Love this template! Thank you for offering it to the community. :)

    Like some others, I too get the 'Done, but with errors' issue when viewing it in IE. I noticed the same thing with your demo versions. I temporarily removed the slider from the homepage but still had the same error message.

    I tried the fix suggested in the "All Business" template support thread in THIS POST but I must not have done it in the correct file because it didn't correct the issue.

    In that thread you stated you planned to add the fix to the next release of that template, so I was hoping you could help.

    Can you tell me where/how exactly this change needs to be made?

    Thanks!
    I'll finish that project tomorrow, I've made enough mistakes today!

  4. #94
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Andover Modern Template Support Thread

    Quote:
    Originally Posted by picaflor-azul View Post
    I did not write this code it is a gpl javascript. You can contact the author if you like to see if they have a solution. Someone (I am sorry but I can not find the posters name at the moment to give them credit) posted this fix for zen cart:





    I did cross browser testing for ie6, ie7, ie8, firefox, opera, safari, and chrome. The template will show perfectly in all of these browsers if you have not changed anything and are using the layout as seen in the demo:

    http://www.picaflor-azul.com/free-de...andover_modern

    If you have made any modifications or are not using the default layout then you will have to do cross browser testing again.
    Love this template! Thank you for offering it to the community. :)

    Like some others, I too get the 'Done, but with errors' issue when viewing it in IE. I noticed the same thing with your demo versions. I temporarily removed the slider from the homepage but still had the same error message.

    I tried the fix suggested in the "All Business" template support thread in THIS POST but I must not have done it in the correct file because it didn't correct the issue.

    In that thread you stated you planned to add the fix to the next release of that template, so I was hoping you could help.

    Can you tell me where/how exactly this change needs to be made?

    Thanks!
    My best advice is to follow the instructions in this post:

    http://www.zen-cart.com/forum/showpo...&postcount=248

    You can also try contacting the author of the javascript:

    http://cssglobe.com/post/4004/easy-s...in-for-sliding

  5. #95
    Join Date
    Aug 2005
    Location
    Australia
    Posts
    110
    Plugin Contributions
    1

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I did not write this code it is a gpl javascript. You can contact the author if you like to see if they have a solution. Someone (I am sorry but I can not find the posters name at the moment to give them credit) posted this fix for zen cart:





    I did cross browser testing for ie6, ie7, ie8, firefox, opera, safari, and chrome. The template will show perfectly in all of these browsers if you have not changed anything and are using the layout as seen in the demo:

    http://www.picaflor-azul.com/free-de...andover_modern

    If you have made any modifications or are not using the default layout then you will have to do cross browser testing again.
    OK thanks for that, I'll try the JS fix. can you point me in the right direction of which file to look for the changes to get the header displaying correctly?
    Cheers all,

    Gruntre69

    WayCool
    Zen is Way Cool too!

  6. #96
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Andover Modern Template Support Thread

    OK thanks for that, I'll try the JS fix. can you point me in the right direction of which file to look for the changes to get the header displaying correctly?
    More than likely it will be the stylesheet.

  7. #97
    Join Date
    Sep 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    I need help I just implemented your template but I am having problems with a Aqua sidebar I cant get to go away, my site is fragranceparadisex.com

  8. #98
    Join Date
    Sep 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    I need help I just implemented your template but I am having problems with a Aqua sidebar I cant get to go away, my site is fragranceparadisex.com. Im sorry if i didnt post correctly, I'm new to this

  9. #99
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Andover Modern Template Support Thread

    I need help I just implemented your template but I am having problems with a Aqua sidebar I cant
    This template is designed as a 2 column layout. If you want to convert it to a 3 column layout you will have to add the styles. See the install.txt for all of the recommended admin settings to make the template look exactly like the demo.

  10. #100
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    My best advice is to follow the instructions in this post:

    http://www.zen-cart.com/forum/showpo...&postcount=248

    You can also try contacting the author of the javascript:

    http://cssglobe.com/post/4004/easy-s...in-for-sliding

    I did follow the instructions (which were a bit vague) in that post. As I said in my post, either I didn't do them correctly or it wasn't the fix because it did not work.

    I notice your design website appears to have a very similar template and the same slider, but doesn't have this issue. How did you resolve the problem?
    I'll finish that project tomorrow, I've made enough mistakes today!

 

 
Page 10 of 79 FirstFirst ... 891011122060 ... LastLast

Similar Threads

  1. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  2. v151 Andover Modern - Site rebuild Problems
    By Rizla in forum Addon Templates
    Replies: 4
    Last Post: 4 May 2014, 09:49 AM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR