webfreshing
Forum Replies Created
-
Forum: Plugins
In reply to: [Key4ce osTicket Bridge] AttachmentsHow is your compatibility work coming along?
Forum: Plugins
In reply to: [Key4ce osTicket Bridge] AttachmentsThanks for letting me know. At least I know I didn’t stuff something up with the settings or theme myself. I’ve set up a form to submit tickets in the mean time.
Thanks again for the update!
Forum: Plugins
In reply to: [Key4ce osTicket Bridge] AttachmentsNo problem, Thanks for the update
Forum: Plugins
In reply to: [Key4ce osTicket Bridge] AttachmentsHey, how are we looking? Did you manage to replicate the issue?
Thanks
Forum: Plugins
In reply to: [Key4ce osTicket Bridge] AttachmentsThanks for your help, I’ll wait to hear from you ??
Forum: Plugins
In reply to: [Key4ce osTicket Bridge] AttachmentsThanks for your reply. Very much appreciated.
I’m using version 1.9.5.1
Perhaps thats my issue then. Thought it would be best to install the newest version
It’s ok. I appreciate your help, but I wanted to use this to make things easier, and I’ve run out of patience with it.
Thanks for your time anyway.
By the way, I have no other plugins activated either.
Thanks for the reply again.
At least you have confirmed that I have added the Javascript correctly. That was my first doubt.
Yes, I added this to the source tab.
I don’t see any conflicts or errors at all in the console
I have tried a different theme alsoThe blue button from the shortcode works without any issues. My link just does not.
here is a test page. I have commented out the css that hides the blue button, so you can see it working.
https://www.websitemint.com.au/promo/about-us/
Hope you can help.
sorry, the id is not being shown in the code. The code I have is as follows:
<!--Start of Buy Button--> [stripe name="this offer" description="bonus" amount="7900"] <div class="buttons buttons_big"><a href="#" id="paymentButton">Get this Today!</a></div> <script> jQuery('#paymentButton').click(function(e) { e.preventDefault(); jQuery('#sc_checkout_form_1').submit(); }); </script> <!--End of Buy Button-->
Thanks for your reply Phil. Sorry I’m being so dumb here.
I’m obviously not a developer or used to working with jQuery and javascript at all.
I’ll be needing the pro version of this plugin later for subscriptions, but I need to get this working using my own buttons and links for now.
I followed the instructions on the provided page, and I see it’s been updated slightly. Unfortunately, while the shortcode button works, I cannot get my link to work.
Would you mind letting me know what I have done wrong please?
I’ve tried inserting the jQuery in header, footer and on page, but it simply doesn’t work for me. I’ve probably done it all wrong.
<!--Start of Buy Button--> [stripe name="this offer" description="bonus" amount="7900"] <div class="buttons buttons_big"><a href="#">Get this Today!</a></div> <script> jQuery('#paymentButton').click(function(e) { e.preventDefault(); jQuery('#sc_checkout_form_1').submit(); }); </script> <!--End of Buy Button-->
hey, I need help with this.
Can you clarify how this should be done.
I have my own hyperlinks ready to go, and need to use these rather than having to style those nasty blue buttons.
Can you tell me exactly where everything should go please.
Thanks