Page 1 of 2 12 LastLast
Results 1 to 10 of 767

Hybrid View

  1. #1
    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

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

    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.

  3. #3
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    Plugin Contributions
    22

    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.

  4. #4
    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!

  5. #5
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    Plugin Contributions
    22

    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.

  6. #6
    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

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

    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?

  8. #8
    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 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.
    Hi Balihr

    Just loaded the files for 2.0.1 ZC 1.5.1
    I ran the uninstall SQL for 1.5.x
    then ran the install SQL for 1.5.x
    but got the old 'WARNING: An Error occurred, please refresh the page and try again.'
    debug log...

    [21-Jan-2013 23:08:59] PHP Fatal error: 1062uplicate entry 'ZX_SLIDESHOW_STATUS' for key 'unq_config_key_zen' :: INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'ZX Slideshow', 'ZX_SLIDESHOW_STATUS', 'false', 'Activate ZX Slideshow for the main page', @configuration_group_id, 1, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), (NULL, 'Slideshow Theme', 'ZX_SLIDESHOW_THEME', 'default', 'Select your theme', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'default\', \'light\', \'dark\', \'bar\'),'), (NULL, ' Effect', 'ZX_SLIDESHOW_EFFECT', 'fade', 'Effect used for image transition', @configuration_group_id, 3, NOW(), NULL, 'zen_cfg_select_option(array(\'sliceDown\', \'sliceDownLeft\', \'sliceUp\', \'sliceUpLeft\', \'sliceUpDown\', \'sliceUpDownLeft\', \'fold\', \'fade\', \'random\', \'slideInRight\', \'slideInLeft\', \'boxRandom\', \'boxRain\', \'boxRainReverse\', \'boxRainGrow\', \'boxRainGrowReverse\'),'), (NULL, 'Slideshow Animation Speed', 'ZX_SLIDESHOW_ANIM_SPEED', '500', 'Slide transition speed in miliseconds', @configuration_group_id, 4, NOW(), NULL, NULL), (NULL, 'Slideshow Pause Time', 'ZX_SLIDESHOW_PAUSE', '4000', 'How long each slide will show in miliseconds', @configuration_group_id, 5, NOW(), NULL, NULL), (NULL, 'Slideshow Navigation Arrows', 'ZX_SLIDESHOW_NAV', 'true', 'Show Prev/Next navigation arrows', @configuration_group_id, 6, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), (NULL, 'Slideshow Navigation Hide', 'ZX_SLIDESHOW_NAV_HIDE', 'true', 'Show Prev/Next navigation arrows only on hover', @configuration_group_id, 7, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), (NULL, 'Slideshow Numbered Navigation', 'ZX_SLIDESHOW_CONTROL_NAV', 'true', 'Show 1,2,3... navigation', @configuration_group_id, 8, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), (NULL, 'Slideshow Pause on Hover', 'ZX_SLIDESHOW_HOVER_PAUSE', 'true', 'Stop animation while hovering', @configuration_group_id, 9, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), (NULL, 'Slideshow Captions', 'ZX_SLIDESHOW_CAPTION_OPACITY', '0.8', 'Caption opacity (set to 0 for invisible)', @configuration_group_id, 10, NOW(), NULL, NULL), (NULL, 'Banner Display Groups - Slide1', 'ZX_SLIDESHOW_BANNERS_GROUP_SET9', 'slide1', 'Slide 1', @configuration_group_id, 30, NOW(), NULL, NULL), (NULL, 'Banner Display Groups - Slide2', 'ZX_SLIDESHOW_BANNERS_GROUP_SET10', 'slide2', 'Slide 2', @configuration_group_id, 31, NOW(), NULL, NULL), (NULL, 'Banner Display Groups - Slide3', 'ZX_SLIDESHOW_BANNERS_GROUP_SET11', 'slide3', 'Slide 3', @configuration_group_id, 32, NOW(), NULL, NULL), (NULL, 'Banner Display Groups - Slide4', 'ZX_SLIDESHOW_BANNERS_GROUP_SET12', 'slide4', 'Slide 4', @configuration_group_id, 33, NOW(), NULL, NULL), (NULL, 'Banner Display Groups - Slide5', 'ZX_SLIDESHOW_BANNERS_GROUP_SET13', 'slide5', 'Slide 5', @configuration_group_id, 34, NOW(), NULL, NULL), (NULL, 'Banner Display Groups - Slide6', 'ZX_SLIDESHOW_BANNERS_GROUP_SET14', 'slide6', 'Slide 6', @configuration_group_id, 35, NOW(), NULL, NULL), (NULL, 'Banner Display Groups - Slide7', 'ZX_SLIDESHOW_BANNERS_GROUP_SET15', 'slide7', 'Slide 7', @configuration_group_id, 36, NOW(), NULL, NULL), (NULL, 'Banner Display Groups - Slide8', 'ZX_SLIDESHOW_BANNERS_GROUP_SET16', 'slide8', 'Slide 8', @configuration_group_id, 37, NOW(), NULL, NULL), (NULL, 'Banner Display Groups - Slide9', 'ZX_SLIDESHOW_BANNERS_GROUP_SET17', 'slide9', 'Slide 9', @configuration_group_id, 38, NOW(), NULL, NULL), (NULL, 'Banner Display Groups - Slide10', 'ZX_SLIDESHOW_BANNERS_GROUP_SET18', 'slide10', 'Slide 10', @configuration_group_id, 39, NOW(), NULL, NULL), (NULL, 'ZX Slideshow Version', 'ZX_SLIDESHOW_VERSION', '2.0', 'Currently using: <strong>v2.0</strong><br />Module brought to you by <a href="http://www.zenexpert.com" target="_blank">ZenExpert</a>', @configuration_group_id, 50, NOW(), NULL, 'zen_cfg_select_option(array(\'2.0\'),'); in C:\wamp\www\mylocalsite\includes\classes\db\mysql\query_factory.php on line 120

    [21-Jan-2013 23:08:59] PHP Stack trace:

    [21-Jan-2013 23:08:59] PHP 1. {main}() C:\wamp\www\mylocalsite\myadmin\sqlpatch.php:0

    [21-Jan-2013 23:08:59] PHP 2. executeSql() C:\wamp\www\mylocalsite\myadmin\sqlpatch.php:671

    [21-Jan-2013 23:08:59] PHP 3. queryFactory->Execute() C:\wamp\www\mylocalsite\myadmin\sqlpatch.php:304

    [21-Jan-2013 23:08:59] PHP 4. queryFactory->set_error() C:\wamp\www\mylocalsite\includes\classes\db\mysql\query_factory.php:227

    [21-Jan-2013 23:08:59] PHP 5. queryFactory->show_error() C:\wamp\www\mylocalsite\includes\classes\db\mysql\query_factory.php:105

    [21-Jan-2013 23:08:59] PHP 6. trigger_error() C:\wamp\www\mylocalsite\includes\classes\db\mysql\query_factory.php:120

    Any clues gratefully received, Thanks

  9. #9
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    Plugin Contributions
    22

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by picandnix View Post
    Hi Balihr

    Just loaded the files for 2.0.1 ZC 1.5.1
    I ran the uninstall SQL for 1.5.x
    then ran the install SQL for 1.5.x
    but got the old 'WARNING: An Error occurred, please refresh the page and try again.'
    Any clues gratefully received, Thanks
    The uninstall patch does NOT work for the original version as it won't remove database entries used by the old version. I'm afraid you'll need to remove those entries manually from the DB. Hint: it's the banner groups...

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

    Default Re: ZX Slideshow official thread

    2.0.1 working great!

    Are you going to add more themes?

 

 
Page 1 of 2 12 LastLast

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