Code Monkey home page Code Monkey logo

Comments (7)

devinhalladay avatar devinhalladay commented on June 12, 2024

Okay, it looks like my live site isn't generating the div properly.

Localhost:

devinhalladay.com:

Any idea why this is happening?

from fluidbox.

terrymun avatar terrymun commented on June 12, 2024

The thing is that without checking your browser's console for error messages, I can't diagnose your problem. Have you checked that you are using the latest version of jQuery 1.x, and that both jQuery, FluidBox and its dependencies are loaded successfully?

from fluidbox.

devinhalladay avatar devinhalladay commented on June 12, 2024

There are no errors whatsoever in my console. I'm using the latest version of jQuery 1.x; and I can tell that they are both loaded correctly because the divs are being generated by FluidBox. The div is being generated, but for some reason it is not styled with the background-image.

Source code:

<a href="http://devinhalladay.com/uploads/2014/02/guild_shot.jpg" title="" data-fluidbox="" class="fluidbox">
  <img src="http://devinhalladay.com/uploads/2014/02/guild_shot.jpg" title="" alt="The Guild" style="opacity: 1;">
</a>

Generated code (.fluidbox-ghost is missing the background-image in the style attribute):

<a href="http://devinhalladay.com/uploads/2014/02/guild_shot.jpg" title="" data-fluidbox="" class="fluidbox">
  <div class="fluidbox-wrap">
    <img src="http://devinhalladay.com/uploads/2014/02/guild_shot.jpg" title="" alt="The Guild" style="opacity: 1;">
    <div class="fluidbox-ghost" style="width: 293px; height: 220px; top: 0px; left: 0px;"></div>
  </div>
</a>

Go to http://devinhalladay.com/work/logomark/ and inspect one of the pictures, and you'll see what I mean.

from fluidbox.

terrymun avatar terrymun commented on June 12, 2024

What about the line of jQuery you have used to initialize Fluidbox? How, where and in which order are you loading jQuery, Fluidbox and its dependencies?

from fluidbox.

devinhalladay avatar devinhalladay commented on June 12, 2024

Ugh, I found this issue! I just did something a bit silly.

I had put <script>InstantClick.init();</script> in my footer and that screwed something up. It's weird because there were absolutely no errors in my console log!

Once I removed that line, things worked instantly. Thanks for the great plugin and support!

from fluidbox.

terrymun avatar terrymun commented on June 12, 2024

Good to find that it has worked for you. If you really need InstantClick functionality, you should try whitelisting all Fluidbox anchor links, or if you're feeling adventurous, try checking their compatibility settings to see what works with Fluidbox.

from fluidbox.

devinhalladay avatar devinhalladay commented on June 12, 2024

Thanks for the tip, I went ahead and did that.

from fluidbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.