Page 27 of 77 FirstFirst ... 17252627282937 ... LastLast
Results 261 to 270 of 766
  1. #261
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,617
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by spawnie69 View Post
    Not too sure what went wrong but I got a bordered white box after install on 1.39h with the following plugins
    (recover cart, edit orders, ty package tracker, SEO URLS, Sitmaps XML, Image Handler 2)
    The ZX SlideShow is set on flase in my admin.

    No files were overwritten so this is strange to me. Am I overlooking something?
    Thanks for the help if someone can shed some light.

    Here is the site:
    http://gelcandleswholesale.com/
    This is a well known bug in the module... I really need to submit an updated version...

    Find your includes/templates/classic/templates/tpl_index_default.php and change
    Code:
    <?php if(ZX_SLIDESHOW_STATUS == true) { ?>
    to
    Code:
    <?php if(ZX_SLIDESHOW_STATUS == 'true') { ?>
    Currently, the on/off switch doesn't work until you make this change.

  2. #262
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    got it! thanks!

  3. #263
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    I guess it was me who gave that code you used...

    Try this instead:
    Code:
    <?php
    if($this_is_home_page) {
            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 }
    }?>
    Perfect, thank you so much

  4. #264
    Join Date
    Jan 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    OK, here's a solution on how to center ZX Slideshow for all those interested:

    Go to includes/templates/YOUR_TEMPLATE/css/index_home.css and find lines 90-97. Originally, this is how it looks:
    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;
    }
    Now, simply change the code in red with margins of your choice. For those who don't know, the numbers represent "top right bottom left". Change it to something like this if you want the slideshow to be centered:
    Code:
    .theme-default .nivoSlider {
        position:relative;
        background:#fff url("../images/loading.gif") no-repeat 50% 50%;
        margin:0 auto 50px auto;
        -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
        -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
        box-shadow: 0px 1px 5px 0px #4a4a4a;
    }
    This is it, your slideshow should now be centered.

    I tried the above code to center the slideshow but it doesnt work. I have no idea what I am doing wrong.
    My website is a is a "fluid" width site, meaning that its width changes as your customers' browser
    width changes.

    So on my laptop my slideshow looks center and looks fine but if I go to my desktop which wider screen the slideshow shows only to the left leaving a empty space on the right side.

    Can anyone help me... I been at this for a week now and at this point don't know how to fix it. just in case website is secretofbelieving.com

  5. #265
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,617
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by djohanaa View Post
    I tried the above code to center the slideshow but it doesnt work. I have no idea what I am doing wrong.
    My website is a is a "fluid" width site, meaning that its width changes as your customers' browser
    width changes.

    So on my laptop my slideshow looks center and looks fine but if I go to my desktop which wider screen the slideshow shows only to the left leaving a empty space on the right side.

    Can anyone help me... I been at this for a week now and at this point don't know how to fix it. just in case website is secretofbelieving.com
    Please replace the file includes/templates/cherry_zen/jscript/jquery.nivo.slider.pack.js with the one attached (unzip first), clear your cache and see if it works for you. Keep in mind that your images MUST have the same dimensions! Let us all know if it helps you.
    Attached Files Attached Files

  6. #266
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,617
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    I have just submitted an updated version for approval.

    All previous bugs are fixed (I hope) and there are some new features - the slider is now responsive and comes with 4 themes to choose from in the admin section. SQL files have also been updated to avoid duplicate entries in case you run the patches more than once. Uninstall SQL files are also available.

    If anyone wants to get the new version before it's approved, you're welcome to contact me and I'll send it over.

  7. #267
    Join Date
    Jan 2013
    Posts
    7
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Hi!

    After one day exploring, still can't get it work.

    - Page loads all files that needed css+javascript
    - I have uploaded 2 banners grouped slide1 and slide2

    But nothing shows up.
    When I configure Banner Display Groups - Header Position 3 -> slide1:slide2, I see these banners randomly as supposed. But not by the slider.
    Has the modul anything to do with boxes or layout setting configuration?

    There must be something I've missed. Any ideas?
    fun.dada_dot_ee/shop/

    Cheers!

  8. #268
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,617
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by Incule View Post
    Hi!

    After one day exploring, still can't get it work.

    - Page loads all files that needed css+javascript
    - I have uploaded 2 banners grouped slide1 and slide2

    But nothing shows up.
    When I configure Banner Display Groups - Header Position 3 -> slide1:slide2, I see these banners randomly as supposed. But not by the slider.
    Has the modul anything to do with boxes or layout setting configuration?

    There must be something I've missed. Any ideas?
    fun.dada_dot_ee/shop/

    Cheers!
    Notice the part in red - this is what I don't understand. You should NOT do anything there. Don't use any original positions for the slider. All configuration is done under Configuration->ZX Slideshow entry and nowhere else.
    So, for starters, remove those entries and restore the settings in ZX Slideshow back to default and then try again.

  9. #269
    Join Date
    Jan 2013
    Posts
    7
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    Notice the part in red - this is what I don't understand. You should NOT do anything there. Don't use any original positions for the slider. All configuration is done under Configuration->ZX Slideshow entry and nowhere else.
    So, for starters, remove those entries and restore the settings in ZX Slideshow back to default and then try again.
    Thanx for replay :)
    I know I have overdone some things, but only because I looked for the problem :) Just to see my new banner groups "slide1" and "slide2" are working
    Now I removed slide groups from layout settings. And ZX Slideshow setting are default... I never changed these, only activated.
    But, still nothing

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

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by Incule View Post
    Thanx for replay :)
    I know I have overdone some things, but only because I looked for the problem :) Just to see my new banner groups "slide1" and "slide2" are working
    Now I removed slide groups from layout settings. And ZX Slideshow setting are default... I never changed these, only activated.
    But, still nothing
    Can you send a screenshot of your ZX Slideshow config page AND your Banner Manager page?

 

 
Page 27 of 77 FirstFirst ... 17252627282937 ... 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