psysss
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Firing JS for Help ScoutHello Taka,
Thanks so much for your reply.
I was looking for help for both CF7 and a ticketing platform we use called Help Scout (HS).
Here’s a reference for the HS API:
https://developer.helpscout.com/beacon-2/web/javascript-api/
So I guess it will be possible to send an action from contact form 7 so it fills the CRM directly without needing an email. It would be great if I could figure out the code do that.
I understand if you can not provide a solution as an official support request, I’m hoping any help scout users are able to help if they have figured it out already.
Thank you!
- This reply was modified 1 year, 1 month ago by psysss.
Forum: Plugins
In reply to: [WooCommerce] External/Affiliate Links adding extra character “?” to the URLHi Rynald0s,
Thanks for testing it again, I hope the development team fixes it in the next version.
Many affiliate platforms might invalidate the links with an extra character, some of them use anchor links to track the referral, so I think this could be a problem for those using Woo to promote affiliate products.
In our case, our shop is hybrid, affiliate and own products, so woocommerce affiliate/referral urls really add to the user experience of being able to compare products and make good buying decisions.. I really wish this can be fixed ??
cheers
Forum: Plugins
In reply to: [WooCommerce] External/Affiliate Links adding extra character “?” to the URLu do realize that people are undoubtfully and unknowningly loosing money due to this?
Forum: Plugins
In reply to: [WooCommerce] External/Affiliate Links adding extra character “?” to the URLThis existing functionality of woocommerce is broken – affiliate links are not correctly translated ??
www.ads-software.com plugin support system is also broken if this issue can’t be fixed here ??Forum: Plugins
In reply to: [WooCommerce] External/Affiliate Links adding extra character “?” to the URLThanks I’ve raised the issue on github. Although I must say that being a wordpress plugin available on www.ads-software.com I would expect the plugin developers to respond and provide support/resolution on this forum.
Forum: Plugins
In reply to: [WooCommerce] External/Affiliate Links adding extra character “?” to the URLThanks for your response.
I’m not sure why this is happening only now. Anything you can suggest to avoid this issue? I think Woo should update the plugin so this doesn’t occur, maybe swap the code for affiliate links somehow
Forum: Plugins
In reply to: [WooCommerce] External/Affiliate Links adding extra character “?” to the URLAffiliate links are given to us by the owners of the company, so not possible to change them.’
Any reason why Woo suddenly decided to mess with these links?
Somehow the tracking is still working, but its quite bad that links are getting changed automatically
Forum: Plugins
In reply to: [WooCommerce] External/Affiliate Links adding extra character “?” to the URLHi @rynald0s
Thanks for your support.
Well the tracking of affiliate links fails, ideally there should not be any changes in the links. This issue only happens on its own with the add to cart or buy now button. If a text link is created it doesn’t happen.
Also some affiliate programs have a “?” character in them too, I wonder how this would affect such links, thankfully my affiliate links don’t have that but a “#”.. but still seems like a bug in woocommerce external/affiliate links.
Will be greatful if a resolution happens.
Thanks!
SidForum: Plugins
In reply to: [Wp Social Login and Register Social Counter] Username creationVersion 1.3.10
Forum: Plugins
In reply to: [Academic Blogger's Toolkit] No longer available in post editorHello,
For one of our websites, after we changed from classic editor to block editor, the citations vanished from all the published articles. Now we sadly don’t have a copy of the articles with citations, so have to find them all over again!
Is there anything that can be done to get the citations?
Thanks
Forum: Plugins
In reply to: [Academic Blogger's Toolkit] No longer available in post editorah ok, changing to the block editor made it work. gosh the block editor sucks and totally screwed up the WP experience, specially since we use Divi. what a shame
Forum: Plugins
In reply to: [Custom Content by Country (by Shield Security)] Shortcode getting printedthanks i had to use the php code for functionsphp
what option is it?Hi
Thanks for pointing me to the FAQs but it does not address the question directly.
The last thing we’d like to do is use FTP to manually maintain content on the website.
It would be really cool if you could add a “Intro to FAQs” text area in your settings or give us some php code to just insert a line of text on the knowledgebase page using custom functions..
cheers
- This reply was modified 7 years, 1 month ago by psysss.
same here.. this plugin can do well on codecanyon if u maintain it well
/* knowledgebase ui */ @media screen and (min-width: 1000px) { #kbe_container { padding-top: 25px; padding-bottom: 25px; padding-left: 40px!important; padding-right: 40px!important;} } #kbe_content h1::after { content: "Frequently Asked Questions"!important; } #kbe_container .kbe_leftcol p { line-height: 30.6px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; } #kbe_container { padding-top: 25px; padding-bottom: 25px; padding-left: 20px; padding-right: 20px;} #kbe_container div.kbe_breadcrum ul li.breadcrumb-part:nth-child(1) > a:nth-child(1), li.separator:nth-child(2) { display: none; } #kbe_container div.kbe_aside.kbe_aside_left {padding-left: 10px; } .archive.post-type-archive.post-type-archive-kbe_knowledgebase #kbe_container div.kbe_breadcrum {display: none; }