Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Oct 2010
    Location
    Land of Immigrants
    Posts
    136

    Default Re: QR Reader Widget - Not Publishing

    Java War confirmed. I am not a Java and/or Lightbox expert but to keep it simple, I nuked the placeholder with the head and body code calling the Java and the widget popped up just fine.

    www.fams2.com / shows the working widget after I nuked the placeholder with the code.

    Here is my body code...

    <script type="text/javascript">
    jQuery(document).ready(function($){
    $('.lightbox').lightbox();
    });
    </script>

    <a href="http://vimeo.com/62556334" class="lightbox"><img src="assets/vimeo_screencapture.jpg" alt=""/></a>

    Here is my head code...

    <script type="text/javascript" src="js/jquery.min.js"></script>

    <link rel="stylesheet" type="text/css" href="js/lightbox/themes/default/jquery.lightbox.css" />
    <!--[if IE 6]>
    <link rel="stylesheet" type="text/css" href="js/lightbox/themes/default/jquery.lightbox.ie6.css" />
    <![endif]-->

    <script type="text/javascript" src="js/lightbox/jquery.lightbox.min.js"></script>

    Not that you guys need to be in business of making Jquery's work but if there is a cool Vimeo plug-in to replace it, I would be interested. I do NOT have to use it. I bought the code to use with Dreamweaver.

    Is there a nice video plug-in contained in WD9? Also, related question to my QR placement, how do you make the text I am laying the widget over to wrap again?

  2. #12

    Default Re: QR Reader Widget - Not Publishing

    That's not Java, it's javascript - they are not the same thing and well, your QR code worked perfectly fine here from your file. So a pointless exercise my testing it for you and providing feedback as you seem to have completely ignored my post and it's points.
    Good luck.

  3. #13
    Join Date
    Oct 2010
    Location
    Land of Immigrants
    Posts
    136

    Default Re: QR Reader Widget - Not Publishing

    I didn't ignore it. I tried it on 10 different machines from two households and did not see the QR until I nuked the placeholder with the JS. I do recall posting a message with my web site from the root and from a subfolder. Good luck to you.

  4. #14
    Join Date
    Jun 2010
    Posts
    695

    Default Re: QR Reader Widget - Not Publishing

    Remove this line from the code in the head of your page that you've inserted for the lightbox. The QR widget uses jQuery as well so it also calls this file as well, so you don't need to be calling it again.

    <script type="text/javascript" src="js/jquery.min.js"></script>

 

 

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
  •