Page 78 of 79 FirstFirst ... 286876777879 LastLast
Results 771 to 780 of 786
  1. #771
    Join Date
    May 2008
    Location
    san francsico
    Posts
    134
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    I installed Ajax Image Swapper on my website (www.candygoround.com) ....but it's not showing up in the Admin area...I followed Jay's instructions exactly....What did I do wrong.........??
    I installed it years ago on my other website (www.2muchfunclub.net) ........... and it works fine...

    any ideas?
    thanks.

  2. #772
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,472
    Plugin Contributions
    11

    Default Re: AJAX IMAGE Swapper support thread

    Would have been helpful if you had at least given us an idea of your version and installed mods. It appears you used the files in the PlugIns download and have not made the changes listed in Section III, item 4 of the AIS_readme.txt. However, if you are using 1.5.#, it could be something different.

  3. #773
    Join Date
    May 2008
    Location
    san francsico
    Posts
    134
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    I am using v.1.5.0 ...........
    no other mods...
    I updated per Section III, ITEM 4
    Still not showing up in Admin...
    Any other ideas?...I noticed Jay's website is down also....
    What else is comparable to AIS?...............as far as displaying other product images...etcetera......I might buy Magic Zoom Plus...

  4. #774
    Join Date
    May 2008
    Location
    san francsico
    Posts
    134
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    So ...it seems to be affecting my website...
    http://candygoround.com/store/index....products_id=20

    but I don't see any tool in the Admin section.....

    any ideas?

  5. #775
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    I am not seeing the two admin links for this plugin,
    Admin - Configurations - AJAX Image Swapper nor
    Admin - Catalog - AJAX Image Swapper Manager.

    I have copied the folders below to their corresponding locations in Zen 1.5.1.
    Click image for larger version. 

Name:	Zen_0010.GIF 
Views:	61 
Size:	7.3 KB 
ID:	11736

    Also have also performed the following in "tpl_product_info_display.php":
    replace:
    PHP Code:
    require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?> 
    with
    PHP Code:
       require($template->get_template_dir('/tpl_modules_ajax_image_viewer.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_ajax_image_viewer.php');?> 
    replace:
    PHP Code:
      require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_attributes.php'); ?> 
    with:
    PHP Code:
      require($template->get_template_dir('/tpl_modules_ajax_image_swapper_attr.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_ajax_image_swapper_attr.php'); ?> 
    In addition, because the PHP code has been changed in "tpl_product_info_display.php", I am not seeing the main image.

    I do not understand the following, maybe this is the problem!
    ***To make sure you only use minimal number of library, if you have copied
    [library_name]_on_template, DO NOT copy any other [library_name]_on_[page_name] folder,
    where the two having same library_name.***


    I have just copied the provided files and folders to their corresponding locations.

    I started with a copy of classic template and installed the following plugins:
    column_layout_grid_2_3_1 (Functioning)
    ezpages_footer_columns1_1 (Functioning)
    creinold Pinterest Button (Functioning)
    CSS Horizontal Dynamic Menu (Pauls edition) (Functioning)
    Back_to_Top (Does not work)

    Help.
    Last edited by Kevin205; 8 Jan 2013 at 05:16 AM.
    Using Zen Cart 1.5.1

  6. #776
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    As I mentioned before the following can not be found under admin.
    Admin - Configurations - AJAX Image Swapper nor
    Admin - Catalog - AJAX Image Swapper Manager.


    But as type in URL: http://www.MyDomain.com/store/admin*...ge_swapper.php it goes to "AJAX_image_swapper.php", for a split second (pictures attached), and then it gets an immediate redirect to the following url.

    http://ww1.webextremecustomiser.com/...ExNmhaQrkAAADw

    Click image for larger version. 

Name:	Untitled.jpg 
Views:	154 
Size:	24.4 KB 
ID:	11740

    This is funny!!!
    Using Zen Cart 1.5.1

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

    Default Re: AJAX IMAGE Swapper support thread

    You may have other problems going on with the site, but it appears that you have not run the sql file included with the mod.

  8. #778
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by dbltoe View Post
    You may have other problems going on with the site, but it appears that you have not run the sql file included with the mod.
    I might have other site problems! What I don't know?

    How can you tell I haven't ran the sql file? Anything you see in my post? Because I did run it.

    Everything else was working perfectly, and further more after going back to the my prior to installation of "AJAX IMAGE Swapper" backup set, site is back to normal.


    Thank you for your reply.
    Using Zen Cart 1.5.1

  9. #779
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: AJAX IMAGE Swapper support thread

    I have not followed this thread to know the current status of the mod, but if it installs admin setting functions via SQL, those would not function without being rewritten for v1.5.x. Additions to an existing Configuration page/menu (like Product Listing or Layout Settings) do not require updating, but any new Configuration page (like Admin - Configuration - AJAX Image Swapper) needs to be registered using the new protocol before it can be active. Running the old SQL would not be effective.

  10. #780
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by gjh42 View Post
    any new Configuration page (like Admin - Configuration - AJAX Image Swapper) needs to be registered using the new protocol before it can be active. Running the old SQL would not be effective.
    How would you register "AJAX Image Swapper" or any older configuration pages, and what is the new protocol?

    Please let me know. Thank you for the reply.
    Using Zen Cart 1.5.1

 

 
Page 78 of 79 FirstFirst ... 286876777879 LastLast

Similar Threads

  1. AJAX BANNER Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 11 Oct 2012, 05:55 AM
  2. Any way to import image massively to AJAX Image Swapper ?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 17 Sep 2010, 04:35 PM
  3. Is there any way to massivly upload image to Ajax Image swapper?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Jul 2010, 03:38 PM
  4. Error on AJAX IMAGE Swapper
    By easy665 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Aug 2009, 02:38 PM
  5. AJAX Image Swapper Basic Support
    By jaycode in forum All Other Contributions/Addons
    Replies: 34
    Last Post: 31 Dec 2007, 06:48 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