Page 45 of 77 FirstFirst ... 35434445464755 ... LastLast
Results 441 to 450 of 766
  1. #441
    Join Date
    Apr 2005
    Location
    TN
    Posts
    94
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    OK 3 hours of searching and cannot find how to fix the size of the banner?
    The banners should be 440 width and 200 height
    They come out MUCH larger on the site

    1) Yes all banners are the same size
    2) only javascripts I have are for zx slideshow
    3) groups are correct slide1, slide2
    3) website www . all just for fun dot com

    NOTE!!!!!
    (Technically Adult content but no content other than auto install - Just for the future when there will be Adult Content on the site this is your warning!)

    I figured this would be automatic as there is no place in the admin to specify width and height etc. and I have found nothing in any searches on here or in google even referencing this issue (of course this forum is notorious for having search deficit disorder) :)

    Or is it plain as day and I am I just being stupid? (high possibility)

    Thanks
    Dan
    Using version v1.5.7b

  2. #442
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,617
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by bubbadan View Post
    OK 3 hours of searching and cannot find how to fix the size of the banner?
    The banners should be 440 width and 200 height
    They come out MUCH larger on the site
    Actually, this has been asked before, I remember answering... But, I have no idea where that post is, plus it might be difficult to realize it's the same issue.

    Your site is using a fluid width layout, meaning you don't have a fixed width as most sites do. Your site will expand over the entire screen which is IMHO a totally unfriendly solution. For example, I have a 24" screen and I literally have to move my head left and right to get all of your content...
    Anyway, the problem is with your fluid layout. ZX Slideshow is responsive meaning it will adapt to it's parent container dimensions. Since your parent container doesn't have any specified dimensions and is meant to fill in all the available area, ZX Slideshow will inherit that and will do the same. A quick and dirty solution would be to manually specify the dimensions of the slideshow in your index_home.css, something like this:
    Code:
    .slider-wrapper {
    	width:440px;
    	height:250px; /* might need some adjustment */
    	margin: 0 auto; /* this is used to center the slideshow */
    }
    A better solution would be to set your template's max-width, but perhaps you prefer the fluid layout...

  3. #443
    Join Date
    Apr 2005
    Location
    TN
    Posts
    94
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    ahhhh yes... OF COURSE! Duh again!
    Customer wants responsive as they have many clients who use phones, ipads etc. (I guess it is more discreet or something?..... I don't know)

    Thanks for your insight - I will attempt the fix this evening and let you know what happens!

    Thanks again!
    Dan (Bubba)
    Using version v1.5.7b

  4. #444
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,617
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by bubbadan View Post
    Customer wants responsive as they have many clients who use phones, ipads etc. (I guess it is more discreet or something?..... I don't know)
    Well, your template is NOT responsive, it's actually an obsolete fluid width template... It's actually nowhere near optimized for mobile devices. Fluid width template doesn't not mean responsive, don't mix those terms.
    Have fun!

  5. #445
    Join Date
    Apr 2005
    Location
    TN
    Posts
    94
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    it worked and yup... you are right. Back to the drawing board. :) (no biggy just my first try at this)
    Using version v1.5.7b

  6. #446
    Join Date
    Feb 2010
    Posts
    237
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    I have been using the original version of ZC Slideshow successfully for almost a year. It has been working great.

    For other reasons, I need to remove the slideshow.

    I have removed all the files and the slideshow went away. My problem is this.

    Since removing the slideshow, the Tabbed Products Pro addon quit working. Everything seems to be there eg. <!--%Specs%--> but it doesn't show the tabs, just the content that would be in the tabs.

    Any help in pointing me in the right direction would be greatly appreciated.

    I am using 1.5.0. The site is http://poolcuesexpress.com/testsite

    Dave

  7. #447
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,617
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by top hatt View Post
    I have been using the original version of ZC Slideshow successfully for almost a year. It has been working great.

    For other reasons, I need to remove the slideshow.

    I have removed all the files and the slideshow went away. My problem is this.

    Since removing the slideshow, the Tabbed Products Pro addon quit working. Everything seems to be there eg. <!--%Specs%--> but it doesn't show the tabs, just the content that would be in the tabs.

    Any help in pointing me in the right direction would be greatly appreciated.

    I am using 1.5.0. The site is http://poolcuesexpress.com/testsite

    Dave
    Are you sure that the ONLY change you had made was removing ZX Slideshow? If you say Yes, I'm afraid I'll have to disagree.

    Disable minify and you should be OK (CSS/JS Loader).

  8. #448
    Join Date
    Feb 2010
    Posts
    237
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Sorry - I forgot that I tried the minify. I had tried so many things apparently I forgot to put that setting back.

    Thanks for pointing it out to me. Tabbed Products works now.

    Dave

  9. #449
    Join Date
    Jun 2013
    Location
    Goodyear, Arizona, United States
    Posts
    15
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Got a quick question for you. I'm not very familiar with php however, I would like to add alt tags to the slides. I looked in the banner manager and going bonkers with firebug but no luck yet. At the moment i'm looking at the zx_slideshow.php file but not being very familiar with php makes it a bit complicated. Any pointers? The site is www.chainvapes.com

  10. #450
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,617
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by bullryder13 View Post
    Got a quick question for you. I'm not very familiar with php however, I would like to add alt tags to the slides. I looked in the banner manager and going bonkers with firebug but no luck yet. At the moment i'm looking at the zx_slideshow.php file but not being very familiar with php makes it a bit complicated. Any pointers? The site is www.chainvapes.com
    I'm not sure what you're talking about, but alt tags are already there... Banner Title is used for alt tags... Check your source code and you'll see it's there.

 

 
Page 45 of 77 FirstFirst ... 35434445464755 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3668
    Last Post: 7 Jun 2025, 11:33 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 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