Page 6 of 8 FirstFirst ... 45678 LastLast
Results 51 to 60 of 80
  1. #51
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: jQuery Scrolling Sideboxes [Support Thread]

    Quote Originally Posted by dbltoe View Post
    Could be a glitch in includes/modules/sideboxes/specials_scrolling.php. Am getting
    Code:
    [26-Apr-2019 20:38:34 UTC] PHP Parse error: syntax error, unexpected '{' in /home/******/public_html/155_new/includes/modules/sideboxes/specials_scrolling.php on line 10
    
    [26-Apr-2019 20:38:34 UTC] Request URI: /155_new/index.php?main_page=index, IP address: 216.177.186.199
    --> PHP Parse error: syntax error, unexpected '{' in /home/******/public_html/155_new/includes/modules/sideboxes/specials_scrolling.php on line 10.
    Of course, I validated each of these ... except the specials. I'll get another point-release going. Thanks, as always, for keeping me honest.

  2. #52
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: jQuery Scrolling Sideboxes [Support Thread]

    I've just submitted v2.1.1 for review, correcting that parse-error introduced in v2.1.0.

  3. #53
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,140
    Plugin Contributions
    11

    Default Re: jQuery Scrolling Sideboxes [Support Thread]

    Was just hoping the new files would cure the non-changing images on one site. Will try the new file.

    I'm sure you don't get told enough how those of us ZCers appreciate your work on our behalf.

    Used to have a sign on my desk that said, "Pobody's Nerfect!" It's my mantra!

  4. #54
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,140
    Plugin Contributions
    11

    Default Re: jQuery Scrolling Sideboxes [Support Thread]

    No more errors but, the images still do not change.

    Think I'll be going to a new install test site.

  5. #55
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: jQuery Scrolling Sideboxes [Support Thread]

    Quote Originally Posted by dbltoe View Post
    No more errors but, the images still do not change.

    Think I'll be going to a new install test site.
    Make sure that the jscript_side_box_slider.js is present in the site's active template's /jscript sub-directory and that there are no console-logs (indicating that there's a jQuery conflict/issue).

  6. #56
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,140
    Plugin Contributions
    11

    Default Re: jQuery Scrolling Sideboxes [Support Thread]

    Seems that there is a php error in putting the new files together. Includes/templates/template_default/sideboxes/tpl_specials_scrolling.php line 16
    Code:
    $content .= '<a href="' . zen_href_link(zen_get_info_page($ss_pid), 'cPath=' . zen_get_generated_category_path_rev($scrolling_specials->fields["master_categories_id"]) . "&products_id=$ss_pid"]) . '">' . zen_image(DIR_WS_IMAGES . $scrolling_specials->fields['products_image'], $ss_pname, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);
    should be
    Code:
    $content .= '<a href="' . zen_href_link(zen_get_info_page($ss_pid), 'cPath=' . zen_get_generated_category_path_rev($scrolling_specials->fields["master_categories_id"]) . ["&products_id=$ss_pid"]) . '">' . zen_image(DIR_WS_IMAGES . $scrolling_specials->fields['products_image'], $ss_pname, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);

  7. #57
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,140
    Plugin Contributions
    11

    Default Re: jQuery Scrolling Sideboxes [Support Thread]

    The above gets the images to change on a new install with demo items. I get the exact same console readings from the new and the old although the old never changes the image.

    I'll slowly add other mods to see when it breaks.

  8. #58
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: jQuery Scrolling Sideboxes [Support Thread]

    Actually, the change should be to remove those brackets:
    Code:
    $content .= '<a href="' . zen_href_link(zen_get_info_page($ss_pid), 'cPath=' . zen_get_generated_category_path_rev($scrolling_specials->fields['master_categories_id']) . "&products_id=$ss_pid") . '">' . zen_image(DIR_WS_IMAGES . $scrolling_specials->fields['products_image'], $ss_pname, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);
    This is staged on the plugin's GitHub repository for a v2.1.2 release.

  9. #59
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: jQuery Scrolling Sideboxes [Support Thread]

    I've just submitted v2.1.2 to the Zen Cart Plugins for review, correcting the issue that @dbltoe identified in post #56. I'll update this thread when the plugin is available for download.

  10. #60
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: jQuery Scrolling Sideboxes [Support Thread]

    Quote Originally Posted by lat9 View Post
    I've just submitted v2.1.2 to the Zen Cart Plugins for review, correcting the issue that @dbltoe identified in post #56. I'll update this thread when the plugin is available for download.
    Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=1909

 

 
Page 6 of 8 FirstFirst ... 45678 LastLast

Similar Threads

  1. Best Seller's Scrolling Images - support thread
    By chaiavi in forum Addon Sideboxes
    Replies: 32
    Last Post: 25 Jun 2022, 03:23 AM
  2. v152 jQuery Banners (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 30 Sep 2015, 02:07 AM
  3. Jquery Zoom [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 384
    Last Post: 11 Dec 2013, 02:41 AM
  4. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  5. Scrolling Featured Sidebox support thread
    By misty in forum Addon Sideboxes
    Replies: 86
    Last Post: 28 May 2010, 05:14 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