Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 44
  1. #31
    Join Date
    Jun 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Image Handler 2 Conflict with Scrolling Side Boxes

    In other words, I am in desperate need of a working scrolling bestsellers mod. Please let me asap. Thanks.

  2. #32
    Join Date
    Sep 2004
    Location
    Murfreesboro, TN
    Posts
    588
    Plugin Contributions
    0

    Default Re: Image Handler 2 Conflict with Scrolling Side Boxes

    Quote Originally Posted by misty View Post
    Download at my site is original..just need to alter code as per

    I have a question about these changes. Why are users not providing the full directions?

    The following (IMHO) does not cut it:

    So you will have something like $content .= '<MARQUEE style="position:relative" behavior= " ....

    3. Add the following block to your stylesheet :

    #whatsnewContent{
    height: 150px;
    overflow: hidden;
    position: relative;
    }

    So you will have something like xyz... why did someone not fill in the ... with the rest of the code to make it easier for ALL to understand and lessen the burden on the forums? Also how is one to know what to change the #whatsnewContent to? I too have tried these instructions and failed. I feel we all need to do better when helping users with their problems and not just a "quick" ... and confuse the users more. Just my .02 worth

    Does this mean I won't get help now

    Sincerely,

    0be1
    "Give me one hundred preachers who fear nothing but sin and desire nothing but God, and I care not whether they be clergymen or laymen, they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth." - John Wesley

  3. #33
    Join Date
    Aug 2008
    Location
    Canada
    Posts
    48
    Plugin Contributions
    0

    Default Re: Image Handler 2 Conflict with Scrolling Side Boxes

    Quote Originally Posted by RedrikShuhart View Post
    I have found a solution that makes both features, image hover and scrolling sidebox, work perfectly fine in IE6.

    1. First of all, you keep the 'style="position:relative"' in includes/classes/bmz_image_handler.class.php intact.

    2. Add style="position:relative" to the marquee tag in includes/templates/YOUR_TEMPLATE/sideboxes/tpl_whats_new.php .
    So you will have something like $content .= '<MARQUEE style="position:relative" behavior= " ....

    3. Add the following block to your stylesheet :

    #whatsnewContent{
    height: 150px;
    overflow: hidden;
    position: relative;
    }

    The block name, whatsnewContent, has to match the id name of the div that's holding the content of the sidebox.

    Thats it. Have fun :)
    Hello!
    Can you please be a little bit more clear?
    I don't know PHP and I still try my best, but if you help... please help the LAME ONES TOO... like me. Can you provide please step by step instructions? Thank you!
    justMARK
    mainMAG.NET - The place where you get magnetized!
    ZenCart 1.3.7.1 - for now...

  4. #34
    Join Date
    Aug 2008
    Location
    Canada
    Posts
    48
    Plugin Contributions
    0

    Default Re: Image Handler 2 Conflict with Scrolling Side Boxes

    Ok!
    I did it!
    The solution to the "Image Handler 2 Conflict with Scrolling Side Boxes" problem is:
    1. Go to the file includes/templates/YOUR_TEMPLATE/sideboxes/tpl_whats_new.php and replace
    $content .= '<MARQUEE behavior= "' . $scroll_behaviour . '" align= "center" direction= "' . $scroll_direction . '" height="' . $box_height . '" scrollamount= "' . $scroll_amount . '" scrolldelay= "' . $scroll_delay . '" onmouseover=\'this.stop()\' onmouseout=\'this.start()\'>' . $rn .'</MARQUEE>';
    with
    $content .= '<MARQUEE style="position:relative" behavior= "' . $scroll_behaviour . '" align= "center" direction= "' . $scroll_direction . '" height="' . $box_height . '" scrollamount= "' . $scroll_amount . '" scrolldelay= "' . $scroll_delay . '" onmouseover=\'this.stop()\' onmouseout=\'this.start()\'>' . $rn .'</MARQUEE>';

    2. Go to file includes/templates/YOUR_TEMPLATE/CSS/style_imagehover.css and add
    #whatsnewContent{
    height: 150px;
    overflow: hidden;
    position: relative;
    }


    And you're done!!! Mine is woking now just perfect. mainmag.net Check it!

    For the author:
    Thank you for the module! Is a really catchy one! Can I try and code it and upload an update for you? Or you want to do it? Thank you again!!!

    Again... I am a novice... and I figured!
    justMARK
    mainMAG.NET - The place where you get magnetized!
    ZenCart 1.3.7.1 - for now...

  5. #35
    Join Date
    Oct 2007
    Posts
    98
    Plugin Contributions
    0

    Default Re: Image Handler 2 Conflict with Scrolling Side Boxes

    Quote Originally Posted by justMARK View Post
    Ok!
    I did it!
    The solution to the "Image Handler 2 Conflict with Scrolling Side Boxes" problem is:
    1. Go to the file includes/templates/YOUR_TEMPLATE/sideboxes/tpl_whats_new.php and replace
    $content .= '<MARQUEE behavior= "' . $scroll_behaviour . '" align= "center" direction= "' . $scroll_direction . '" height="' . $box_height . '" scrollamount= "' . $scroll_amount . '" scrolldelay= "' . $scroll_delay . '" onmouseover=\'this.stop()\' onmouseout=\'this.start()\'>' . $rn .'</MARQUEE>';
    with
    $content .= '<MARQUEE style="position:relative" behavior= "' . $scroll_behaviour . '" align= "center" direction= "' . $scroll_direction . '" height="' . $box_height . '" scrollamount= "' . $scroll_amount . '" scrolldelay= "' . $scroll_delay . '" onmouseover=\'this.stop()\' onmouseout=\'this.start()\'>' . $rn .'</MARQUEE>';

    2. Go to file includes/templates/YOUR_TEMPLATE/CSS/style_imagehover.css and add
    #whatsnewContent{
    height: 150px;
    overflow: hidden;
    position: relative;
    }


    And you're done!!! Mine is woking now just perfect. mainmag.net Check it!

    For the author:
    Thank you for the module! Is a really catchy one! Can I try and code it and upload an update for you? Or you want to do it? Thank you again!!!

    Again... I am a novice... and I figured!

    thanks so much for this. It also worked for me

  6. #36
    Join Date
    Sep 2008
    Posts
    47
    Plugin Contributions
    0

    Default Re: Image Handler 2 Conflict with Scrolling Side Boxes

    This also works for the featured products scroller. Even in IE6. But I can't get it to work in IE6 for the whats new scroller.


    How would I go about putting an exception in the file. (Not sure if exception is the word to use here. ) I'm thinking along the terms of ---If IE no scroll or something similar. Any ideas? ( I said in a previous post that I wasn't gonna worry about it but.....my daughter says I'm a nitpicker. Guilty as charged!!LOL)

    Any help or ideas will be greatly appreciated!!

  7. #37
    Join Date
    Oct 2005
    Posts
    38
    Plugin Contributions
    0

    Default Re: Image Handler 2 Conflict with Scrolling Side Boxes

    Does anyone have a "Scrolling Bestsellers Sidebox" that works with IH2 and uses the thumbnail images - not simply resizing the large images?

  8. #38
    Join Date
    Sep 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: Image Handler 2 Conflict with Scrolling Side Boxes

    nevermind I was obviously a few pages behind when posting.

  9. #39
    Join Date
    Sep 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: Image Handler 2 Conflict with Scrolling Side Boxes

    Quote Originally Posted by shoniqua View Post
    nevermind I was obviously a few pages behind when posting.

    I now have this working for New Products, thanks so much.

  10. #40
    Join Date
    Mar 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Image Handler 2 Conflict with Scrolling Side Boxes

    OK, I have everything scrolling except for the photos. The photos are staying below the box, but everything else is scrolling fine.. Any ideas?

    http://www.poconopens.com

 

 
Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. Image Handler 4.1 and zen lightbox additional_images conflict
    By oavs in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 13 May 2013, 07:01 AM
  2. issue with scrolling image gallery
    By customk1 in forum General Questions
    Replies: 5
    Last Post: 2 Aug 2010, 03:26 PM
  3. Image preview with scrolling
    By wgb524 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Apr 2010, 03:38 AM
  4. Image Handler 2 with Scrolling Featured Products
    By Remzi in forum Basic Configuration
    Replies: 1
    Last Post: 23 Aug 2006, 07:32 PM

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