Results 1 to 6 of 6

Thread: magic zoom plus
      
   

  1. #1
    nadiabodikian's Avatar
    nadiabodikian is offline First Lieutenant
    Join Date
    Apr 2008
    Posts
    189

    Default magic zoom plus

    Hi, I purchased magic zoom plus and was very disappointed at their instruction on how to integrate it in my website.
    you can see the instructions here
    http://www.magictoolbox.com/magiczoomplus_integration/


    can I please get some help on how I can use this with my BV website?

    thanks!

  2. #2
    WSBlue's Avatar
    WSBlue is offline Brigadier General
    Join Date
    Apr 2006
    Posts
    1,416

    Default Re: magic zoom plus

    you may want to take a look at here:
    http://www.dynamicdrive.com/search/s...=1&zoom_sort=0

  3. #3
    nadiabodikian's Avatar
    nadiabodikian is offline First Lieutenant
    Join Date
    Apr 2008
    Posts
    189

    Default Re: magic zoom plus

    hi, no i already purchased magic zoom plus, ?i want to integrate tha tone as it has exactly the feature i am looking for. thanks

  4. #4
    ahimsa's Avatar
    ahimsa is offline Major General
    Join Date
    Jan 2009
    Location
    in the now :)
    Posts
    2,172

    Default Re: magic zoom plus

    ...best I can suggest is you use their "Contact Us" page & ask for step-by-step instructions.......
    Never measure the height of the mountain you're climbing. At the summit, look back and see how small it really is!

  5. #5
    Alien Dude's Avatar
    Alien Dude is offline Lieutenant Colonel
    Join Date
    Apr 2008
    Location
    The Dark Side
    Posts
    562

    Default Re: magic zoom plus

    To enter on to a bv page is quite simple first in the page html ( right click empty part of page) under BETWEEN HEAD TAB enter the route to the css and js files ie:

    Code:
    <link href="foldername/magiczoomplus.css" rel="stylesheet" type="text/css" media="screen"/>
    <script src="foldername/magiczoomplus.js" type="text/javascript"></script>
    then on the page put a html box and size to the small image, double click to open the box and enter the code to the two images ( small and large )

    Code:
    <a href="foldername/imagesmall.jpg" title="Cool bike!" class="MagicZoomPlus"><img src="foldername/imagelarge.jpg"/></a>
    Note this is the coda for the default zoom the codes for the other options are different.

    Lastly upload the images into the folder named in code also the css and js file along with any other files that came with the css file.
    publish page. check and if needed adjust the html box.

  6. #6
    goldjothi is offline Private
    Join Date
    May 2010
    Posts
    1

    Default Re: magic zoom plus

    To enter on to a bv page is quite simple first in the page html ( right click empty part of page) under BETWEEN HEAD TAB enter the route to the css and js files ie:

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49