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.
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.
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...
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?
1 Attachment(s)
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.
Attachment 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.
1 Attachment(s)
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
Attachment 11740
This is funny!!!
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.
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
dbltoe
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.
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.
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
gjh42
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.