Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    131
    Plugin Contributions
    0

    help question Integrating Coda Slider

    Hi

    I am trying to integrate Coda Slider into my shop, and have all the relevant files installed into my theme directory.

    It seems to be working, except for the JavaScript.

    I was previously going to use s3Slider, but had a similar problem.

    Obviously, I am doing something wrong... can anyone guide me to what it might be that causes this problem?

    My website is
    http://www.natureswonderland.com.au/ zen_new/

    Thanks,
    Tija
    Last edited by MortalWombat; 13 Dec 2010 at 06:00 AM.

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Integrating Coda Slider

    You want to go back to the s3slider? Back in May I wrote a very nice TUTORIAL on implementing this into Zen-Cart without problems.........at least you shouldn't have any if you follow the directions closely.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    131
    Plugin Contributions
    0

    Default Re: Integrating Coda Slider

    I did actually come across that tuturial of yours when I was trying to implement s3Slider, Get Em Fast. I did, or so I thought, follow your direction, but it didn't end up working for me. Clearly, there's something I'm missing in both cases...

    As I'm not fussed with which slider I use, I'll put back the files I had for the s3Slider and perhaps you could have a look at what's going wrong?

    I would really appreciate it if you could :)

    Thanks again,
    Tija

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Integrating Coda Slider

    Sure Mortal, I should be free in just a few. I'm working with another person on the same thing right now, but we're getting their problem narrowed down really quickly, now. So it shouldn't be but just a few.

    In the mean time, you could be putting everything back in your site per the instructions..............
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    131
    Plugin Contributions
    0

    Default Re: Integrating Coda Slider

    OK - thanks :)

    After posting before, I decided to start again from scratch with the process, but I've ended up with the same result - the pictures, text, etc. load on the page, but the script obviously isn't working properly, as that is all they are - pictures and text.

  6. #6
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Integrating Coda Slider

    On your entry page or your Zen-Cart's Main Page?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  7. #7
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    131
    Plugin Contributions
    0

    Default Re: Integrating Coda Slider

    Sorry - on Zen Cart's main page:
    http://www.natureswonderland.com.au/zen_new/

    Currently, just the sample images are showing, as I haven't yet made any specifically for the slider.

    Edit:
    The directory:
    http://www.natureswonderland.com.au/shop/
    is a separate install, which I'm not currently working on.

  8. #8
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Integrating Coda Slider

    Okay, let's do first things first........You need the regular jquery.js also. You can download it HERE. Look for Current Release....1.4.4.

    Then upload it to your sites' jscript folder, rename it jscript_jquery.js

    Then, you need to get rid of the xslider.js, the s3SiderPacked.js, and maybe the jscript_jquery-1.3.2.min.js if it's no longer needed............I got a feeling that was part of the xSlider, right?

    Then, we'll see where we're at.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  9. #9
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    131
    Plugin Contributions
    0

    Default Re: Integrating Coda Slider

    Oops, I missed xSlider.js & s3SliderPacked.js when I was removing the files to start again... and deleted the newest version of jQuery
    jscript_jquery-1.3.2.min.js was from coda slider.

    Anyway, my messy uploading has been fixed up, and it's now just jscript_jquery.js & jscript_s3Slider.js

  10. #10
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Integrating Coda Slider

    Okay, good. Now, let's change your html code to use the s3slider, instead of just the slider:

    Code:
    <div id="s3slider">
            <ul id="s3sliderContent">
                <li class="s3sliderImage">
                    <a href=""><img src="/zen_new/includes/templates/artiste_de_fleurs/images/example_images/410/1.jpg" alt="1" /></a>
                    <span class="top"><strong>Title text 1</strong><br />Content text...</span>
                </li>
                <li class="s3sliderImage">
                    <a href=""><img src="/zen_new/includes/templates/artiste_de_fleurs/images/example_images/410/2.jpg" alt="2" /></a>
                    <span class="top"><strong>Title text 2</strong><br />Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...</span>
                </li>
                <li class="s3sliderImage">
                    <img src="/zen_new/includes/templates/artiste_de_fleurs/images/example_images/410/3.jpg" alt="3" />
                    <span class="bottom"><strong>Title text 2</strong><br />Content text...</span>
                </li>
                <li class="s3sliderImage">
                    <img src="/zen_new/includes/templates/artiste_de_fleurs/images/example_images/410/4.jpg" alt="4" />
                    <span class="bottom"><strong>Title text 2</strong><br />Content text...</span>
                </li>
                <li class="s3sliderImage">
                    <img src="/zen_new/includes/templates/artiste_de_fleurs/images/example_images/410/5.jpg" alt="5" />
                    <span class="top"><strong>Title text 2</strong><br />Content text...</span>
                </li>
                <div class="clear s3sliderImage"></div>
            </ul>
        </div>

    That should just about do it. If not, we'll see what the problem is from there.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How do I move the define_main_page text from under the slider to above the slider?
    By huntleybill in forum Customization from the Admin
    Replies: 1
    Last Post: 2 Oct 2013, 03:08 AM
  2. Nivo slider?
    By munchie in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 5 Oct 2012, 04:51 AM
  3. TM Slider
    By Banshee032 in forum Addon Templates
    Replies: 7
    Last Post: 17 Feb 2012, 04:17 PM
  4. Slider Images
    By Nuttshell in forum General Questions
    Replies: 2
    Last Post: 4 Jul 2011, 12:53 AM
  5. slider resolution
    By matelots in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 28 Jan 2011, 12:47 AM

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