They responded to my ticket and resolved my problem!! Yeah!!
Clone doesn’t work for me either… nor does new draft.
Change the link to match the plugin directory name.
FROM:
background: url('.$site_url.'/wp-content/plugins/jquery-horizontal-slider/images/paging_bg2.png) no-repeat;
TO THIS:
background: url('.$site_url.'/wp-content/plugins/horizontal-slider/images/paging_bg2.png) no-repeat;
Oh… Thanks Kezakez for your reply. It’s not often that an author will take the time.
Just an FYI…
Here’s a-work-around for anyone needing to show a list of tickets and the status of each on the support page for each person that is logged into the site.
I created a page template and directly accessed the wp-database to call the tickets. Plus I created a link to view each one too.