Page 11 of 75 FirstFirst ... 9101112132161 ... LastLast
Results 101 to 110 of 744
  1. #101
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Thanks, I tried the updated code but still the same. could I send you the tpl.index.php file may be you might see something I don't but understand if you cant.

  2. #102
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by jagall View Post
    Thanks, I tried the updated code but still the same. could I send you the tpl.index.php file may be you might see something I don't but understand if you cant.
    I don't think it's got anything to do with tpl_index_default.php but probably something else. I believe it's related to something else, but can't say what without seeing your site's code and debugging it. And that's beyond forum support, sorry.

  3. #103
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    no worries thanks balihr. I notice on the slideshow that it is trying load 11 images the first one is blank. In banner manager slide1 has been assigned an image but it would appear when going by the buttons that this is actually slide2?
    Another issue which you may be able to shed some light on and that is that fact since installing ZX Slideshow my carousel sideboxes have stopped working, tried changing js files etc but nothing seems to work, I will be posting in the carousel thread also. thanks again sorry for being a pest.

  4. #104
    Join Date
    Apr 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    I've copied everything as stated in the readme. However, when I tried to install the sql patch by copying and pasting the contents in the sql file, I
    had gotten a 403 error.

    I'm using zen cart 1.50

  5. #105
    Join Date
    Apr 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Got it...! I've installed the sql patch by uploading it instead of copying n pasting.

  6. #106
    Join Date
    Apr 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    How can I move the position of the entire slider to right?

  7. #107
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by jagall View Post
    no worries thanks balihr. I notice on the slideshow that it is trying load 11 images the first one is blank. In banner manager slide1 has been assigned an image but it would appear when going by the buttons that this is actually slide2?
    That shouldn't happen since it's only got 10 positions. I have no idea why it's happening.

    Another issue which you may be able to shed some light on and that is that fact since installing ZX Slideshow my carousel sideboxes have stopped working, tried changing js files etc but nothing seems to work, I will be posting in the carousel thread also. thanks again sorry for being a pest.
    Carousel is not working because you deleted or moved jscript/jquery.tools.min.js which runs it. Since there was obviously some bad practice coding done, I suggest you clean it all up and then continue. For example, you have jQuery loading from google (1.4.4) and from your server (1.7.1). jquertools path is hard coded - I know that's how the plugin originally comes, but you should fix that. Once you clean everything up, I believe you'll be error free.

  8. #108
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by industrial View Post
    How can I move the position of the entire slider to right?
    You can edit the stylesheet and add some margin-left... Edit your index_home.css and find this:
    Code:
    .theme-default .nivoSlider {
    	position:relative;
    	background:#fff url("../images/loading.gif") no-repeat 50% 50%;
        margin-bottom:50px;
        -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
        -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
        box-shadow: 0px 1px 5px 0px #4a4a4a;
    }
    Change to
    Code:
    .theme-default .nivoSlider {
    	position:relative;
    	background:#fff url("../images/loading.gif") no-repeat 50% 50%;
        margin-left:20px;
        -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
        -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
        box-shadow: 0px 1px 5px 0px #4a4a4a;
    }
    Of course, you can add any margins you like.

  9. #109
    Join Date
    Nov 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Hi, I have just installed this super slideshow but it doesn't seem to work correctly in Firefox (works perfectly in Chrome and IE). As you can see from my home page www.nameyourgift.ie there seems to be white space at the bottom and right of most images. However if I disable slide5 the slideshow displays as it should however I'm not sure why slide5 is causing the problem? All slides are exactly the same size i.e. 682 x 232. Its strange my slideshow works perfectly on all the other browsers....I would appreciate if anyone can help.

    Many thanks

  10. #110
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by rebelman View Post
    All slides are exactly the same size i.e. 682 x 232.
    Noup. Resize your children_new.jpg to 682x232px and you should be fine... That image is currently 700x250px...

    Have fun.

 

 
Page 11 of 75 FirstFirst ... 9101112132161 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3600
    Last Post: 7 Apr 2024, 05:20 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  3. goMobile Support Thread
    By steveyork136 in forum Addon Templates
    Replies: 29
    Last Post: 26 Aug 2015, 11:56 AM
  4. Frontpage Slideshow [support thread]
    By sport_billy in forum All Other Contributions/Addons
    Replies: 108
    Last Post: 10 Jul 2014, 12:41 PM
  5. SnapShot [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 26 Oct 2012, 08:38 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