Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Pulkit Pandey's Avatar

Pulkit Pandey

Beigetreten 16. Apr. 2021

·

Letzte Aktivität 10. Dez. 2024

Zendesk LuminaryCommunity Moderator

Folge ich

2

Follower

5

Gesamtaktivitäten

340

Stimmen

7

Abonnements

122

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Pulkit Pandey

Pulkit Pandey hat einen Kommentar hinterlassen

Community-KommentarZendesk EAP - New Article Editor in Guide

Hi David Bjorgen

Can you please share the screenshot of your query and indicate where you are adding this table? This will help me assist you better.


Thank You

Pulkit

Team Diziana

Kommentar anzeigen · Gepostet 04. Okt. 2024 · Pulkit Pandey

0

Follower

0

Stimmen

0

Kommentare


Pulkit Pandey hat einen Kommentar hinterlassen

Community-Kommentar Q&A - Help center and community

Hi mfg
 

1) You can replace the existing code with your current one and also replace the placeholder image.
 

{{t 'submit_a_request'}}

{{request_form wysiwyg=true}}

 

2) Add the below CSS at the bottom of your style.css file 

 

.request-wrapper {
   display: flex;
   justify-content: space-between;
   flex-direction: column;
 }
 
 .request-image img {
   width:100%;
 }
 
@media(min-width:1024px) {
 	.request-wrapper { 
  	flex-direction: row;
 	}
 
 	.request-form {
    	flex: 1 0 50%;
 	}
 
   .request-image {
   	flex: 0 0 50%;
   	margin-right:32px;
 	}
}

 

Let me know if it solves your issue.

 

Thank You 

Pulkit

Team Diziana

 

Kommentar anzeigen · Gepostet 09. Sept. 2024 · Pulkit Pandey

0

Follower

0

Stimmen

0

Kommentare


Pulkit Pandey hat einen Kommentar hinterlassen

Community-Kommentar Feedback - Community Forums (Gather)

Happy to hear that :)

Kommentar anzeigen · Gepostet 27. Aug. 2024 · Pulkit Pandey

0

Follower

0

Stimmen

0

Kommentare


Pulkit Pandey hat einen Kommentar hinterlassen

Community-Kommentar Feedback - Community Forums (Gather)

Hi Stephanie Salsini

 

Please add the below CSS at the bottom of your style.css file it will hide the Down Vote option from the Community post page.

 

.post-actions-wrapper .vote-down{
  display: none;
}

 

Let me know if it solves your issue

 

Thank You

Pulkit

Team Diziana

Kommentar anzeigen · Gepostet 24. Aug. 2024 · Pulkit Pandey

0

Follower

0

Stimmen

0

Kommentare


Pulkit Pandey hat einen Kommentar hinterlassen

Community-Kommentar Q&A - Help center and community

Hi Максим Насон

You need to include the JavaScript code within the

 

2) Don't forget to include the following CSS snippet at the end of your style.css file!

 .tabcontent {
   display: none;
   padding: 6px 12px;
   border: 1px solid #ccc;
   border-top: none;
}

 

Let me know  if it solves your issue 

 

Thank You

Pulkit

Team Diziana

 

Kommentar anzeigen · Gepostet 22. Aug. 2024 · Pulkit Pandey

0

Follower

0

Stimmen

0

Kommentare


Pulkit Pandey hat einen Kommentar hinterlassen

Community-Kommentar Feedback - Help Center (Guide)

Happy to hear that :)

Kommentar anzeigen · Gepostet 26. Juni 2024 · Pulkit Pandey

0

Follower

0

Stimmen

0

Kommentare


Pulkit Pandey hat einen Kommentar hinterlassen

Community-Kommentar Q&A - Help center and community

Hi Keetha Aruboribaran

 

Replace your search helper with the following code below

{{search submit=true}}

 

Then use the CSS to add icon and to update its position as shown on the screenshot you have attached 

 

 

Thank You

Pulkit

Team Diziana

Kommentar anzeigen · Gepostet 26. Juni 2024 · Pulkit Pandey

0

Follower

1

Stimme

0

Kommentare


Pulkit Pandey hat einen Kommentar hinterlassen

Community-Kommentar Feedback - Help Center (Guide)

Hi Anna

 

I'm glad to hear that the previous solution worked for you.

 

Please add the script code below at the bottom of “new_request_page.hbs” file 

 

 

 

 

Let me know if it solves Your issue 

 

Thank You

Pulkit

Team Diziana

 

 

 

 

 

 

 

Kommentar anzeigen · Gepostet 21. Juni 2024 · Pulkit Pandey

0

Follower

0

Stimmen

0

Kommentare


Pulkit Pandey hat einen Kommentar hinterlassen

Community-Kommentar Feedback - Help Center (Guide)

Hi Anna

 

Please add the below CSS at the bottom of your style.css file 

 

body > main {
 min-height: 82vh;
}

 

 

Let me know if it solves your issue

 

 

Thank You

Pulkit

Team Diziana

Kommentar anzeigen · Gepostet 21. Juni 2024 · Pulkit Pandey

0

Follower

0

Stimmen

0

Kommentare


Pulkit Pandey hat einen Kommentar hinterlassen

Community-Kommentar Q&A - Help center and community

Hi Joane Bonghanoy,

 

Sorry for the late reply :)

 

First, upload your branded image to an assets folder and then copy the image URL, as shown in the attached screenshot.

 

Now replace the copied image URL with the YOUR IMAGE URL GOES HERE in the code below

 

.section-tree .article-list .article-list-item {
 position: relative;
}

.section-tree .article-list .article-list-item a {
 margin-left: 40px;
}

.section-tree .article-list .article-list-item:before {
  content: '';
 background: url("YOUR IMAGE URL GOES HERE");
  height: 30px;
   display: inline-block;
   width: 40px;
   position: absolute;
   left: -4px;
   right: auto;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   top: 13px;
 
}

 

 

Let me know if it solves your issue 

 

 

Thank You

Pulkit

Team Diziana

 

Kommentar anzeigen · Gepostet 18. Juni 2024 · Pulkit Pandey

0

Follower

0

Stimmen

0

Kommentare