Results 1 to 10 of 767

Hybrid View

  1. #1
    Join Date
    Jan 2013
    Location
    Miami
    Posts
    4
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    Since the slideshow is disabled, I can't see what you have. But, did you use images with EXACT same dimensions? Width and height must be exactly the same for all images in used in the slideshow.

    balihr,

    thanks for your response, and yes all images have the same dimensions.

    I' enabling the slideshow for you to take a look.

    Thanks again!!!

  2. #2
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by AmeriDistri View Post
    balihr,

    thanks for your response, and yes all images have the same dimensions.

    I' enabling the slideshow for you to take a look.

    Thanks again!!!
    Hm... This seems to be yet another issue with the module. Why, oh why did I have to update it to the responsive version? It's something I'll need to figure out how to bypass the original banner system and have it not add image dimensions in the code.

    There are 2 possible solutions in your case. One is to add a few lines in your index_home.css file and one is to change your images to 702x200px (or any other height, just make sure width is 702px). If you're going for the latter, you can just add white background and center the image (white on left and right). If you're going with the css version, add the following:
    Code:
    #slider {
    	width:500px;
    	margin:0 auto;
    }

  3. #3
    Join Date
    Jan 2013
    Location
    Miami
    Posts
    4
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    Hm... This seems to be yet another issue with the module. Why, oh why did I have to update it to the responsive version? It's something I'll need to figure out how to bypass the original banner system and have it not add image dimensions in the code.

    There are 2 possible solutions in your case. One is to add a few lines in your index_home.css file and one is to change your images to 702x200px (or any other height, just make sure width is 702px). If you're going for the latter, you can just add white background and center the image (white on left and right). If you're going with the css version, add the following:
    Code:
    #slider {
    	width:500px;
    	margin:0 auto;
    }

    balihr,

    Thanks for the suggestions, but neither one worked, ccs code did nothing and images size was worse, did not showed up.

    I did change the template to classic and didn't have the issue, I guess is a problem with the template.

    Thanks you much!!!!

  4. #4
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by AmeriDistri View Post
    balihr,

    Thanks for the suggestions, but neither one worked, ccs code did nothing and images size was worse, did not showed up.

    Thanks you much!!!!
    Are you sure? I just tested on my local install and the css option does what it's supposed to. Image resize would definitely do the same, but I won't test it now, don't have the time.

    Did you reload the page? Clear cache?

  5. #5
    Join Date
    Jan 2013
    Location
    Miami
    Posts
    4
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    Are you sure? I just tested on my local install and the css option does what it's supposed to. Image resize would definitely do the same, but I won't test it now, don't have the time.

    Did you reload the page? Clear cache?
    Balihr,

    Thanks, I did reload the page, did not clear cache.

    Know that I cleared cache, it's working Thanks.

    I'm going to work on images sizes to fill the whole slideshow, eliminating the white spaces on the sides.

    Thank you for your time, support and great contribution.

  6. #6
    Join Date
    Oct 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    How can I include the slideshow in my current template - uploaded all files, installed it, it's working for classic theme but how can I remove my current slider and force yours?

    Best regards!


    EDIT: Think I pulled it out - added
    Code:
    <!-- begin edit for ZX Slideshow -->
    <?php if(ZX_SLIDESHOW_STATUS == 'true') { ?>
    	<?php require($template->get_template_dir('zx_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/zx_slideshow.php'); ?>
    <?php } ?>    
    <!-- end edit for ZX Slideshow -->
    to my define_main_page where I need it and it seems to work. Do I need any other modifications?
    Last edited by the.rampage.rado; 3 Feb 2013 at 10:42 PM.

  7. #7
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by the.rampage.rado View Post
    How can I include the slideshow in my current template - uploaded all files, installed it, it's working for classic theme but how can I remove my current slider and force yours?

    Best regards!


    EDIT: Think I pulled it out - added
    Code:
    <!-- begin edit for ZX Slideshow -->
    <?php if(ZX_SLIDESHOW_STATUS == 'true') { ?>
    	<?php require($template->get_template_dir('zx_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/zx_slideshow.php'); ?>
    <?php } ?>    
    <!-- end edit for ZX Slideshow -->
    to my define_main_page where I need it and it seems to work. Do I need any other modifications?
    That's not exactly the way it's supposed to be done, but if it works for you, OK...

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3672
    Last Post: 11 Sep 2025, 05:07 PM
  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

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