Code Monkey home page Code Monkey logo

Comments (6)

piaaaac avatar piaaaac commented on August 28, 2024 1

EDIT: what happened is that webpack had the old version of the package cached, restarting it effectively updated the package with your last updates and now everything works.

Thank you!

from react-flip-page.

darenju avatar darenju commented on August 28, 2024

This is apparently a z-index problem. I'm working on that.

from react-flip-page.

darenju avatar darenju commented on August 28, 2024

This should be fixed.

Can you try on your side please?

Here is a quick snippet:

<FlipPage>
  <div>
    <img src="http://unsplash.it/320/320/?image=32" />

    <h2>Google</h2>
    <a href="http://www.google.com" target="_blank">Google</a>
  </div>
  <div>
    <h2>YouTube</h2>
    <a href="http://www.youtube.com" target="_blank">YouTube</a>

    <img src="http://unsplash.it/320/320/?image=16" />
  </div>
</FlipPage>

from react-flip-page.

piaaaac avatar piaaaac commented on August 28, 2024

Actually it's still not clickable. this is the content of the pages:

const Top5Headline = ({ newsData, i }) => {
  const nd = newsData
  const pillarClass = 'pillar-' + nd.pillar
  return (
    <div className="container-fluid">

      <div className="row">
        <div className="col-sm-12">
          <h1 className="section-title">In the News</h1>
        </div>
      </div>

      <div className="row">
        <div className="col-sm-12 item">
          <p className={'headline-top5 pillar-' + nd.pillar}>{nd.title}</p>
          <p className="source-top5-l1">Read it on</p>
          <p className="source-top5-l2">
            <a href={nd.url} target="_blank">{nd.publication}</a>
          </p>
        </div>
      </div>

    </div>
  )
}

from react-flip-page.

piaaaac avatar piaaaac commented on August 28, 2024

What I'm doing now as a workaround is to place the clickable content outside the component, on top of it absolutely positioned. Downside of this solution is obviously that this content is not subject to the flip animation.

from react-flip-page.

darenju avatar darenju commented on August 28, 2024

Do you have a test page so I can take a look maybe?

from react-flip-page.

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.