
Ifra Saqlain
-
Total activity1223
-
Last activity
-
Member since
-
Following0 users
-
Followed by21 users
-
Votes30
-
Subscriptions289
Activity overview
Latest activity by Ifra Saqlain-
Ifra Saqlain commented,
@Tom Richards, only with CSS, I don't think it's possible but you can use JS to achieve this instead of checking IDs on hbs file. if (window.location.href.indexOf("000000000000") > -1) { docu...
-
Ifra Saqlain commented,
I'm glad that it worked for you :)
-
Ifra Saqlain commented,
Hey Brooke Kitten, Here is your solutions for all three pages, you need to edit your style.css file to extend the width of category and section page. For category page: Currently there is -- flex: ...
-
Ifra Saqlain commented,
@Jay McCormack, You can put icons in the organization name to make it super noticeable to the agents, no add-ons needed. Credit: https://support.zendesk.com/hc/en-us/community/posts/4409515397...
-
Ifra Saqlain commented,
Tobias Grønbæk Melander, I'm glad that it worked you!
-
Ifra Saqlain commented,
Ash, What's your theme name? because there may be different class names. you can try this class: $(document).ready(function(){ $(".search-result-title a:contains(Approvals)").parentsUntil("ul").hi...
-
Ifra Saqlain commented,
Hi Dana Barr, As per your question, I'm using Phabricator for the same so we don't need to do a long process or you can also use GIT for the same. You can use JIRA for collaboration. And, community...
-
Ifra Saqlain commented,
Tobias Grønbæk Melander , remove the previous code and use this code, it will definitely work, I have tested and updated yet using Flatrock theme, actually, classes are different that's why the pre...
-
Ifra Saqlain commented,
Check your console on preview mode, is there any error? OR You can share URL of your theme here then I can figure out the bug and after fixing the bug, you can remove URL by editing your comment.
-
Ifra Saqlain commented,
Steps to follow: i). Add JQuery CDN to your document_head.hbs file. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>Screenshot for the same: ii). Add wra...