New Customizer - stupid question
Srock
Registered Users Posts: 9 Big grins
I'm having trouble getting customizations to work in CSS-
I have tried adding CSS blocks to both the entire site and gallery- Doesnt seem to work.
Do you need to add the block to a specific area of the page?
Do you need to add a new block for each command
I want to turn off the buy menu, keywords and comments- I have added the following to my css block , but no luck- What could I be doing wrong??
Steve
Code:/* Remove the "Add to Cart" Button */
.sm-gallery-buymenu
{
display: none;
}
Code:/* Remove the comments section */
.sm-gallery-smugmug .sm-gallery-comments-container {
display: none;
}
Code:/* Hide the keywords from displaying on galleries */
.sm-tile-keywords
{
display: none;
}
I have tried adding CSS blocks to both the entire site and gallery- Doesnt seem to work.
Do you need to add the block to a specific area of the page?
Do you need to add a new block for each command
I want to turn off the buy menu, keywords and comments- I have added the following to my css block , but no luck- What could I be doing wrong??
Steve
Code:/* Remove the "Add to Cart" Button */
.sm-gallery-buymenu
{
display: none;
}
Code:/* Remove the comments section */
.sm-gallery-smugmug .sm-gallery-comments-container {
display: none;
}
Code:/* Hide the keywords from displaying on galleries */
.sm-tile-keywords
{
display: none;
}
0
Comments
Support Hero and Customeister
http://www.smugmug.com/help
Seemed to start working when I took out the comments leaving only the code (You should be able to leave the comments to explain the code...)
In Smugmug style - the standard folders have photos on the right and the selected image on the left.
In the old Smugmug the user could control the image speed and transition- I dont see the controls for the slidehow in the folder -Does the user no longer have any control? If not, wher are the controls . Where is it and who can control it??
Steve
Comments work, but if this is exactly what you copied:
....then you need to remove this in red.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk