
Ifra Saqlain
-
총 활동 수1120
-
마지막 활동
-
회원 가입일
-
내가 팔로우하는 사용자 수0명
-
나를 팔로우하는 사용자 수21명
-
투표 수28
-
플랜 수275
활동 개요
Ifra Saqlain님의 최근 활동-
Ifra Saqlain님이 에 댓글을 입력함
Hi Sarah, Can you please check the theme Templating API v1 OR Templating API v2 Screenshot:
-
Ifra Saqlain님이 에 댓글을 입력함
Happy to hear that it worked!
-
Ifra Saqlain님이 에 댓글을 입력함
Add this line of code inside blocks-item: <span class="category-icon" id="category--{{id}}"><i class="lni lni-laptop-phone"></i></span>Screenshot: Try this and let me know.
-
Ifra Saqlain님이 에 댓글을 입력함
Hi Product Support, To show the category block's icon, follow the steps below: i). Add the script code at the bottom of your home_page.hbs file. <script> $('.icon').each(function (idx, itm){ va...
-
Ifra Saqlain님이 에 댓글을 입력함
Hi Anton!, Use the given code and you can change the colors in this: .nav-wrapper-mobile .menu-list-mobile { background-color:#000;}.nav-wrapper-mobile .menu-list-mobile-items a:hover, .menu-but...
-
Ifra Saqlain님이 에 댓글을 입력함
Hi Amanda Barber, I tried it and it's working, I add {{isnt}} condition in anchor tag, see the screenshot: Code:{{#isnt id 4404022102548}} -- My category ID, which I want to redirect to external we...
-
Ifra Saqlain님이 에 댓글을 입력함
@Marc, are these anchor tag of dropdown fields? var rt = document.querySelector('#new_request > div.form-field.string.required.request_custom_fields_5975694187661 > a');var cn = document.querySelec...
-
Ifra Saqlain님이 에 댓글을 입력함
Thanks for sharing the trick @Sebastian :)
-
Ifra Saqlain님이 에 댓글을 입력함
Hi Ashlei Capistrano, Use the below code: .category-content .section-tree .article-list,.category-content .section-tree .see-all-articles {display:none} .category-content .section-tree .article-l...
-
Ifra Saqlain님이 에 댓글을 입력함
Go to the article_page.hbs file, find {{subscribe}}, you can add your custom button, you can remove it or do which you want. Screenshot for the same: Now go to the section_page.hbs file, find ...