Page 68 of 75 FirstFirst ... 18586667686970 ... LastLast
Results 671 to 680 of 744
  1. #671
    Join Date
    Jul 2020
    Location
    USA
    Posts
    88
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    No, it doesn't display captions - I removed it because most people didn't want it and it can no longer be disabled from the admin (the new version of Nivo Slider controls it only from CSS, no more control from javascript).

    If you want to enable captions, edit includes/functions/extra_functions/zx_banner.php
    Find line 68:
    Code:
    $banner_string = '<img src="' . DIR_WS_IMAGES . $banner->fields['banners_image'] . '" alt="'. $banner->fields['banners_title'].'">';
    and replace with
    Code:
    $banner_string = '<img src="' . DIR_WS_IMAGES . $banner->fields['banners_image'] . '" alt="'. $banner->fields['banners_title'].'" title="'. $banner->fields['banners_title'].'">';
    Find line 71:
    Code:
    $banner_string = '<a href="' . zen_href_link(FILENAME_REDIRECT, 'action=banner&goto=' . $banner->fields['banners_id']) . '" target="_blank">' . '<img src="' . DIR_WS_IMAGES . $banner->fields['banners_image'] . '" alt="'. $banner->fields['banners_title'].'"></a>';
    and replace with
    Code:
    $banner_string = '<a href="' . zen_href_link(FILENAME_REDIRECT, 'action=banner&goto=' . $banner->fields['banners_id']) . '" target="_blank">' . '<img src="' . DIR_WS_IMAGES . $banner->fields['banners_image'] . '" alt="'. $banner->fields['banners_title'].'" title="'. $banner->fields['banners_title'].'" ></a>';
    Find line 73:
    Code:
    $banner_string = '<a href="' . zen_href_link(FILENAME_REDIRECT, 'action=banner&goto=' . $banner->fields['banners_id']) . '">' . '<img src="' . DIR_WS_IMAGES . $banner->fields['banners_image'] . '" alt="'. $banner->fields['banners_title'].'"></a>';
    and replace with
    Code:
    $banner_string = '<a href="' . zen_href_link(FILENAME_REDIRECT, 'action=banner&goto=' . $banner->fields['banners_id']) . '">' . '<img src="' . DIR_WS_IMAGES . $banner->fields['banners_image'] . '" alt="'. $banner->fields['banners_title'].'" title="'. $banner->fields['banners_title'].'"></a>';
    You might need to play with CSS after doing this.

    Regards,
    Leonard
    I added captions back to this using the above post. This works only when the link is opened in a new window. If you opt for same window the caption does not show. How would I change that?

  2. #672
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by Fuzztrip View Post
    Is there a way to resize the slideshow? I've checked config/zxslideshow and a bunch other places I thought it might be, but no luck. Right now it is too big

    1.5.7.
    fuzztrip.com
    I'm pretty sure this has been asked and answered before, but yeah, it's 60+ pages so it's quite hard to find it. The width/height settings have been removed from the initial release when the slider was made responsive (version 2.0).
    Since your site is in maintenance mode, I can't see how you configured it, but if you need to limit the slider's width, you need to add a parent container and set it's width (or max-width) in css.

  3. #673
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by Fuzztrip View Post
    I added captions back to this using the above post. This works only when the link is opened in a new window. If you opt for same window the caption does not show. How would I change that?
    I don't think you followed the instruction properly. I just added it to the demo site and "slide 1" and "slide 2" are set to open in the same window, and "slide 3" opens in a new window - all 3 slides show captions just fine. Are you sure you changed all 3 lines in the zx_banner.php file?

  4. #674
    Join Date
    Jul 2020
    Location
    USA
    Posts
    88
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    I'm pretty sure this has been asked and answered before, but yeah, it's 60+ pages so it's quite hard to find it.
    Yes, I must have missed it. Thanks for the info!

  5. #675
    Join Date
    Jul 2020
    Location
    USA
    Posts
    88
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    I don't think you followed the instruction properly. I just added it to the demo site and "slide 1" and "slide 2" are set to open in the same window, and "slide 3" opens in a new window - all 3 slides show captions just fine. Are you sure you changed all 3 lines in the zx_banner.php file?
    I somehow missed the third line, or didn't save it or something. Works great!! Thanks!

  6. #676
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    258
    Plugin Contributions
    0

    Default Re: ZX Slideshow support thread

    Quote Originally Posted by balihr View Post
    I have just submitted Zen Cart Slideshow module to the contributions section, hopefully it will get approved soon.

    It's based on the popular Nivo Slider which allows you to create your own slideshow on the main page, uses jQuery and is completely controlled from the admin - this means no more messing with code or FTP, everything is done from the admin section. It utilizes the native Banner Management system to give you full control.

    You can add up to 10 slides, but can also make your slideshow even more interesting because you have the ability to add multiple images for one banner position so each time a random image is loaded.

    There are 16 slide effects to choose from. You can also adjust how long each slide will be displayed as well as if it will pause when hovered.

    Here are some screenshots:
    Attachment 10436Attachment 10437

    I'll do my best to provide support for the module, but can't guarantee anything.
    Hi! This looks like a cool option! I see it’s up to version 1.5.6, but I’m wondering if anyone tried this on 1.5.7c? I am also using the ZCA Bootstrap template. Any idea if it would work?

  7. #677
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: ZX Slideshow support thread

    Quote Originally Posted by gizmo_girl View Post
    Hi! This looks like a cool option! I see it’s up to version 1.5.6, but I’m wondering if anyone tried this on 1.5.7c? I am also using the ZCA Bootstrap template. Any idea if it would work?
    It works with 1.5.7 without any issues. I'm just not sure if the install is straightforward with that template, although it probably is.

  8. #678
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: ZX Slideshow support thread

    Hi Leonard - can this plugin (an indeed your ZX Slideshow) be utilized using admin/define pages editor/define_main_page by placing code where required between text paragraphs? (example, templates by Picaflor Azul (Anne) like westminster_new have the code in this file or at least 'used to') - so just wondering?

    cheers, Mike

  9. #679
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: ZX Slideshow support thread

    Quote Originally Posted by shags38 View Post
    Hi Leonard - can this plugin (an indeed your ZX Slideshow) be utilized using admin/define pages editor/define_main_page by placing code where required between text paragraphs? (example, templates by Picaflor Azul (Anne) like westminster_new have the code in this file or at least 'used to') - so just wondering?

    cheers, Mike
    Hey Mike.

    Sure, the relevant code could be added/moved to a define page, but the whole idea behind ZX Slideshow was to avoid editing any code and get a slider where you can easily upload an image from admin and use simple admin switches to make changes. Most people are not comfortable editing code and manually uploading images via FTP. And there's also CKeditor that *might* break some code during cleanup or formatting and you end up with a broken slider. Those who insist using it from a define page, I believe are proficient enough to make the required changes themselves so posting the required changes here might only confuse those who aren't and cause headaches down the road...

  10. #680
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: ZX Slideshow support thread

    Quote Originally Posted by balihr View Post
    Hey Mike.

    Sure, the relevant code could be added/moved to a define page, but the whole idea behind ZX Slideshow was to avoid editing any code and get a slider where you can easily upload an image from admin and use simple admin switches to make changes. Most people are not comfortable editing code and manually uploading images via FTP. And there's also CKeditor that *might* break some code during cleanup or formatting and you end up with a broken slider. Those who insist using it from a define page, I believe are proficient enough to make the required changes themselves so posting the required changes here might only confuse those who aren't and cause headaches down the road...
    Hi Leonard - many thanks for your quick response. I understand your goals with this plugin, clean, crisp, simple to use, and so I will likely use it as it is rather than mess with it. Oh, and thanks for the great plugins.

    cheers, Mike

 

 
Page 68 of 75 FirstFirst ... 18586667686970 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3600
    Last Post: 7 Apr 2024, 05:20 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 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