Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #497394

    Hi there,

    I’m trying to finish my integration with Awesome Support and ran into an issue that I can’t figure out an answer to. Specifically I’m hung up on this step https://getawesomesupport.com/documentation/awesome-support/ticket-details-page-template/. I want to be able to customize the page using the builder to keep it consistent with my other pages, but I’m not sure how to go about it. Any tips for me?

    Thank you!

    #497403
    #497407

    Thanks, I came across that, but I’m still a little lost. I can add this to my function file, then I sub in wpas_single_ticket(). Then what?

    #497425

    Hey!

    What is the name of your post type? Please replace it with ‘post’ in the code

    Cheers!
    Yigit

    #497848

    Post type is Ticket. I’ve added it, but now where do I go to actually edit the builder that this post type will use?

    Thanks!

    #497854

    Hi!

    Please create a new post with your post type and Advanced Layout Builder should be enabled

    Cheers!
    Yigit

    #497861

    I don’t create these posts however, they are auto-created by WordPress when a user submits a ticket. Therein lays the problem. I want to define the template for this post type to use when WordPress auto generates it.

    #498258

    Hi!

    You won’t be able to use the Enfold builder (ALB) to create a singular post template (single-ticket.php), it needs to be written in HTML. One thing you can do is create a Page (with ALB) as a model and use the generated HTML source for the post template, for example, the code of a typical Color Section looks like this:

    <div id="av_section_1" class="container_wrap alternate_color">
    <div class="container">
                    ...
    </div>
    </div>
    

    Regards,
    Josue

    #498564

    Thanks Josue. After much experimenting and reverse engineering I was able to create the one-off page template that I needed by hard-coding it. It took a while, but I got it.

    Thanks!

    #498588

    You are welcome, glad you managed to pull it off :)

    Regards,
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.