Hi @whims
Sorry to hear you’re having trouble. Do you have a page I can access where I can see this not working please?
I did make some changes in the last update to how the how thing works, so it’s possible that despite my testing I’ve missed something.
Thanks!
Phil
Thread Starter
Whims
(@whims)
Hi Phil,
appreciate the response, have sent you an email with the url and live example, via the addy available on your website, as the site with the example is currently in development
Thanks
Whims
Thread Starter
Whims
(@whims)
Here we go
http://wpdev.chronwin.com/
these are the shortcodes I currently have in the page:
[is_android] <p>Testing, testing, this text is in an is_android shortcode</p> [/is_android]
[is_mobile] <p>Testing, testing, this text is in an is_mobile shortcode</p> [/is_mobile]
[is_not_android] <p>Testing, testing, this text is in an is_not_android shortcode</p> [/is_not_android]
[is_not_mobile] <p>Testing, testing, this text is in an is_not_mobile shortcode</p> [/is_not_mobile]
This is not in any shortcode at all
Thanks 🙂
Hiya,
Apologies not to get around to this in so long. I’ve just done some testing. It looks like I must have a logic fail somewhere. The is_not_ shortcodes appear to be working but the is_ shortcodes aren’t.
I’ll look at the code tonight and try and sort a fix.
Cheers
Okay, the update should be available soon for you!
Thread Starter
Whims
(@whims)
Thanks Phil, looking forward to the update! 🙂
Thread Starter
Whims
(@whims)
All seems to work great, thank you!