I have a checkbox field with 'When unchecked, don't save anything to the database' selected, and value to store '1'
In a view I have a conditional block with a paragraph. I want the paragraph to show when the checkbox field is not empty (ie checked).
The condition is:
NOT (
Field In Showroom? from Current Stove is empty .
)
However, the opposite is happening and the paragraph is showing when the checkbox field is empty
Hello. Thank you for contacting the Toolset support.
That is strange. Can you please share problem URL where you added the conditional block and admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
I'm not sure whats going on here as it seems there is a class conflict which you assigned to the paragraph "in-showroom-tag".
When I change the classname to "in-showroom-tag1", it shows the "View in our showroom" text for all item on the link which you claim that is not working:
- hidden link
So, basically conditional works but there is some conflict with the classname you are using. Can you change the classname to something else and see if that helps you to resolve the issue.
I now have the conditional positioned correctly, with float:right & margin-top:-55px, however, it is behind the image so half missing. Are you able to advise me how to have it on top of the image?