Missing Customisations.
Silpion
Registered Users Posts: 20 Big grins
Hi All,
I was getting quite stressed this week with setting up my first SmugMug site but once i noticed their were different forums for legacy and the new version i finally found all your helpful links and common customisations. So thanks!
I have tried to find these few customisations but either i am crap at looking or no one has asked yet. If you could point me in the right direction that would be great. btw - i love copy paste CSS/HTML
- How to hide an entire site item from one page? i have social icons on my left side bar but i want to hide these on my About us page only.
- Somehow i have got the login button to appear on my right side bar on the home page but on the gallary it's on the bottom right corner. Any ideas how i have messed up the homepage?
- I only have a few galleries but how do i make sure their is a download button underneath the main image when using SmugMug view for visitors. This is a family website to share pictures and will be looked with a password so not worried about people stealing the images. (SOLVED)
- I have used the full screen Slideshow for my home page, is it possible set a single image to cover every other page? as when i change background under theme it messes with the homepage. couldn't see this in common customisations.
- How to add hover colour to buttons when looking at SmugMug gallery setup. Buttons like download, like, info etc...
- How to set the width/height of the Comments box under image in SmugMug Gallery.
- How to change colour of comments box under image in SmugMug gallery. (SOLVED)
- How to edit the layout and text of a 404 error on your domain. swear i have seen this somewhere in the last week. (SOLVED)
I hope that's it, any help with the above questions would be great
Rich
I was getting quite stressed this week with setting up my first SmugMug site but once i noticed their were different forums for legacy and the new version i finally found all your helpful links and common customisations. So thanks!
I have tried to find these few customisations but either i am crap at looking or no one has asked yet. If you could point me in the right direction that would be great. btw - i love copy paste CSS/HTML
- How to hide an entire site item from one page? i have social icons on my left side bar but i want to hide these on my About us page only.
- Somehow i have got the login button to appear on my right side bar on the home page but on the gallary it's on the bottom right corner. Any ideas how i have messed up the homepage?
- I only have a few galleries but how do i make sure their is a download button underneath the main image when using SmugMug view for visitors. This is a family website to share pictures and will be looked with a password so not worried about people stealing the images. (SOLVED)
- I have used the full screen Slideshow for my home page, is it possible set a single image to cover every other page? as when i change background under theme it messes with the homepage. couldn't see this in common customisations.
- How to add hover colour to buttons when looking at SmugMug gallery setup. Buttons like download, like, info etc...
- How to set the width/height of the Comments box under image in SmugMug Gallery.
- How to change colour of comments box under image in SmugMug gallery. (SOLVED)
- How to edit the layout and text of a 404 error on your domain. swear i have seen this somewhere in the last week. (SOLVED)
I hope that's it, any help with the above questions would be great
Rich
Th4t 1s a C4ctu$ → ψ
0
Comments
If you'd like to make the functions of the buttons more obvious you can add text with Lamah's customization at http://www.sherlockphotography.org/Customisations/Large-photo-download-buttons.
To edit your 404 page, enter an invalid URL for your site when you are logged in to smug. That will trigger the 404 page to display. Once it is shown you can customize it.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
This is the only one I can answer.
Make your page break with a bogus URL, like, www.mydomain.com/bogus
When the 404 pages comes up, click the customize site, and make the page separate.
I love copy/paste CSS/HTML too.
.sm-form-field-textarea {
color: red !important;
}
You'll probably want to change that color to something else then red though.
Support Hero and Customeister
http://www.smugmug.com/help
.sm-comment-add-form .sm-form-field-textarea {
color: red !important;
}
Support Hero and Customeister
http://www.smugmug.com/help
Yup, that's better, Eric
What selector(s) would I use to adapt that to work only on the Contact Form?