Page 18 of 79 FirstFirst ... 816171819202868 ... LastLast
Results 171 to 180 of 790
  1. #171
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Andover Modern Template Support Thread

    Hi.Thanks.But I could not find out where is the <script>contents of the jscript_easySlider.js</script> .It does not work if only change two files.
    All I can tell you is to follow those instructions. I have done this successfully many times so the instructions are accurate and do work. I have this marked for a future update of the template package.

    Thanks,

    Anne

  2. #172
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by my8st View Post
    There is a problem under IE8 as the jscript_easySlider.js is being loaded before the jscript_jquery.js file hence the error
    http://www.zen-cart.com/forum/showpo...&postcount=248
    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

    I am just wondering how ans where to enclose the script tag ie <script>contents of the jscript_easySlider.js</script>

    This has been asked multiple times in several threads and received no response other than a link to the above directions.

    I asked the same question. :)

    This fix does appear to work, but the directions aren't very clear for those who may not be familiar with working on these type files and/or sometimes rely on step-by-step instructions.

    Simple five minute answer on how to fix the IE error:

    Using notepad or some other text editing program...

    1. Copy the complete contents of /includes/templates/andover_modern/jscript/jscript_easySlider.js

    2. Paste the contents of that file into a new file
    3. At the very beginning of the NEW file (line 1) add: <script>
    4. At the very end of the NEW file (line 225) add: </script>
    5. Save the NEW file and name it: jscript_easySlider.php
    6. Upload this new file to: /includes/modules/pages/index
    7. Then delete this file: /includes/templates/andover_modern/jscript/jscript_easySlider.js


    Alternative fix:

    1. Grab a copy of the file I've attached to this post, unzip it and upload it to:
    /includes/modules/pages/index

    2. Then delete this file:
    /includes/templates/andover_modern/jscript/jscript_easySlider.js


    Note - I didn't 'create' this fix, I just finally figured out how to implement it and make it work on my site. :)
    (BIG Thank You to Waddtown for figuring it out and posting the fix)

    I have tested it and it does work on both the Andover Modern and Apparel Boutique templates.
    Attached Files Attached Files
    Last edited by Boggled; 17 Jan 2011 at 06:11 AM.
    I'll finish that project tomorrow, I've made enough mistakes today!

  3. #173
    Join Date
    Jan 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by Boggled View Post
    This has been asked multiple times in several threads and received no response other than a link to the above directions.

    I asked the same question. :)

    This fix does appear to work, but the directions aren't very clear for those who may not be familiar with working on these type files and/or sometimes rely on step-by-step instructions.

    Simple five minute answer on how to fix the IE error:

    Using notepad or some other text editing program...

    1. Copy the complete contents of /includes/templates/andover_modern/jscript/jscript_easySlider.js

    2. Paste the contents of that file into a new file
    3. At the very beginning of the NEW file (line 1) add: <script>
    4. At the very end of the NEW file (line 225) add: </script>
    5. Save the NEW file and name it: jscript_easySlider.php
    6. Upload this new file to: /includes/modules/pages/index
    7. Then delete this file: /includes/templates/andover_modern/jscript/jscript_easySlider.js


    Alternative fix:

    1. Grab a copy of the file I've attached to this post, unzip it and upload it to:
    /includes/modules/pages/index

    2. Then delete this file:
    /includes/templates/andover_modern/jscript/jscript_easySlider.js


    Note - I didn't 'create' this fix, I just finally figured out how to implement it and make it work on my site. :)
    (BIG Thank You to Waddtown for figuring it out and posting the fix)

    I have tested it and it does work on both the Andover Modern and Apparel Boutique templates.
    Thanks so much.I finally got it throug duo to your instruction.

  4. #174
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by my8st View Post
    Thanks so much.I finally got it throug duo to your instruction.

    Glad it worked for you.
    I'll finish that project tomorrow, I've made enough mistakes today!

  5. #175
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Andover Modern Template Support Thread

    What I would like to know is if the buttons in the new products centerbox can also be used in css buttons.

    ps for the moment i removed the link to picaflor, but will replace it when I am finished

  6. #176
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by Boggled View Post
    This has been asked multiple times in several threads and received no response other than a link to the above directions.

    I asked the same question. :)

    This fix does appear to work, but the directions aren't very clear for those who may not be familiar with working on these type files and/or sometimes rely on step-by-step instructions.

    Simple five minute answer on how to fix the IE error:

    Using notepad or some other text editing program...

    1. Copy the complete contents of /includes/templates/andover_modern/jscript/jscript_easySlider.js

    2. Paste the contents of that file into a new file
    3. At the very beginning of the NEW file (line 1) add: <script>
    4. At the very end of the NEW file (line 225) add: </script>
    5. Save the NEW file and name it: jscript_easySlider.php
    6. Upload this new file to: /includes/modules/pages/index
    7. Then delete this file: /includes/templates/andover_modern/jscript/jscript_easySlider.js


    Alternative fix:

    1. Grab a copy of the file I've attached to this post, unzip it and upload it to:
    /includes/modules/pages/index

    2. Then delete this file:
    /includes/templates/andover_modern/jscript/jscript_easySlider.js


    Note - I didn't 'create' this fix, I just finally figured out how to implement it and make it work on my site. :)
    (BIG Thank You to Waddtown for figuring it out and posting the fix)

    I have tested it and it does work on both the Andover Modern and Apparel Boutique templates.
    Any ideahow to get the site to validate for W3C XHTML and CSS after doing this, it gives a few errors.

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

    Default Re: Andover Modern Template Support Thread

    Any ideahow to get the site to validate for W3C XHTML and CSS after doing this, it gives a few errors.
    If you post a link to your site I can take a look. All code in the demo is w3c valid xhtml and css:

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

    Thanks,

    Anne

  8. #178
    Join Date
    Oct 2009
    Location
    Great Northwest
    Posts
    80
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Anne,

    I'm having a problem with the maroon/brown header image where the checkout and other options reside. When a user isn't logged in they see this:

    Click image for larger version. 

Name:	Before Login.jpg 
Views:	86 
Size:	33.9 KB 
ID:	8692

    However, when a user logs in and they've added items to their cart the search window and button drop down like this:

    Click image for larger version. 

Name:	After Login.jpg 
Views:	90 
Size:	43.2 KB 
ID:	8691

    It appears there isn't enough space on the line for everything so the search option has to drop to the next line. Where can I adjust this? I have made no changes to the stylesheet other than color changes and adjusting the slider to fit my images.

    Thanks for any help and for a beautiful template....

    Rod

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

    Default Re: Andover Modern Template Support Thread

    Anne,

    I'm having a problem with the maroon/brown header image where the checkout and other options reside. When a user isn't logged in they see this:

    Attachment 8692

    However, when a user logs in and they've added items to their cart the search window and button drop down like this:

    Attachment 8691

    It appears there isn't enough space on the line for everything so the search option has to drop to the next line. Where can I adjust this? I have made no changes to the stylesheet other than color changes and adjusting the slider to fit my images.

    Thanks for any help and for a beautiful template....

    Rod
    Add this:

    Code:
    #navMain ul li a{padding:0;}
    to the bottom of your stylesheet.css

    Thanks,

    Anne

  10. #180
    Join Date
    Oct 2009
    Location
    Great Northwest
    Posts
    80
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Once again thank you!

    Rod

 

 
Page 18 of 79 FirstFirst ... 816171819202868 ... 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