treeflips
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Click to Copy] Hide import link under a word?My plugin isn’t designed like that. If you want, you can edit the CSS yourself to make it show all the time, and located wherever you need. Hire a dev or someone with a little bit of CSS/JS skills and that should do it.
Forum: Plugins
In reply to: [Code Click to Copy] Hide import link under a word?I’m guessing you’ll want to edit (the end of) LINE 15 of wpj-code-click-to-copy.php.
Let me know if that’s what you wanted.
Forum: Plugins
In reply to: [Comment Reply Email] Changing comment URL hostnameHi Gulshan,
That feature isn’t built into the plugin. I was looking through the code to see if you could manually adjust it yourself but I don’t think it’s so easy for a non-coder. The commentlink tag has to be broken up to attach a new url and then post ID and such.
You can take a look at the code yourself and maybe a developer can help you adjust for your needs. I’m also curious to know if you found other plugins that do this. Maybe I can learn from their code.
https://github.com/WPJohnny-plugins/comment-reply-email/blob/master/comment-reply-email.php
Forum: Plugins
In reply to: [WP Featherlight Disabled] fatal errorHi,
Thanks for writing. May I ask if you have both WP Featherlight and WP Featherlight Disabled plugins installed?
Forum: Plugins
In reply to: [Code Click to Copy] No visual indicator of the process@jdembowski thanks for the great explanation! Will keep that in mind and try out your tips.
No and this one was diagnosed by client. I only told him what to do to find the issue. And then afterwards, he switched out the plugin so he could have everything working again. Sorry I don’t have any more helpful info.
Yes, that’s exactly when it happens. I think he was changing it from pending to completed.
Forum: Plugins
In reply to: [Code Click to Copy] Not workingUnderstood. We are chatting internally to decide how to support pre tags. 🙂
Forum: Plugins
In reply to: [Code Click to Copy] Not workingForum: Reviews
In reply to: [Code Click to Copy] GreatThank you so much for this. Glad you enjoyed it!
Thank you, done!
Forum: Plugins
In reply to: [Comment Reply Email] Customize TextHi @outcats85
The feature was added, please check now and see if you like it. 🙂
Hi,
I was able to see those lines. Can I provide you access to the site backend and FTP? My client is really frustrated for this one and I couldn’t get it working after trying for so long.
Object caching is definitely off. Debug log is on. do you know what the exact ESI line should be? I saw some mentions but not sure if I saw about the ESI sub-request as you say.
Forum: Plugins
In reply to: [Code Click to Copy] No visual indicator of the processI forgot to ask…did you already try a manual HTML block within the DIVI builder? Try the code below.
<pre class="wp-block-code"><code>Your code here.</code></pre>