treeflips
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Click to Copy] No visual indicator of the processI didn’t. And honestly…I don’t expect much to be compatible with DIVI. It’s one of my least favorite WordPress extensions.
Forum: Plugins
In reply to: [Code Click to Copy] No visual indicator of the processI’m closing this now and making a mental note that it doesn’t work with DIVI.
Forum: Plugins
In reply to: [Comment Reply Email] Customize TextThank you for your request. I will get it done at some point. Please be patient as we’re completely swamped right now with clients.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] reduce # of search instancesThat did it! Thanks again, Mikko. Incredibly efficient help!
Hope all is well with you. I’ve been on Relevanssi for nearly 10 years now, I think.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] reduce # of search instancesThis look correct to you?
/**
* Modify entry title text.
*
* Use Relevanssi function.
*
* @since 0.1.6
* @access public
* @param string $title The existing entry title.
* @return string $title The modified entry title.
*/
add_filter( ‘genesis_post_title_text’, function( $title ) {
if ( is_search() && function_exists( ‘relevanssi_get_the_title’ ) ) {
$title = relevanssi_get_the_title( $post_id );
}
return $title;
});/**
* Modify entry content output.
*
* @since 0.1.6
* @access public
* @return string.
*/
add_filter( ‘genesis_pre_get_option_content_archive’, function() {
if ( is_search() && function_exists( ‘relevanssi_get_the_title’ ) ) {
return ‘excerpts’;
}
});Forum: Plugins
In reply to: [Relevanssi - A Better Search] reduce # of search instancesWhere can I check these?
i had to take it off for now. will let you know
Forum: Plugins
In reply to: [Code Click to Copy] No visual indicator of the processLike I said…the issue is DIVI. I wish I could diagnose more but I don’t have any access. From what I see…my plugin is loading the required code just fine. Just that something DIVI is doing is interrupting the JS. Maybe you can adjust DIVI JS optimizations.
Unfortunately, I don’t know any other plugins without a button. I was frustrated and looking for a while, that’s why I created my own. 😉
Forum: Plugins
In reply to: [Code Click to Copy] No visual indicator of the processI’m poking through it and I’m sorry but there’s JS conflict between DIVI and my plugin.
If you look in frontend source code, you can search for “codecopy” and you see my inline JS loads just fine. Maybe you have other JS optimization going on or I don’t know what but it’s hard to diagnose any further without admin, FTP access, and such.
Have you tried other code-copy plugins?
Forum: Plugins
In reply to: [Code Click to Copy] No visual indicator of the processI wasn’t able to see that page. But perhaps you can try using just a manual HTML block in DIVI instead of their built-in code block function?
I’m sorry…my plugin is super super simple. It shouldn’t and hasn’t conflicted with any other plugin. I’m curious to know what DIVI is doing differently.
Forum: Plugins
In reply to: [Code Click to Copy] No visual indicator of the processAhhh, so sorry I missed that. That’s very strange. If you put it on a page without DIVI does it work?
Forum: Plugins
In reply to: [Code Click to Copy] No visual indicator of the processHi Nikolaj,
Thank you for your comments.
- You don’t see the mouse-over label changing from “Click to Copy” to “Copied!” ??
- In regards to the cursor change. It’s WordPress default behavior to turn into a cursor so users can selectively decide which text to highlight.
I didn’t have any plans but if you have suggestions, I can consider them.
Forum: Plugins
In reply to: [Admin Expand Image Widgets] A question not related to this plugin, sorryHey man, please look me up and don’t create unresolved support topics here. Not appreciated.
I don’t remember how I resolved it. I simply used a cron command to the specified address. Whatever the plugin tells you to use, use that. If it doesn’t work, you have to ask your webhost to handle.
Forum: Reviews
In reply to: [WP YouTube Lyte] PLEASE MAKE ONE FOR VIMEO!I will be your #1 fan and tell stories to my grandchildren about you!
Hi, our server space is fine. We don’t have any large files. It seems the server hangs because some directories have too many little images.