Changing CTA's on gallery and Image view
YuriV
Registered Users Posts: 12 Big grins
Hello!
I have been running into an issue and was wondering if someone knows how to fix it. Is there a way to change the "buy photos" button when opening up the gallery? After reading through one of the threads I put in the code to change the main Cta to "Buy Tutorials" but when I click and individual tutorial its still "buy photos," which needs to be changed. Let me know if you can help!
https://www.vantowskiphotography.com/Tutorials
I have been running into an issue and was wondering if someone knows how to fix it. Is there a way to change the "buy photos" button when opening up the gallery? After reading through one of the threads I put in the code to change the main Cta to "Buy Tutorials" but when I click and individual tutorial its still "buy photos," which needs to be changed. Let me know if you can help!
https://www.vantowskiphotography.com/Tutorials
Tagged:
0
Comments
First thing you have this in your Theme's Custom CSS Section:
This is not CSS and should be removed.
Once you've done that use this instead of the code you are using now:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Again, this is not CSS and should not be in there:
You need to use this:
.sm-user-ui .sm-page-powered-by a {display: none;}
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Missed the lightbox stuff.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
No.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
That's because when it switches to mobile, the icon only is displayed.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Try this: https://gallery.imagesinthebackcountry.com/Smugmug-customization/Adding-a-Mailchimp-Signup-Form
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
I see you still have the wrong code in your Theme's Custom CSS section:
Again, this is not CSS and NOT correct and can cause display issues. If you want to remove the 'Power By" you need to use this:
.sm-user-ui .sm-page-powered-by a {display: none;}
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk