Adding [Download Photo] button next to [Buy Photo] button.
DreamStreetPortraits
Registered Users Posts: 27 Big grins
Hello!
After clicking and expanding an image in a gallery you see the standard options to the top left (expand, slideshow, photo details, share, comments, download, and tools). These options are all displayed as icons. Towards the bottom left of this page a button [Buy Photo] is displayed.
I would like to create a [Download Photo] button to the left of the [Buy Photo] button for both desktop and mobile.
How is this possible and how can I customize it afterward?
I could try using my very limited CSS and HTML skills, but honestly, I don't know where to start.
Here is a link to the page in question https://www.dreamstreetportraits.com/Example/i-SzrmkrJ/A
Also, is there a way to add background and hover colours to the [Download] and [Info] buttons below the main image on the main gallery pages? Here is a link https://www.dreamstreetportraits.com/Example
Many thanks :)
Emrys.
After clicking and expanding an image in a gallery you see the standard options to the top left (expand, slideshow, photo details, share, comments, download, and tools). These options are all displayed as icons. Towards the bottom left of this page a button [Buy Photo] is displayed.
I would like to create a [Download Photo] button to the left of the [Buy Photo] button for both desktop and mobile.
How is this possible and how can I customize it afterward?
I could try using my very limited CSS and HTML skills, but honestly, I don't know where to start.
Here is a link to the page in question https://www.dreamstreetportraits.com/Example/i-SzrmkrJ/A
Also, is there a way to add background and hover colours to the [Download] and [Info] buttons below the main image on the main gallery pages? Here is a link https://www.dreamstreetportraits.com/Example
Many thanks :)
Emrys.
Tagged:
0
Comments
It is not possible to add a Download Photo button.
For your second question, yes it's possible. You need to remove the non-CSS that you placed in your Theme's Custom CSS Section:
<font color="white">Dream Street Portrait!</font>
. Once you've done this, add this:Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
It works great. Another quick question for you... How can I adjust the code to add a hover color?
Add this:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
With your help, I've managed to get everything the way I like it. Except there is one thing I can't figure out.
Basically, I would like the download all button to always display 'DOWNLOAD ALL' on all screen sizes without overlapping or looking strange.
Can you help? :smiley:
Please remove the wrong/non-CSS code I asked for earlier.
This is NOT CSS and will break:
<font color="white">Dream Street Portrait!</font>
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
It has been removed properly this time. Thank you.
Add this to your Theme's Custom CSS Section.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Great My hat off to you, sir!