View Tickets not Displaying with shortcode
-
Hi,
So I have two tabs on my Contact page..
TAB 1 = [wsdesk_support display=form], this shows the form correctly.
I am using the following CSS code to hide the Ticket Status button because I am calling the Ticket Status List on another tab using its shortcode.
.support_option_choose {
display: none;
}TAB 2 = [wsdesk_support display=check_request], Without the CSS code above this shortcode does not show the display of tickets but rather just buttons. With the CSS Code above the tab is blank and shows nothing.
I am trying to have TAB 2 show just a list of tickets but that does not seem to be happening for some reason with the shortcode [wsdesk_support display=check_request]
- The topic ‘View Tickets not Displaying with shortcode’ is closed to new replies.