Code

Discussion on Flipping Cards 3D - Wordpress

Discussion on Flipping Cards 3D - Wordpress

Cart 1,149 sales

castleplugins supports this item

Supported

This author's response time can be up to 1 business day.

296 comments found.

Hello,

My item purchase code is: 6515e787-9e53-4ec6-9081-1e4948ed85d6

I bought it 3 days ago. I would like to request a refund because the plugin is not what I was expecting. Please facilitate the process, so I can review it positively.

Thank you, looking forward to hearing from you

Hi,
contact me privately via email: https://codecanyon.net/user/castlecode#contact
Best, David

Hello, I have purchased your plugin flipping cards 3d. How do I use your code in a responsive grid in a page? as you can see, http://valuemhdemo.eu/hellas3d/hometest-2/, the mobile view is bad. Can you please help me resolve this?

Thank you, looking forward to hearing from you

Hi,
I just checked your site, and saw that you added the flipping cards in a column container, I’m guessing that’s from your theme.
if you want something responsive, it depends what responsive behavior you want, do you want something like this? http://www.davidbo.dreamhosters.com/?page_id=11 or that it adapts to the 100% of its container?

Best, David

Yes I would like to have the cards as your demo please and particularly to have the cube effect/transition. Please guide me how to fix them in than manner. Do you need admin credentials to facilitate the process? thank you, looking forward to hearing from you

Hi,
yes I can set you an example in your WP installation, please send me the details via email here: https://codecanyon.net/user/castlecode#contact

Best, David

and here is my purchase code: dd204965-3468-48fd-82f7-383c6f02ba87

Sent you an email :)

Hi, after installing Flip 3D, the flip feature doesn’t work with Facebook instant article.

Sent you an email :)

After upgrading to Wordpress 5.0, I get this error message when trying to use the plugin:

tic method FC_Options::add_menu_page() should not be called statically in /home/sassysuite1/public_html/wp-content/plugins/flippingCards/index.php on line 303

Do you know how I can fix this, or will you be updating the plugin? We get several thousand hits to our website per month, so I need to know if this will work or if I need to find another solution.

Thank you.

Hi,
I have the fix for this, can you contact me via email here: https://codecanyon.net/user/castlecode#contact
so I can send you the new version, also I’ll be pushing this update to CodeCanyon

Best, David

I would be very happy if your plugin also supports IE11. How could I achieve that?

Hi,
Currently this is not supported, only the fallback fade effect, sometime ago I tried to make it work on IE11 but to many bugs came in, it worked but with plenty of small bugs.

Best, David

I’m experiencing a small glitch with the card flip. When the user hovers on/off a card during page load, the card flips and stays on the backside. Hovering again flips it to the frontside.

I have cards filling front page of the website, so this happens frequently enough to create a problem with user experience.

Is there anyway to hide cards (or delay the effect) until after the page is fully loaded? I think that would eliminate the glitch.

Hi,
by any chance you manually added the class “mouseenter” to the flipping card container?

Yes, it’s looks like a leftover class. I was working on another solution before Flipping Cards. Looks like removing it fixed the glitch. Thanks so much!

glad to hear that :D indeed, the plugin uses that class in order to detect if the plugin has been initialized ;)

Hi, i’m trying to style the back of some cards differently and saw you previously posted this comment: https://codecanyon.net/item/flipping-cards-3d-wordpress/4135044/comments?page=7&filter=all#comment_8339975 but when I try to add a class to one of the cards’ shortcodes, it doesn’t stick and appear on the website.

For example, when I try the below:

“[ fc_back back_class=”greenbackcard” class=”greenbackcard”] Test

Neither back_class or class adds the class attribute.

Has this changed?

Hi,
It should be working, can you show me a living example online? so I can see what’s going on.

Also you can contact me privately via email through this form: https://codecanyon.net/user/castlecode#contact

Best, David

I dont know what to do.

