Customize Pages
sharky
Registered Users Posts: 2 Beginner grinner
How do I create folder/gallery themes that ONLY change the design on the different page?
When I create a custom them for a gallery my options are to apply to 1) Entire Site, 2) to all folders or 3) just that folder. Is there a way to change all the folders/gallerys for just that page?
(My home page points to different pages for the different audiences)
When I create a custom them for a gallery my options are to apply to 1) Entire Site, 2) to all folders or 3) just that folder. Is there a way to change all the folders/gallerys for just that page?
(My home page points to different pages for the different audiences)
Tagged:
0
Comments
@sharky Did you get your answer? I want to do the same... just can't figure it out. I see you have all your galleries PW protected. I couldn't tell if you have different customizations.
Won't know where I'm going 'til I get there.
http://kasejameson.smugmug.com
I know this isn't what @sharky meant to use her post for, but it looks like it's got a little traction.
I need someone to point me in the general direction that this code has me going. I want the parallax effect, but this code only shows one picture, even though I've linked 3. The code follows:
HTML
>
>
CSS
`body {
margin: 0;
font-family: Arial, sans-serif;
overflow-x: hidden;
}
.parallax-container {
position: relative;
height: 100vh;
width: 100%;
overflow: hidden;
}
.parallax {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
background-attachment: fixed;
background-position: center;
height: 100vh;
width: 100%;
z-index: -1;
}
.parallax + .parallax {
margin-top: 100vh; /* Adjust the space between images */ <---------- ISSUE LIES HERE IMHO
}
Won't know where I'm going 'til I get there.
http://kasejameson.smugmug.com
Ahhh He!!, I can't get the HTML to show up... I must not understand markdown.
Won't know where I'm going 'til I get there.
http://kasejameson.smugmug.com
If you want a Parallax effect on one of your pages, try this: https://gallery.imagesinthebackcountry.com/Smugmug-customization/Create-a-Parallax-Fixed-Scrolling-SmugMug-Website
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
You need to wrap your code with 3 "back-tics":
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thank you Mr. Mike. I will definitely try your tutorial later this evening...
and THANK YOU for the code markdown... I'm used to LaTeX.
Won't know where I'm going 'til I get there.
http://kasejameson.smugmug.com
@Hikin' Mike That's BY FAR superior to what I was using, thank you!
Won't know where I'm going 'til I get there.
http://kasejameson.smugmug.com