I duplicated 8 buttons in a grid.
They are appearing differently from one another but I can't tell why.
See screenshot or get around coming soon by going to hidden link hidden link
See how the three right ones are greyed out/darker color?
I actually WANT it to do that if there is no data in the field - how would I do that?
But I can't see what's making them be a different color when they all have data in the fields?
If you want an admin log in, happy to provide one.
I see that the button has a Conditional Display but it doesn't let me select the current button's custom field as the conditional parameter. IF there is nothing in the field/empth THEN I want the button to look inactive/greyed out. I want the button to be there, but I want the text color to be different, like it is on those 3 I don't know why they are different.
I see, that screenshot I sent was conditional to display it on the backend. Not front end.
Ok so on the front end, in the template, I have it where the button won't show up at all if that value is empty, but that isn't what I want. If it's empty, then I want a button that looks different, with the text a darker color. I can't figure out how to get it to do that.
I feel like this should be working.
I have a grid cell.
I have two conditional block in the same grid cell.
The first conditional block says "show this button IF there is a value in the airport url field"
So far so good, if there is data, the button shows up.
Then in the second conditional in the same cell (maybe same cell is the issue?)
I have another conditional block with a button in it, which says show this other button (greyed out) If that field is empty.
But the grey one doesn't show up. Nothing shows up.
Also It's interesting that in the second one, the "show this button if this field is empty" with a different color, where the button won't show up but if I make it an image that shows up if the field is empty it works. I don't want to have to make images of the buttons though, that doesn't make any sense. So, still stuck on why won't a button with different colors show up if there is no url in the field? Because buttons are relying on a url to be there to be a button probably?