You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a child theme based on Bootstrap Darkroom with the Manage Properties Photos plugin for a Fine Art site.
I have added a property called SOLD which is a radio button. When the painting is sold I want to display a red dot using CSS - no issue on doing that. My issue is how do I get the value of the property?
It displays in the sidebar for the picture but I need it in the theImageComment div but it does not appear to be available at this point. I have experiment by doing a var dump to see if I can find it but no luck so far.
Any idea on how I can access this property outside the sidebar?
The text was updated successfully, but these errors were encountered:
I am creating a child theme based on Bootstrap Darkroom with the Manage Properties Photos plugin for a Fine Art site.
I have added a property called SOLD which is a radio button. When the painting is sold I want to display a red dot using CSS - no issue on doing that. My issue is how do I get the value of the property?
It displays in the sidebar for the picture but I need it in the theImageComment div but it does not appear to be available at this point. I have experiment by doing a var dump to see if I can find it but no luck so far.
Any idea on how I can access this property outside the sidebar?
The text was updated successfully, but these errors were encountered: