
Ifra Saqlain
-
Gesamtaktivitäten1059
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von20 Benutzer
-
Stimmen28
-
Abonnements263
Aktivitätsübersicht
Neueste Aktivität von Ifra Saqlain-
Ifra Saqlain hat einen Kommentar hinterlassen
Nicole I just tried again: https://jushihr.zendesk.com/hc/en-us/requests/new?ticket_form_id=12899275387031 It is working, subject field already hidden in the form, I pasted that code and that is ...
-
Ifra Saqlain hat einen Kommentar hinterlassen
Hey Nicole, copy and paste the given code and see the output: $("#request_subject").val("New request");$("#request_custom_fields_12929052282519").keyup(function(event) { var stt = $(this).val(); ...
-
Ifra Saqlain hat einen Kommentar hinterlassen
No worries c.keefe, Use this updated code where I replaced ".container-inner" to "#custom-blocks" Updated Code: if (window.location.href.indexOf("en-gb") > -1) { document.querySelector("#custom...
-
Ifra Saqlain hat einen Kommentar hinterlassen
Nicole, can you share public URL of your HC? I wanna see.
-
Ifra Saqlain hat einen Kommentar hinterlassen
Hi c.keefe, Now I'm getting your point, you wanna hide the shared div with all the child elements of it when locale is English (GB). Add the given code to your script.js file at the bottom. if (wi...
-
Ifra Saqlain hat einen Kommentar hinterlassen
Hi @David Harris, I'm Ifra :) To get the sidebar you can use the given code: Theme API version 2 Go to the search_results_page.hbs file and add the following code. <aside class="search-results...
-
Ifra Saqlain hat einen Kommentar hinterlassen
If you have been add TOC for your artcles, then you have the toc div on your article_page.hbs file: <ul id="toc"></ul> You only need to put the element above the toc div, like: <strong>In this ar...
-
Ifra Saqlain hat einen Kommentar hinterlassen
Hi c.keefe :) If you created Dynamic Content for your homepage content, you can use Dynamic Content placeholder like this: {{dc 'dc_placeholder_name'}} Post: https://support.zendesk.com/hc/en-us/...
-
Ifra Saqlain hat einen Kommentar hinterlassen
Hi Nicole, now I understood your query and it's possible, it could be done like this: var _x = $("#custom-field-id-17365969036").html();$('#request_subject').val(_x + ' ' + 'New Ticket Request'); ...
-
Ifra Saqlain hat einen Kommentar hinterlassen
Okay, I'll give it a try and let you know soon :)