Sites now live

Post links to sites running CMS in all its glory.
Post Reply
psy
Power Poster
Power Poster
Posts: 463
Joined: Sat Jan 22, 2005 11:19 am

Sites now live

Post 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
applejack
Power Poster
Power Poster
Posts: 1015
Joined: Fri Mar 30, 2007 2:28 am
Location: London

Re: Sites now live

Post by applejack »

Both sites have a huge amount of white space scrolling horizontally on Mac - Safari, Chrome, Firefox which is all I looked in.
JohnnyB
Dev Team Member
Dev Team Member
Posts: 729
Joined: Tue Nov 21, 2006 5:05 pm
Location: OH, USA

Re: Sites now live

Post 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.
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo

--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
psy
Power Poster
Power Poster
Posts: 463
Joined: Sat Jan 22, 2005 11:19 am

Re: Sites now live

Post 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)?
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3483
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Sites now live

Post by velden »

Firefox on Windows
(note the scroll bar)
scroll_01.jpg
scroll_02.jpg
applejack
Power Poster
Power Poster
Posts: 1015
Joined: Fri Mar 30, 2007 2:28 am
Location: London

Re: Sites now live

Post 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">​
psy
Power Poster
Power Poster
Posts: 463
Joined: Sat Jan 22, 2005 11:19 am

Re: Sites now live

Post 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.
applejack
Power Poster
Power Poster
Posts: 1015
Joined: Fri Mar 30, 2007 2:28 am
Location: London

Re: Sites now live

Post by applejack »

Re: After so many years of web, stuff's supposed to get simpler, not more complicated.

Dream on....
psy
Power Poster
Power Poster
Posts: 463
Joined: Sat Jan 22, 2005 11:19 am

Re: Sites now live

Post 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
Post Reply

Return to “CMS Show Off”