It looks like this: http://www.directupload.net/file/d/5068/r9e9rfz2_jpg.htm

What do you mean with insert html of picture? Like URL? I tried many things but it just dont work.

Lastly I used this shortcode but it also didnt worked.:

[flippingCard]

[fc_front]

<    img src="healty-man-7.png" /    >

[fc_back]

<    img src="unhealthy-man-7.png" /    >

[/fc_back]

[/flippingCard]

I see, try the following steps:

1) Add this peace of CSS to the css/flipCards.css file (at the top)

.fc_card-container .fc_card>div{
  top: 0 !important;
}

2) In the admin page of the flipping cards set padding to 0

Ok, I changed CSS and it looks better now. But it’s still not like it should. The image is very small no matter which height or width I enter in plugin settings. Also its on the right side but I choosed the left side. On mobile devices the image is out of the screen.

Ohh I see the issue, instead of this:
1000
write this:
1000px
also if you want something responsive, you can use percentage width, for example:
50%

Hi, I´ve bought your plugin Flipping Cards. Thanks in advance, It´s great. I have a question: Can I track clicks on a flipping car? How can I do it ? Thanks!

Hi there,
I don’t quite understand, can you explain a little bit more?
Best, David

I need to count the number of clicks on the cards through Analytics. Is it possible?

Currently the plugin doesn’t have this feature :/

Hello!

My partner and I are building a site and we would like to use your Flipping Cards plug in to display a grid of cards that are 3 cards x 3 cards at 300×300 px. I for the life of me just can’t get them to line up correctly. Can you help us out please?

Our site is:http://hungercoalition.flywheelsites.com/

Please let me know if you need admin access. Thank you. Jess and Bree

Hi Jess and Bree,
try adding this peace of CSS:

.fc_card-container .fc_card {
    top: 0;
    left: 0;
}
I hope that’s what you meant ;)

Is there a way to make the image flip over and show another image?

Hi,
yes, that’s totally possible, you can add any HTML on each side of the card, so you can add an image in the front and another image in the back

Best :)

Dear sir,

I want to buy this code but when I view the demo through chrome there is no flip effect it just a fade-in for the elements, also could I make it image flip to another image through the admin panel

Thanks for your time and your reply is much appreciated

Hi,
Sorry for the delay, I was on vacations ;)

very strange, I see it working on my end (on Google Chrome v63.0.3239.84), is it working on Firefox?

and yes, you can have one image in the front and another one in the back, you can add any HTML in the shortcode (in the back or in the front side), for example like this:

[flippingCard]
[fc_front]
     <img src="myimg.png" />
[/fc_front]
[fc_back]
    <img src="myimg.png" />
[/fc_back]
[/flippingCard]


Best, David

Hi!

I purchased your Flipping Cards 3D Wordpress package, but it isn’t working right on Safari 11. Cards are showing their front only when they are hovered, but front sides should be visible immediately when page is loaded.

I ended up with the free code exactly to same point and I really believed this package what cost should work. My flipping card problem is showed here: http://natjak.com/karo/esimerkkisivu/

First row is free code and your plugin is on second row. I hope you send me some code to add make it work as soon as possible.

I noticed that there’s some odd shadow under the card, how can I remove it?

Best regards,

Katja Nevalainen

Thank you for your answer!

Code to remove shadow worked nicely.

I added a screenshot of an empty page (how Safari 11 loads page, both in my home and at work) to http://natjak.com/karo/esimerkkisivu/

I really hope you can find some solution to this problem.

Best, Katja

Hi again!

It works right after I cleared all recent history, thanks a lot for your help!

Katja

Hi,

In some screen views, the FlipCards overlap the static navigation bar. Here’s the web page: http://kurecreative.com/services/

Thanks,

Jon Cullen

Hi Jon,
Try adding this peace of CSS:

div.fc_card-container {
    z-index: 99 !important;
}
you can add it at the beginning of the css/flipCard.css file

Best, David

