
Tal Admon
Owner of RTK.co.il, together with my wife, Reut. We are growth strategists - providing everything your business needs for growing.
-
Actividad total91
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen2 usuarios
-
Votos4
-
Suscripciones48
Resumen de la actividad
Última actividad de Tal Admon-
Tal Admon hizo un comentario,
actually, the table html is not well formatted - for example I see only one table tag but two /table closing tagss
-
Tal Admon hizo un comentario,
Thanks. The Notepad++ screenshot actually looks different from your 1st image - there is no extra line and after the 3rd td before the table tag. Try to copy and paste from notepad as it is ...
-
Tal Admon hizo un comentario,
Hi Thomas, My guess is that you probably have some non-printable characters after your 3rd td tag and after the . Try editing this text with Notepad++ or similar editor, and make sure you tur...
-
Tal Admon creó una publicación,
Request feedback after negative article vote
We have found a nice way of handling user feedback on negative votes - here it goes: 1. Add a new text field called "Originated Article" - note its ID (31107517 in my example). 2. Add a new form ca...
-
Tal Admon hizo un comentario,
Hi Sam, There is a way to reuse code in several template pages like so: Say I have an html code I want to reuse: First, I will minify it and put it in a jQuery html clause:jQuery('#mycode').html('...
-
Tal Admon hizo un comentario,
Hi Diego, Not all objects are available in all template pages. In the case of the Home page, the User object is not available. Compare, for example the list of available properties of the Home page...
-
Tal Admon hizo un comentario,
Hi Diego, You can do this with a bit of javascript: see example below. The script: note that I set an empty span with the id "user_name". Then, I populate it according to the value of HelpCenter o...
-
Tal Admon hizo un comentario,
Hi Mollie, Please try to check the option "display unsafe content" under Security in the general help center settings: https://your_domain.zendesk.com/hc/admin/general_settings Update the settings ...
-
Tal Admon hizo un comentario,
Hi Kalpesh, If you want to append a prefix to your ticket subject line, you can use the ticket.title placeholder in the trigger's json body: {"ticket":{"subject":"[info] - {{ticket.title}}"}} Note ...
-
Tal Admon hizo un comentario,
Hi Lisa, To change the color of the text in the Search Bar, add the following code in the CSS Tab on the Theme Editor: ---------- .search input[type=search] { color: brown;} See it live at: http...