
Simon Blouner
-
Total activity230
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes32
-
Subscriptions74
Comments
Recent activity by Simon Blouner-
Hey @robert de la o Now I get it. Then my quick fix would be to check that your URL does not contain the requests/new part, and then fire the script.
-
Hey @Grant Foster You sure can! It's all about locating where to change the text in the DOM. For the "Attachments (optional)" the code would look like this: $( document ).ready(function() {//Store ...
-
Hey @Robert De La O I'm afraid I'm getting confused by the terms you're using. Can you provide us with some screenshots to examplify your challenge? Or a link to your help center maybe. I understan...
-
Hey Jason K Based on the errors you're getting, I'd open the various template files that is mentioned in the error description, and try searching for e.g. each, and have a look if there's something...
-
Hey Ryan C It should work in regards to the way you show your code using Amies' example. Have you tried wrapping your statement in a document.ready function? jQuery( document ).ready(function() { ...
-
Hey Robert De La O You can add some text via. customizing your Help Center theme using some jQuery. An example could look oike this. jQuery( document ).ready(function() { //Change the subject...
-
Hey Louis Evangelista Where are you presenting your forms to your end-users? On your Help Center or the Web Widget? Or both? On the Help Center you're able to change this text with a little bit of ...
-
Patrick Wilson you can also use the {{ticket.group.name}} in the case that you're routing your tickets to specific groups when receiving the tickets, or There's also in a longer direction of creati...
-
Hey Rick Dunetz From an inspection of your theme, the button is working fine when checking out the theme on a phone. However, when using the page on a desktop, the .container-header.mobile class is...
-
Hey @Kenneth Nuckols, To the best of my knowledge, there's no straight-out-of-the-box solution to this. My best bet would be to have your web developers adjust your theme code on the subscriptions_...