Page 48 of 79 FirstFirst ... 38464748495058 ... LastLast
Results 471 to 480 of 786
  1. #471
    Join Date
    Mar 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Jay This is a great app. Im kind of a novice but know enough to be dangerous. my question thought is Can i display the Image title In the Image viewer Portion Of the Window. My Reason is i would like to add addition info to the description on the change of the attributes to describe what they are changing it to. im looking to sell candles and the fragrance change i would like a short blurb on what the title of the fragrance is. i noticed that when i click on the image and the slim box pops i get the info i want but i can follow where it is pulling it from to modify the code to add that info.

  2. #472
    Join Date
    Mar 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Hi everyone,

    Jay great apps. I was wondering how I can remove the main product image with out having problem. I have tried to remove the tpl_modules_main_product_image.php but that would cause my product info page not to load. So the question is how can i remove it without having problem.

    Thank you,

    Dat

  3. #473
    Join Date
    Mar 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Hi,

    Actually I have figure it out.


  4. #474
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Hello,

    I was wondering if it is possible to change the #image_viewer height sizing?

    I had tried adding a height value to #image_viewer but it doesn't do anything.

    I have assumed that you edit: styles_AJAX_image_swapper.css


    #image_viewer {
    width: 300px;
    border: 1px solid #215086;
    margin:5px;
    padding:5px;
    }

    If I change the width it edit's border no problem. Where is it getting it's height value from? Can I change this?

    I don't want to just remove the border. I have slightly off square image and don't like having all that blank space below.

    Thanks for any input.
    That wasn't the plan!

  5. #475
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Soz.. could no longer edit post after 7 mins without admin permission.

    In regards to my question above thanks I think I have sorted it out
    .
    I have found:

    <div id="image_viewer" style="height: <?php echo (IMAGE_VIEWER_MEDIUM_IMAGE_HEIGHT + IMAGE_VIEWER_SMALL_IMAGE_HEIGHT - 20)?>px">

    I can see that I can just edit the +20 to - 20 or whatever.

    I assume measured in pixels?

    I do have another question.

    In IE when you hover the mouse over product image it doesn't show handover it. This javascript issue with ie ? No fix?

    Thanks Great app!
    That wasn't the plan!

  6. #476
    Join Date
    Mar 2009
    Posts
    38
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    hey guys,

    i tried installing it on my demo site, followed the steps
    as far as i know), but it will not load the images


    here is a link

    http://bocaratondentalgroup.com/stor...&products_id=3


    anybody have an idea what could be causing this?


    many thanks guys

  7. #477
    Join Date
    Oct 2008
    Posts
    404
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Hi,

    wondering if someone can help me out. can't seem to get my Ajax Image Manager to install properly. I understand you have to add your databases prefix to the sql_installer file. I don't have one, so I've added "" as directed and still no success.

    So I would like to uninstall the program, add a prefix to my database if I can and then reinstall.

    The problem is that I am having problems uninstalling the program. I've removed all the files from my root directory and the file added to the my custom template but can't seem to do the uninstall with the fual slimbox.

    Not sure how to do this: instructions states to run the uninstallation from the sql_installer.sql file but which coding am I selecting and where do I run it?

    Is it this code?

    UNINSTALLATION
    -- SET @t4=0;
    -- SELECT (@t4:=configuration_group_id) as t4
    -- FROM configuration_group
    -- WHERE configuration_group_title= 'Fual Slimbox';
    -- DELETE FROM configuration WHERE configuration_group_id = @t4;
    -- DELETE FROM configuration_group WHERE configuration_group_id = @t4;

    Thanks for your help!!

  8. #478
    Join Date
    Oct 2008
    Posts
    404
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    I just dropped the configuration_group from my phpAdmin....seemed to work in uninstalling the Fual Slimbox

  9. #479
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Thought it might be worth mentioning a couple things I came accross in case others are pulling thier hair out.

    1. When using Ajax image swapper manager:

    The sort order box doesn't work when using option selectors.

    If you have options for example for a product. Say blue, red and green.

    Which ever color you want to load first when someone vists that product will need to be selected in the standard attributes section.

    catalog > Attributes controller

    Select your attribute on the product you wish to edit and click display.

    Once you see your option selectors click on edit beside the attribute you want to load first when that product loads. Ie blue

    In the edit section on the blue option click on: Default Attribute
    to be Marked Selected.

    2. Don't use the same images for products. You will need to have a single image for every product even if they are the same. 9You may get a way with it to a certain point but ends up buggy)

    3. Don't use additional .'s in any naming of images as this causes problems with the display sizing in Zen Cart.

    Over all an awsome module.

    Cheers.
    That wasn't the plan!

  10. #480
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by Muzz View Post
    Thought it might be worth mentioning a couple things I came accross in case others are pulling thier hair out.

    1. When using Ajax image swapper manager:

    The sort order box doesn't work when using option selectors.

    If you have options for example for a product. Say blue, red and green.

    Which ever color you want to load first when someone vists that product will need to be selected in the standard attributes section.

    catalog > Attributes controller

    Select your attribute on the product you wish to edit and click display.

    Once you see your option selectors click on edit beside the attribute you want to load first when that product loads. Ie blue

    In the edit section on the blue option click on: Default Attribute
    to be Marked Selected.
    Fix:

    Edit the following file:

    SHOP_DIRECTORY/AJAX_servers/AJAX_image_swapper_server.php
    and find this line (line 22):

    AND products_id_no_attribute = '" . $products_id . "'";

    replace it with:

    AND products_id_no_attribute = '" . $products_id . "' ORDER BY
    image_sort_order";
    That wasn't the plan!

 

 
Page 48 of 79 FirstFirst ... 38464748495058 ... 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