Title: Issue using manual condition
Last modified: August 21, 2016

---

# Issue using manual condition

 *  Resolved [flexclique](https://wordpress.org/support/users/flexclique/)
 * (@flexclique)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/issue-using-manual-condition/)
 * When I try to use a manual condition of: is_single() && in_category(‘free-blog’)
 * I get this at the top of the post page…
 * Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING
   in /home/mysite/public_html/wp-content/plugins/scroll-triggered-boxes/includes/
   class-public.php(66) : eval()’d code on line 1
 * I can get it to work if I choose to show “everywhere”.
 * Any ideas?
    Thanks!
 * [http://wordpress.org/plugins/scroll-triggered-boxes/](http://wordpress.org/plugins/scroll-triggered-boxes/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/issue-using-manual-condition/#post-4474311)
 * Hey,
 * Hmm, strange. Which version of PHP are you running?
 *  Thread Starter [flexclique](https://wordpress.org/support/users/flexclique/)
 * (@flexclique)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/issue-using-manual-condition/#post-4474318)
 * PHP Version 5.3.28
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/issue-using-manual-condition/#post-4474320)
 * And are you sure the box rule is [this exact rule](http://take.ms/XR3bz):
 *     ```
       is_single() && in_category('free-blog')
       ```
   
 * I just tested it and it works without any problems for me.
 * Do you have any other rules set-up?
 *  Thread Starter [flexclique](https://wordpress.org/support/users/flexclique/)
 * (@flexclique)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/issue-using-manual-condition/#post-4474325)
 * I’m positive that I have it just as you show above. I did notice that the error
   is now showing for any choice I make. So I have uninstalled the plugin. This 
   made the error go away. I will try re-installing it to see what happens.
 * Thanks,
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/issue-using-manual-condition/#post-4474327)
 * Hi there,
 * I have a feeling I know what the error is, will push a (possible) fix out within
   the hour!
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/issue-using-manual-condition/#post-4474329)
 * This should be fixed in version 1.1.6 – let me know if that worked. 🙂
 *  Thread Starter [flexclique](https://wordpress.org/support/users/flexclique/)
 * (@flexclique)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/issue-using-manual-condition/#post-4474330)
 * Will do, thanks!
 *  Thread Starter [flexclique](https://wordpress.org/support/users/flexclique/)
 * (@flexclique)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/issue-using-manual-condition/#post-4474335)
 * Works perfectly now!
 * Awesome plugin!
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/issue-using-manual-condition/#post-4474336)
 * Great! Thanks for letting me know. 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Issue using manual condition’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/scroll-triggered-boxes_a0af9c.svg)
 * [Scroll Triggered Boxes](https://wordpress.org/plugins/scroll-triggered-boxes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/scroll-triggered-boxes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/scroll-triggered-boxes/)
 * [Active Topics](https://wordpress.org/support/plugin/scroll-triggered-boxes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/scroll-triggered-boxes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/scroll-triggered-boxes/reviews/)

## Tags

 * [parse-error](https://wordpress.org/support/topic-tag/parse-error/)

 * 9 replies
 * 2 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/issue-using-manual-condition/#post-4474336)
 * Status: resolved