Flip cards

17 replies · opened May 16, 2019

Ccochn01May 16, 2019

Hello,

I have copied over the flip-cards into the website I'm presently working on.
Notice on my test links https://codenyc.net/niles/displays and https://codenyc.net/niles/signage... When page reloads the footer gets pushed down... Then when refresh screen again... it reappears. Do you know what could be causing this? It appears to be misfiring. Perhaps I missed a step in copying everything over? Because when I open the original it works without any problems. Can't seem to wrap my head around this.

I Thank you,
Nina

SSemicolon WebSTAFFMay 16, 2019

Hello,

We have just checked this out for you and it appears to be working fine for us on Reload on Chrome Mac OS. However we do get some HTML Validation errors on your Pages: https://validator.w3.org/nu/?doc=https%3A%2F%2Fcodenyc.net%2Fniles%2Fdisplays and https://validator.w3.org/nu/?doc=https%3A%2F%2Fcodenyc.net%2Fniles%2Fsignage which might be the cause for this.

Hope this Helps!

Do let us know if you are still facing any further issues with this or we can help you with anything else.

Ccochn01May 18, 2019

Hi Thank You for getting back.

I'm not quite sure of what these errors mean or even where to begin to fix?
The font setup is placed with in all of headers in the original templates this way... why would this be defaulting?

However in my attempt, I was trying to include a light box function to the Flip-cards... Is that at all possible?
Because light box uses link... but Flip-cards uses embedded images... Should I use different buttons?

Or better yet: How do I take the original Flip-books and make button active to [View Details] and open up to an image?
The button is presently not functional in flip-cards.html

Hoping to find a solution!

Nina

SSemicolon WebSTAFFMay 19, 2019

Hello,

Just consider fixing the unclosed Tags issue. Additionally, a <button> Tag cannot be inside a <a> Tag or vice-versa as they are individual trigger elements. This could also be the reason why your Browser might be displaying the Flip Cards incorrectly.

The data-lightbox Attribute can be used on the <button> as well.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Ccochn01May 20, 2019

I'm sorry I'm totally clear on "Just consider fixing the unclosed Tags issue."
What is done to accomplish this?

Does it change from this:

View Details

To this:
href="images/flipcards/displays/1.jpg" data-lightbox="image" class="btn btn-outline-light mt-2">

Right?

Thanks :-)

Ccochn01May 20, 2019

Hi again,

You know and the strange thing about it... Everything loads fine on mobile...
And on initial load in Chrome and Safari... then on reload... Footer pushes down!

I don't get it???

Wait I think I know what it is...

I have [div class="owl-carousel image-carousel carousel-widget flip-card-wrapper clearfix" data-margin="35" data-nav="true" data-pagi="false" data-items-xs="1" data-items-sm="2" data-items-md="2" data-items-lg="3" data-items-xl="3" style="overflow: visible;"] stacked twice...

What I really wanted to do is create 2 Rows of flip cards - (3) across... What is the best way to stack 2 Rows on top of each other? I tried col and rows doesn't seem to take...

https://codenyc.net/niles/displays

Thanks!
NC

Ccochn01May 20, 2019

Hi,

I was wondering is there a way to stack Flip-cards?

I presently have this placed twice in page, but not correct. It appears to be causing errors.

[div class=”owl-carousel image-carousel carousel-widget flip-card-wrapper clearfix” data-margin=”35″ data-nav=”true” data-pagi=”false” data-items-xs=”1″ data-items-sm=”2″ data-items-md=”2″ data-items-lg=”3″ data-items-xl=”3″ style=”overflow: visible;”]

What I’m trying to accomplish – is two rows. What do you recommend would work best?
https://codenyc.net/niles/displays

Thank you,
NC

SSemicolon WebSTAFFMay 20, 2019

Hello,

  1. Fix the following error:
No li element in scope but a li end tag seen
  1. Yes absolute! You can use the following code:
[Button](images/flipcards/displays/1.jpg)
  1. You can simply consider using the following code:

	
		
			
				Item
			
			
				Item
			
		
	

	
		
			
				Item
			
			
				Item
			
		
	

	...

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Ccochn01May 21, 2019

Hi thanks for your answer #2

However #3 this code doesn't seem to be working. Everything is lining up vertically... and not horizontally. Also not holding flip cards original format coding from flip-cards.html. Again... How do I place the (3) items Across -into (2) Rows?

Please see screen shot for example:

Thanks again.
Appreciate it!
NC

SSemicolon WebSTAFFMay 21, 2019

Hello,

The codes we have provided you with should work fine as we had tested them before providing it to you. Please provide us with a Live URL so that we can check out the exact issue and provide you with more assistance on this. Thanks for your Patience.

Additionally, you can consider using this Template: https://www.dropbox.com/s/nhjbb62gall1t0r/multi-row-carousel.html?dl=1 .

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

Ccochn01May 21, 2019

After doing some troubleshooting the following I have found in the coding:
Some with semi-colon and others without.

<div class="flip-front dar" style="background-image: url('demos/photography/items/18.jpg')">
<div class="flip-front dar" style="background-image: url('demos/photography/items/2.jpg';)">

Also when two flip-cards from flip-cards.html are together on one page everything works fine... Even when I copied it over to my page. But once they're separated the code for the bottom cards doesn't work properly. The footer pushes down disappearing from page view. But reappears once window is opened or refreshed. It differently has to be something in the coding. Just because everything works fine when they're grouped together. Not sure if it's javascript doing the push-down action to the content-wrap? Not sure, all I know I've been at this for hours...... and exhausted anything here that can be fixed on users end... STUCK!! Would someone be able to take a look at this?

NC

Ccochn01May 21, 2019

Awww, thank you!! I will give this a try. Looks like this will work

Thank you so much!
Good Night

NC

SSemicolon WebSTAFFMay 21, 2019

Hello,

The missing semicolon will not cause an Issue as there is only 1 CSS Property in the style Attribute. A semicolon is needed if there are multiple properties. We are not about the issues you have mentioned as we have never experienced this on the Live Previews and also on Our Development Versions.

Additionally, please consider starting the Flip Cards from scratch with the codes we have provided a while earlier.

Thanks for your Patience.

Do let us know if we can help you with anything else or if you find any further issues with Canvas.

Ccochn01May 21, 2019

Yes, thank you... The coding works much better! The footer shifting is still occurring but doesn't seem to be as frequent.
Also there's some missing files for the "multi-row-carousel.html"

Nina

SSemicolon WebSTAFFMay 21, 2019

Hello,

Whoops! Just updated the codes and should now be error-free! Can you please let us know on which Browsers/OS you have been facing the Footer issue so that we can test further. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

Ccochn01May 21, 2019

Thank you ? No problem! I’m working off Mac OS 10.13.6; viewing in Chrome 74.0 and Safari 12.11

Btw, I’m thinking this could be the fix for the footer jumping? Check it out.

https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/

Not sure ? Probably have to change body class to Page settings. But overall it’s giving the effort I’m looking to accomplish.

Ccochn01May 21, 2019

Awww, Okay great!!

I had to step away to rest and regroup.... The fix was so obvious :-) Don't know why I missed this one???

Went ahead and assign a fixed height to the content div on just the affected pages with assigned media query:

     @media (min-width: 800px) {
     #content {
     height: 1036px;}
        }

And it worked!! YEAH

This is what happens when missing sleep LOL..
Thanks again so much for all your help.

NC

SSemicolon WebSTAFFMay 22, 2019

Hello,

We are still unsure as to why this issue occurs on your end. However, we would recommend using the following code:

@media (min-width: 800px) {
#content { height: 1036px; }
}

in case you need to add more content to the Page.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard