if-description not working in quotes
-
I have this in the Event Builder:
<div class=\"gce-list-event gce-tooltip-event [if-description] s3Toggle [/if-description] \">[if-not-all-day][start-custom format="g:ia"][/if-not-all-day] [event-title] [if-description] <i class="fa fa-chevron-circle-down fa-lg"></i> [/if-description]</div>I want to add a class to the title if there’s a description (using jQuery to make it collapsible/expandable)
If there’s no description, the resulting code ends up being:
<div class="gce-list-event gce-tooltip-event">10:00am Auditions /div>Since there’s not a conditional “if-not-description”, I’m not sure how to get around this.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘if-description not working in quotes’ is closed to new replies.