Jeremy B. Shapiro
Forum Replies Created
-
Forum: Plugins
In reply to: [URL Params] Set Button URL based on query parameters?Hi! Yes, there are two ways to do that. One would be with a conditional tag,
[ifurlparam], like if you wanted to set a page button’s URL to like A vs. B.The other way would be to use the
htmltagattribute.Can you say more about what you’re trying to do?
Forum: Plugins
In reply to: [FuseDesk] Vulnerable to Stored Cross-Site ScriptingThis issue was patched this morning and is awaiting the WordPress Plugins team to approve.
Forum: Reviews
In reply to: [URL Params] Works well, very straightforwardThank you, @larrydaniele ! 🙏
Forum: Plugins
In reply to: [Add Custom Body Class] 1.4 creates broken front endHi, @anilankola , this is not resolved. This is a breaking change.
The issue is that 1.4 calls
is_shop()on line 43 ofadd-custom-body-class.php. That function isn’t defined if WooCommerce isn’t installed. You should first check that the function is defined withfunction_exists()i.e.function_exists('is_shop').So you can change that line to be something like:
if(function_exists('is_shop') && is_shop())To reproduce and test, just make sure that the site is NOT a shop. Like even a basic fresh WordPress install.
Forum: Plugins
In reply to: [FuseDesk] How to change the layout being sent to FuseDeskHiya, thanks for your patience! We just rolled out version 6.6 for you which includes MUCH prettier formatting of the notes on the new cases created from our WordPress plugin. You don’t have editable templates, per set, but this is a BIG improvement in the note styling.
Of note (hah, no pun intended):
- Items are now bullet points and organized under headers
- Labels are bolded
- File attachments are easier to read
- And more!
Update to the latest version of our plugin and enjoy! 🙂
- This reply was modified 3 years, 8 months ago by Jeremy B. Shapiro.
Forum: Plugins
In reply to: [FuseDesk] How to change the layout being sent to FuseDeskThanks for reaching out about the formatting of the note that comes into FuseDesk from Gravity Forms. FuseDesk now supports HTML in notes, so YES, we should be able to update our WordPress plugin to send the note with some more formatting. Like bold formatting for the labels, yes? A table could get messy (and have a lot of wasted space), so perhaps bullets? Would love your thoughts!
Forum: Plugins
In reply to: [FuseDesk] Problem provisioning appHi, @foysalremon , thanks for the post and sorry to hear that you’re not able to get your new app on line… We DO see your new apps. And a welcome email was sent to your email to get logged in. In fact, a few were. Our team also tried to reach you by phone. Anywho, check your junk/bulk/spam folder for your welcome email? We’ll also be sending you a password reset email in a moment, so look out for that? 🙂
Forum: Plugins
In reply to: [FuseDesk] New update breaks WP with GravityForm related errorsOutstanding. Thank you for confirming, @crazyserb !
Forum: Plugins
In reply to: [FuseDesk] New update breaks WP with GravityForm related errors@crazyserb this should be resolved with 5.2. Can you please update and confirm? Thank you!
Forum: Plugins
In reply to: [FuseDesk] New update breaks WP with GravityForm related errorsThank you for the heads up on that, @crazyserb ! We’re on it and that’ll be fixed up this morning.
Forum: Plugins
In reply to: [URL Params] Delete parameter after ?Alex, URL Params won’t help you change the params in your URL. It sounds like you may have a language plugin or something in place which is adding that param to your URLs. Check your settings for that plugin to see what can be done to change that language param.
Forum: Plugins
In reply to: [URL Params] Trouble accessing Array ParamsJohn, WordPress isn’t going to like you putting shortcode style brackets inside of the quotes as it’ll try and process [SubmitedByName] as a shortcode which it isn’t. Unfortunately, I don’t believe that you’ll be able to work with array params the way you’re hoping! 🙁
Forum: Plugins
In reply to: [URL Params] Form dropdown optionsKevin, you’ll likely want to do conditional code where you show an option of a param is set and show the non-selected option if the param is not set.
Forum: Reviews
In reply to: [URL Params] Saved lots of development timeThat’s excellent, emanweb! Well done!
Forum: Reviews
In reply to: [URL Params] Best plugin for custom affiliation urlThank you so much, Matteoterzi! I really appreciate the support! 🙂