Kresimir Pendic
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] WPFC & Cloudflare issueNo problem, one that in need like me can easily hook into init and do extend your plugin class and override that method if in need, thanks
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] WPFC & Cloudflare issueQuick question @emrevona . ,, I did found issue else where – because I have custom sec settings defined in my wp-config like this
define( 'COOKIEHASH',md5( 'https://domain.xzy' ) );
define( 'LOGGED_IN_COOKIE', '1234_' . COOKIEHASH );then plugin cant recognize my cookies – its hardcoded
wordpress_logged_instring inexcludeAdminCookiemethod..
I’ve been thinking.. what do you say for example to add new constant for example like this
define('WPFC_CUSTOM_LOGGED_IN_COOKIE', '1234_');and then use it in rule? If not I think I could get that on nginx side – but that looks like alternative to me
Thanks, Kres
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] WPFC & Cloudflare issueDear Emre, thanks for input – I’ve added into my ini
opcache.enable=0and it is not active.. (but installed) – and now I get good results with normal WP logged in users, but now sociale ones (like Google login) .. I’ll have to invest more time it – kind regards!
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] WPFC & Cloudflare issueHi, now I’ve switched Development mode on CF for my domain – and also enabled WPFC – this are my settings:

I do not have persistent cache – but low level (php) opcode cache only
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] WPFC & Cloudflare issueHi @emrevona I did that setup (CDN section) – you are right!
I’ve noticed it changes browser ttl on CF – to longer time. I’ve tried to change it to respect my nginx header – tht did not help either

Now I’ve enabled CF bypass all caches and now I get cached pages for loggedin users and guests..

- This reply was modified 8 months, 1 week ago by Kresimir Pendic.
Forum: Plugins
In reply to: [Relevanssi Light] Sorting of resultsDear @msaari, thank you for support and help – great plugin!
- This reply was modified 1 year, 2 months ago by Kresimir Pendic.
Forum: Plugins
In reply to: [Relevanssi Light] Sorting of resultsHey Mikko – thanks for reply .. I was hoping that would not be the case – so I could use both – to keep the plugin for speed gains plus fit orders by date for my client..
But what do you think, I’ve tried to add simple orderby hook and it looks to me that this works now on quick testing .. do you think that is ok usecase or you think there could be some issues maybe.. thank you, Kres
/*
hook into the Relevassi light plugin and order after 10 priority
*/
add_filter( 'posts_search_orderby', function( $orderby, $query ){
if ( isset( $query->query['s'] ) ) {
$orderby = 'post_date DESC';
}
return $orderby;
}, 11, 2 );- This reply was modified 1 year, 2 months ago by Kresimir Pendic.
Forum: Plugins
In reply to: [Relevanssi Light] Sorting of resultsHi @msaari – thank you for fast reply.. sorry for me not sharing it initially – but I enabled Relevanssi plugin because when I did tests with it – I got much better and faster results back then with native WP search.. I think that was like year ago – not sure.. so I did keep plugin activated becase I think it did made database changes also or way it index articles (my client site has masive number of articles so that speed comparison was really huge) .. So now – I’m not sure when you say to remove it.. do you think that I will not loose speed with it? Thanks, Kresimir
Forum: Plugins
In reply to: [GenerateBlocks] Blocks layout questionDear Leo, thx for confirming.. that was my thought also
Kindly, Kres
are there any updates for this issue? Thanks
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Condition Field is emptyWe are using PHP 7.4.3
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Condition Field is emptyOK, so there is a issue with update!
What I’ve done is that I’ve downloaded and went from major versions -1 each time and I’ve landed on version 1.8.1 (you can download it from this site)
cf7-conditional-fields.1.8.1.zipwhen our fields shown again!To makers of this plugin, I’d advise to check changes that were made after version 1.8.x and again, thanks for great plugin!
1) correct v5.6
2) correct all themes, only Yoast active (others updated – but not active)
3) just installed it, activated, run “Reset index…” button, run that optimizer and now “SEO data optimization complete” – and no errors in queries — column was added 🙂Thank you very much – this is good info to know and maybe good place to save in your KB?
cheers, Kresimir
- This reply was modified 5 years, 4 months ago by Kresimir Pendic.
Forum: Reviews
In reply to: [Duplicate taxonomy terms and ACF fields] Bulk DuplicateHi @neueweide
thanks for suggestion man,
I’ll see my options here and add it when I get some free time
cheers
Forum: Plugins
In reply to: [WPS Hide Login] Get all sites in multisite it’s Dashboard urlbump