mrscooper
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Shortcode] Message if loop is emptyI am a bit late but thank you! This plug-in is indispensible!
Forum: Plugins
In reply to: [Jazzy Forms] line breaks in email with conditional statementsUh oh, had some missing quotes, here is a corected example:
{{IF(fruit=1,fruit_val,””)}}{{IF(fruit=1,”
“,””)}}{{IF(bread=1,bread_val,””)}}{{IF(bread=1,”
“,””)}}{{IF(drink=1,drink_val,””)}}{{IF(drink=1,”
“,””)}}Forum: Plugins
In reply to: [Jazzy Forms] Conditional display of form info in emailI know it is a bit late but I think I figured this out here:
http://wordpress.org/support/topic/line-breaks-in-email-with-conditional?replies=2
Forum: Plugins
In reply to: [Jazzy Forms] line breaks in email with conditional statementsI think I have it solved, I added an extra conditional to each item. The “if true” value is two quotes separated by a line break.
`{{IF(fruit=1,fruit_val,””)}}{{IF(fruit=1,”
“,””)}}{{IF(bread=1,bread_val,””)}}{{IF(bread=1,”
,””)}}{{IF(drink=1,drink_val,””)}}{{IF(drink=1,”
,””)}}and so on….
I hope that helps someone else!
Forum: Plugins
In reply to: [Category Grid View Gallery] Javascript Error: 'paginateVal' is undefined;Disclaimers: I know this is an old post and I am a rank amateur and I doubt this is clean (I got rid of my javascript error anyways) but I put:
<?php echo do_shortcode(“[cgview id=100000 paginate=40]”) ?>
at the top of my content-page.php file. Seems to do the trick.