Page 59 of 77 FirstFirst ... 949575859606169 ... LastLast
Results 581 to 590 of 762
  1. #581
    Join Date
    Jan 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by flameproof View Post
    For some unknown reasons I can't find 'ZX' in the Admin > Configuration menu. ........
    Update: I saw the free westminster_new theme and it's really very close to what I like. I will go on with that theme.

  2. #582
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,540
    Plugin Contributions
    9

    Default Responsive Background

    I've been searching and twisting this slideshow and doesn't do what I want. I apologize if this has been asked before.

    I have a slideshow on wfcomputerpr.com. As you can see I have a background image to accommodate the images inside. The issue here is that the background image is not adjusting as the others do in responsive environment. What should I do in this case?
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  3. #583
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,616
    Plugin Contributions
    19

    Default Re: Responsive Background

    Quote Originally Posted by ideasgirl View Post
    I have a slideshow on wfcomputerpr.com. As you can see I have a background image to accommodate the images inside. The issue here is that the background image is not adjusting as the others do in responsive environment. What should I do in this case?
    Interesting request. :) Take a look at stackoverflow solution. Adding
    Code:
    background-size:contain;
    background-position:center;
    to the first line in index_home.css does the trick, but some further styling WILL be required. You might consider some @media max-width rules to improve it...

  4. #584
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,540
    Plugin Contributions
    9

    Default Re: Responsive Background

    Interesting request. :) Take a look at stackoverflow solution. Adding
    Thanks! I tried that approach (your suggestion) but then each image will constrain differently, and it will throw off the padding created to make them center properly.

    You might consider some @media max-width rules to improve it...
    I have max-width and height in place, not sure if changing to your suggestion will change the result to a successful display, will it?
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  5. #585
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,616
    Plugin Contributions
    19

    Default Re: Responsive Background

    Quote Originally Posted by ideasgirl View Post
    Thanks! I tried that approach (your suggestion) but then each image will constrain differently, and it will throw off the padding created to make them center properly.


    I have max-width and height in place, not sure if changing to your suggestion will change the result to a successful display, will it?
    I'm not sure why you combined padding on parent div and margin on child, but that's what set you off on the wrong track. I got it working, but it still needs additional @media queries to make it work with different screen sizes...
    Code:
    .slider-wrapper.theme-default {
    	background-image:url("../images/slider-bg.png");
    	background-repeat:no-repeat;
    	background-size:contain;
    	padding-left:53px;
    	padding-top:49px;
    }
    .theme-default .nivoSlider {
    	background:url("../images/loading.gif") no-repeat scroll 50% 50% #fff;
    	max-height:300px;
    	max-width:600px;
    	position: relative;
    }
    Now, find your breakpoints and change 53px and 49px to whatever is necessary to get it properly aligned for those screen sizes. That's as far as I can go with this, don't have time to play with it some more, sorry.

    Regards,
    Leonard

  6. #586
    Join Date
    Mar 2009
    Posts
    88
    Plugin Contributions
    0

    Default Re: Responsive Background

    I absolutely love this mod! Exactly what I was looking for! One question. I put some pics in just to test out and everything works great. Then I resized the images, deleted the original images off my site and uploaded the resized images. My slideshow still shows the original sized images. I deleted the banners and made new ones , that didn't work. I renamed the pictures, that didn't work. Why is my slideshow using the incorrect image sizes? Is there some cache I need to clear?

  7. #587
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Responsive Background

    Quote Originally Posted by hflsales View Post
    I absolutely love this mod! Exactly what I was looking for! One question. I put some pics in just to test out and everything works great. Then I resized the images, deleted the original images off my site and uploaded the resized images. My slideshow still shows the original sized images. I deleted the banners and made new ones , that didn't work. I renamed the pictures, that didn't work. Why is my slideshow using the incorrect image sizes? Is there some cache I need to clear?
    Suggest using FTP and removing the first set of images you uploaded from your servers.. I'm pretty sure that the delete function form the admin doesn't always remove the file from the servers..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #588
    Join Date
    Mar 2009
    Posts
    88
    Plugin Contributions
    0

    Default Re: Responsive Background

    Quote Originally Posted by DivaVocals View Post
    Suggest using FTP and removing the first set of images you uploaded from your servers.. I'm pretty sure that the delete function form the admin doesn't always remove the file from the servers..
    Yes, I deleted all of my images with filezilla, renamed them, uploaded them again with the new names. It still uses the original image sizes. The original pics were all different heights, the ones I resized & renamed all have the same height. heels4less .com
    Last edited by hflsales; 27 Feb 2015 at 01:45 AM.

  9. #589
    Join Date
    Mar 2009
    Posts
    88
    Plugin Contributions
    0

    Default Re: Responsive Background

    Okay, I figured it out. I guess all of the images have to be the exact width & height. Once I made all the pics the exact same size, it worked.

  10. #590
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,616
    Plugin Contributions
    19

    Default Re: Responsive Background

    Quote Originally Posted by hflsales View Post
    Okay, I figured it out. I guess all of the images have to be the exact width & height. Once I made all the pics the exact same size, it worked.
    Sorry, could reply sooner...

    You guessed it right! :) Yes, images should be same width and height, otherwise the responsive features come into action. You have a preset width, which is usually the parent container (mostly main content width). ZX Slideshow will take your image, resize it to fit the container and of course, keep aspect ratio. If your slides have different dimensions, it will look like it jumping up and down, but that's the downside of a responsive feature. If your slides are same width and height, it will look good.

 

 
Page 59 of 77 FirstFirst ... 949575859606169 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3662
    Last Post: 30 Apr 2025, 04:14 AM
  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