I am trying to use the ratio parameter and it is giving me odd heights which is causing undesirable behavior with my tiles. Every other row only has one tile compared to the odd rows which have three (as intended). Here is the page that I am having trouble with:

http://www.nd.com/product/use-cases-tiles/

I am also having problems with the responsiveness scaling too small. I set a min-width on the div’s within the [flippingCard] shortcode, but it is ignoring that minimum. Can I apply minimums directly to the [flippingCard] shortcode?

Any help is greatly appreciated.

Hi,
Try adding this line of CSS:

body{
    overflow-y: scroll !important; 
}
Best ;)

I’m not sure what that would have to do with the height of the first tile, but I added it and no change. The first tile at 1280×800 still is sized at 390.719px whereas the other two tiles in the row are sized at 385.109px. You can see a screen capture of what it looks like here:

http://www.nd.com/wp-content/uploads/2017/09/Capture.png

Again, this is if you resize your browser to 1280×800 (I use Chrome plugin Window Resizer) and then refresh the browser it renders the heights incorrectly.

Thanks!

Hi,
the issue is that when the page first loads there’s no scroll-bar so the width is different for the first card, but later on we add height to the flipping card (with JS because of the ratio) so the scroll-bar shows up, so now the 33% with scroll-bar is different than 33% without scroll-bar

it is kind of confusing, but with that line of CSS the scroll-bar is present from the beginning.
I tested out with the resolution you mentioned, and I see it exactly as the screen shot you sent, but after adding that peace of CSS above then the first card has the exact same height as the others

did you add that line of CSS in this page? http://www.nd.com/product/use-cases/ since I don’t see it in the source code, you can add it at the top of the the css/flipCard.css file

Best, David

Hi, I just purchased Flipping Cards 3D.

I tried to remove the default styling around the box, but it looks like it’s still there, especially on the left one:

http://milltownweb.com/kurecreative/services/ (Under STRATEGY)

Is there a way to just remove ALL the styling (borders, shadow, etc)?

Thanks,

Jon

Hi Jon,
I don’t see a border, but I do see the shadow, in order to remove it add this peace of CSS:

.fc_card-container .fc_card>div {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}
I hope it makes sense ;)

Hello (again)!

I just purchased the plugin. I would like to know how I configure the admin page and customize the flipping cards in the live preview? Thanks!

Hi,
this is how I configured the live preview (the admin panel and the shortcodes I used): http://www.davidbo.dreamhosters.com/plugins/configuration/

Best, David

Hello!

I had a few questions before purchasing the Flipping Cards 3D plugin. Our Wordpress is running the Beaver Builder Plugin for page designs/layouts. Are there any known incompatibility issues with this plugin? The second question I had was, what is the difference (other than the obvious code difference) between the Wordpress and Javascript version? The reason I ask is that we’d eventually like to include these tiles in a filterable/searchable page that would shuffle the tiles based on the searched or filtered criteria. If you have a solution for that, I’m open to listening as well. If you do not have a solution, then which version of your plugin would best be suited for eventual enhancements to include this type of search capabilities?

Thanks in advance for your response!

Steve

Hi Steve,
1) Our customers haven’t report any issue with “Beaver Builder”, as long as it supports shortcodes it should work.

2) The difference is that with the WP plugin you can use shortcodes to implement the flipping cards (instead of adding HTML)
Also the CSS and JS are imported automatically (once you activate the plugin), otherwise you would need to import them manually

3) Currently the plugin doesn’t have filterable/searchable (since the flipping cards are completely individually, they are not a grid)

You could add this feature to either (the WP or no-WP version)

I hope it makes sense ;)

Best, David

Pre-sales question: Is this plugin compatible with Flatsome Theme? I want to use it with pictures and posts, is this possible?

Hi,
the plugin is compatible with any theme, the plugin doesn’t read automatically post or images, you create each flipping card individually and inside each side of the card you can place any HTML

Best, David

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey