Page 1 of 1

Sites now live

Posted: Sun Nov 23, 2014 12:46 pm
by psy
Since posting http://forum.cmsmadesimple.org/viewtopi ... =5&t=71404

some sites that were then in development are now live:

http://www.successmasters.com.au

Discovered with this site that parallax does not always work well or look good on touch/swipe screens such as iPad, iPhone so switched it off for those platforms.

http://www.makoplumbers.com.au

Re: Sites now live

Posted: Wed Dec 10, 2014 2:13 am
by applejack
Both sites have a huge amount of white space scrolling horizontally on Mac - Safari, Chrome, Firefox which is all I looked in.

Re: Sites now live

Posted: Wed Dec 10, 2014 3:41 am
by JohnnyB
I like the cool pseudo CSS3 stuff for the footer's design. Too bad it makes all of that horizontal scrolling.

you can overflow-x: hidden; to the <footer> to help offset most of it.

Re: Sites now live

Posted: Thu Dec 11, 2014 8:42 am
by psy
Too bad it makes all of that horizontal scrolling.
Thanks for the feedback JohnnyB.
I don't see the same thing. When I quickly reduce the screen size, yes, the horizontal scrollbars are there, but when the CSS catches up, they disappear.
Can you give me more details on what/where/screen size etc you're viewing the site(s)?

Re: Sites now live

Posted: Thu Dec 11, 2014 8:54 am
by velden
Firefox on Windows
(note the scroll bar)
scroll_01.jpg
scroll_02.jpg

Re: Sites now live

Posted: Thu Dec 11, 2014 10:07 am
by applejack
Psy

These are the culprits

Code: Select all

footer.section-skew-footer::before {
	border-right: 3000px solid transparent;
}
Which gets rid of most of it if you remove it and something in

Code: Select all

<section class=​"photo parallax-section-alt-2 parallax-layer" data-stellar-background-ratio=​"0.5">​

Re: Sites now live

Posted: Thu Dec 11, 2014 10:11 am
by psy
Yeah, I see it on FF but not Chrome. Doh, doh doh!!! Will look into it.
After so many years of web, stuff's supposed to get simpler, not more complicated.

Re: Sites now live

Posted: Thu Dec 11, 2014 10:20 am
by applejack
Re: After so many years of web, stuff's supposed to get simpler, not more complicated.

Dream on....

Re: Sites now live

Posted: Thu Dec 11, 2014 10:22 am
by psy
Re: After so many years of web, stuff's supposed to get simpler, not more complicated.

Dream on....
I do. Alternative, ie reality, is a bit depressing. :P