Page 6 of 75 FirstFirst ... 456781656 ... LastLast
Results 51 to 60 of 744
  1. #51
    Join Date
    Jun 2012
    Location
    United States
    Posts
    7
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Balihr, Just wondering if you have any plans to add URL click through to the individual slides that would take the customer to an associated page.

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

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by wesatspice View Post
    Balihr, Just wondering if you have any plans to add URL click through to the individual slides that would take the customer to an associated page.
    When you're adding a banner image under Tools->Banner Manager, notice the "Banner URL" field and "Banner New Window" radio buttons - this is where you determine links for each slide... ;)

  3. #53
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    How do I uninstall, zx_slideshow. its in my configuration three times, I removed the files.

  4. #54
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by weezee View Post
    How do I uninstall, zx_slideshow
    Run this from Tools->Install SQL Patches:
    Code:
    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4 
    FROM configuration_group
    WHERE configuration_group_title= 'ZX Slideshow';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;

  5. #55
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    Run this from Tools->Install SQL Patches:
    Code:
    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4 
    FROM configuration_group
    WHERE configuration_group_title= 'ZX Slideshow';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;
    I run this in my sql patch and the zx slideshow is still showing in my configuration, I thought it may work if I ran the sql in my phpmyadmin, I got this: DELETE FROM configuration_group WHERE configuration_group_id = @t4;# MySQL returned an empty result set (i.e. zero rows). I am using zen cart 139h, do it have any thing to do with I have already removed the files. The reason its in there three times I couldn't get the slide show to work, I uploaded the files again and reinstalled, it still didn't work.

  6. #56
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: ZX Slideshow official thread

    Sorry, my mistake...

    Code:
    SET @configuration_group_id=0;
    SELECT @configuration_group_id:=configuration_group_id 
    FROM configuration_group
    WHERE configuration_group_title= 'ZX Slideshow Configuration'
    LIMIT 1;
    
    DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id;
    DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;
    Please try again.

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

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by weezee View Post
    The reason its in there three times I couldn't get the slide show to work, I uploaded the files again and reinstalled, it still didn't work.
    Hold on. It didn't work? Why, what happened? You've probably just misconfigured something. If you give me a link to your site, perhaps we can get it working...

  8. #58
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    Hold on. It didn't work? Why, what happened? You've probably just misconfigured something. If you give me a link to your site, perhaps we can get it working...
    The images showed, the slide didn't work. I had read in the forum support that categories set to show on home page had something to do with someones not working, and I did want to change my home page, it was after in had already reinstalled.
    site. bargainsonlinesite dot com .

    I don't know if it has something to do with 139h or not. I found this that never was answered:
    Removing items from admin>config
    http://www.zen-cart.com/showthread.p...ight=uninstall

    Also when I mouse over the admin config links. it gives these IDs,

    configuration.php?gID=54

    configuration.php?gID=55

    configuration.php?gID=56

    I removed my admin name.

    I don't know if you can help, if you can please do.
    thanks,

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

    Default Re: ZX Slideshow official thread

    The last SQL patch that I gave you should work and remove your entries. If not, you can always do it from phpmyadmin. Browse through configuration_group table and find "ZX Slideshow Configuration" row (probably at the very end of your table) and delete it. Then browse through configuration table and remove all ZX related rows (again, probably at the end of the table).

    I can't help you get the slider working now since you've deleted all the files. My guess is that it didn't work because of a jQuery conflict (your site is loading jQuery 1.7.1), but I can't say when the files aren't there. If you want, you can re-upload it and I'll try to help you get it running.

  10. #60
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: ZX Slideshow official thread

    Quote Originally Posted by balihr View Post
    The last SQL patch that I gave you should work and remove your entries. If not, you can always do it from phpmyadmin. Browse through configuration_group table and find "ZX Slideshow Configuration" row (probably at the very end of your table) and delete it. Then browse through configuration table and remove all ZX related rows (again, probably at the end of the table).

    I can't help you get the slider working now since you've deleted all the files. My guess is that it didn't work because of a jQuery conflict (your site is loading jQuery 1.7.1), but I can't say when the files aren't there. If you want, you can re-upload it and I'll try to help you get it running.
    Sorry forgot to tell you the last patch didn't remove them either. I also ran it in my phpmyadmin got the same results.

    DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;# MySQL returned an empty result set (i.e. zero rows).

 

 
Page 6 of 75 FirstFirst ... 456781656 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3606
    Last Post: 25 Apr 2024, 02:41 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