Page 6 of 6 FirstFirst ... 456
Results 51 to 57 of 57
  1. #51
    Join Date
    Jul 2010
    Posts
    243
    Plugin Contributions
    5

    Default Re: ACoin Homepage Slider Support

    brandonturpin : sorry for the late reply. the problem was my fault and it is fixed by not correctly installing. One thing I cannot change however are the timings between the changing slides,

    <script type="text/javascript" src="includes/templates/Custom/jscript/jscript_coin-slider.js"></script>
    <script type="text/javascript" src="includes/templates/Custom/jscript/jscript_coin-slider.min.js"></script>

    In both of these files I have changed delay: 1000000000000
    but it has no effect on the speed of the slides, each only appearing for about 3 seconds.

    Any ideas what I have done wrong?
    TIA

  2. #52
    Join Date
    Jul 2011
    Posts
    17
    Plugin Contributions
    0

    Default Re: ACoin Homepage Slider Support

    Hey everyone,

    I installed ACoin Homepage Slider on my 1.5.1 zencart installation. It seemed to work fine, however for some reason the images and links are out of sync. The first image appears as the second one (in my case an image of a wintry pond with another image in it (slide1)). Once I click on this image (so: the second one) I'm forwarded to the page that should link to the next (third) image.

    Also, the navigation (let's call them squares or blocks?) underneath the slider images are not working as they should be. Some of them work, some of them are linking to the wrong image etc.

    Does someone know what is happening here?

    See: www. plantmania .nl/ ws2 (delete the spaces)

  3. #53
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: ACoin Homepage Slider Support

    Quote Originally Posted by Sjoukito View Post
    Hey everyone,

    I installed ACoin Homepage Slider on my 1.5.1 zencart installation. It seemed to work fine, however for some reason the images and links are out of sync. The first image appears as the second one (in my case an image of a wintry pond with another image in it (slide1)). Once I click on this image (so: the second one) I'm forwarded to the page that should link to the next (third) image.

    Also, the navigation (let's call them squares or blocks?) underneath the slider images are not working as they should be. Some of them work, some of them are linking to the wrong image etc.

    Does someone know what is happening here?

    See: www. plantmania .nl/ ws2 (delete the spaces)
    Can you post the code from your define_main_page.php
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  4. #54
    Join Date
    Jul 2011
    Posts
    17
    Plugin Contributions
    0

    Default Re: ACoin Homepage Slider Support

    This is the code I use on my define page.
    I cant find anything wrong in it, I hope you can though because than the problem can be solved.

    Code:
    <div id='coin-slider'>
        <a href="index.php?main_page=page_5" target="_self">
            <img src='includes/templates/Nickswebdesign/images/slide1.jpg' >
        </a>
        <a href="index.php?main_page=index&cPath=108" target="_self">
            <img src='includes/templates/Nickswebdesign/images/slide2.jpg' >
        </a>
        <a href="index.php?main_page=index&cPath=2" target="_self">
            <img src='includes/templates/Nickswebdesign/images/slide3.jpg' >
        </a>
        <a href="index.php?main_page=index&cPath=8_9" target="_self">
            <img src='includes/templates/Nickswebdesign/images/slide4.jpg' >
        </a>
         <a href="index.php?main_page=index&cPath=72_74" target="_self">
            <img src='includes/templates/Nickswebdesign/images/slide5.jpg' >   
        </a>
         <a href="index.php?main_page=contact_us" target="_self">
            <img src='includes/templates/Nickswebdesign/images/slide6.jpg' >   
        </a>
    </div>
    
    
    <script type="text/javascript">
       $(document).ready(function() {
        $('#coin-slider').coinslider({ width: 700, height: 270, navigation: true, delay: 5000 , effect: 'none'});
        });
    </script>
    
    <!-- Effects to place in JS above
    width: 565, // width of slider panel
    height: 290, // height of slider panel
    spw: 7, // squares per width
    sph: 5, // squares per height
    delay: 3000, // delay between images in ms
    sDelay: 30, // delay beetwen squares in ms
    opacity: 0.7, // opacity of title and navigation
    titleSpeed: 500, // speed of title appereance in ms
    effect: '', // random, swirl, rain, straight
    navigation: true, // prev next and buttons
    links : true, // show images as links
    hoverPause: true // pause on hover
    -->

  5. #55
    Join Date
    Jul 2011
    Posts
    17
    Plugin Contributions
    0

    Default Re: ACoin Homepage Slider Support

    Does annyone know the answer to this problem?

  6. #56
    Join Date
    Feb 2009
    Posts
    33
    Plugin Contributions
    0

    Default Re: ACoin Homepage Slider Support

    I am running Zen Cart 1.3.9h and don't know a whole lot about html, but I've figured lots of things out on my own. I'm having trouble getting the slide to "slide". Right now (and I've removed the images because people actually come to my site and I don't want them to see it), I am getting this. One image stacked on top of the other. Any help would be great! Thanks!

    Name:  testing.jpg
Views: 51
Size:  40.4 KB

  7. #57
    Join Date
    Feb 2013
    Location
    Southampton, United Kingdom
    Posts
    40
    Plugin Contributions
    0

    Default Re: ACoin Homepage Slider Support

    Hi.

    I have installed acoin slider and it is just displaying the three slides under each other. Any ideas? site is wwwdotbikeporndotcodotuk

    Thanks in advance

    Phil

 

 
Page 6 of 6 FirstFirst ... 456

Similar Threads

  1. Rotating Image Slider [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 8 Jun 2018, 02:16 AM
  2. 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
  3. Homepage slider & load issues
    By IAINMCG in forum General Questions
    Replies: 3
    Last Post: 20 Mar 2013, 12:02 AM
  4. HTML5 slider on my homepage won't validate
    By amirshawn80 in forum General Questions
    Replies: 2
    Last Post: 9 May 2012, 09:46 AM
  5. XML slider on homepage using iFrame
    By laavllc in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Feb 2010, 02:41 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