tjldesigns
Forum Replies Created
-
We have now also had this in the last couple of weeks across 3 x sites, so will look to change the Write to Files setting for now, but of course would be great for this to be addressed generally as we’ve never had this before. Many thanks!
Excellent, thanks so much for your help with this, it’s much appreciated :).
Hi Ioanna,
Thank you for your reply, it’s much appreciated.
Everything still seems to be working correctly, however these issues occurred when we upgraded to PHP 8.2 so we just wanted to raise with you in case there’s anything to be concerned about moving forward? And equally to check if you will be working towards these not occurring on a future update just for assurance on full compliance with PHP 8.2?
Many thanks for your help,
TonyaThanks so much for your reply Peter, that is really helpful, and fingers crossed it was just a one off, but I will relay your feedback to the team so they are aware of the potential causes in case of any future issues :).
Forum: Plugins
In reply to: [Permalink Manager Lite] Canonical redirect doesn’t seem to workHi Maciej,
Thank you so much for your reply, it’s much appreciated.
I can confirm that the Redirect mode is set to ‘301 redirect’
And please see example links below for the site (this is the development site, but exactly the same happens on live as well):
https://dev.caci-realityhouse.temporarywebsiteaddress.com/insights/case-studies/crisis/ (this is the correct url).
https://dev.caci-realityhouse.temporarywebsiteaddress.com/case-studies/crisis/ (this redirects fine to the url above).
https://dev.caci-realityhouse.temporarywebsiteaddress.com/insights/crisis/ (this is the one that sadly doesn’t).
Thanks so much for your help :),
TonyaForum: Plugins
In reply to: [Contact Form 7] v5.4 “wpcf7.initForm” not workBrilliant, thanks so much!! ??
Hello again @tatvic,
That code error has now been resolved and so I think from what I can see your plugin is working well now :).
Thank you for pointing us in the right direction, it’s very much appreciated,
TonyaHi @tatvic,
Thank you so much for your quick reply, so much appreciated :).
I have reverted this to the person who manages the GTM account and will let you know once that is resolved so hopefully we can get your plugin working.
It looks great so hoping to get this all working and see how that performs, then hopefully upgrade to your premium version to unlock the extras if all goes well.
Thanks ever so much,
TonyaForum: Plugins
In reply to: [W3 Total Cache] IP Check on a cached siteHello again Marko,
So sorry to bother you again, but sadly made those last changes, but no luck :(.
This is what I have:
In wp-config.php:
define( 'W3TC_DYNAMIC_SECURITY', 'mysecurestring' );
In the minify settings I have set:
Ignored comment stems:
mfunc
mcludeThis is then my code:
<span id="troubleshoot" style="display: none;">IP: <!-- mfunc mysecurestring --> echo $_SERVER['REMOTE_ADDR'].' : Date and time: '.date("d/m/Y h:i:sa"); <!-- /mfunc mysecurestring --> </span>
But it sadly outputs as below (where the variables are just not firing):
<span id="troubleshoot" style="display: none;">IP:echo $_SERVER['REMOTE_ADDR'].' : Date and time: '.date("d/m/Y h:i:sa");</span>
The only other thing I can see at this point is within Fragment Cache it says:
Fragment caching via disk?> is currently disabled.
Does the above have anything to do with it not working still? Or is there something else I am still not quite getting right?
Thanks ever so much again :),
TonyaForum: Plugins
In reply to: [W3 Total Cache] IP Check on a cached siteAh sorry Marko,
I think I have answered my own question reading further in the article… I need to also complete the actions below, then that should work.
To be able to use page fragment cache, you define a static variable in your wp-config.php file like define( ‘W3TC_DYNAMIC_SECURITY’, ‘mysecurestring’ );. Also add mfunc and mclude to Ignored comment stems: in the Minify settings if it is enabled.
So please ignore my last message, I jumped the gun too soon haha!! Many thanks :)!
Forum: Plugins
In reply to: [W3 Total Cache] IP Check on a cached siteHello again Marko,
So I followed the example here: https://github.com/W3EDGE/w3-total-cache/wiki/FAQ:-Developers#what-is-page-fragment-cache with the code below, but sadly that doesn’t seem to execute, it just outputs it exactly as below with the variable names as opposed to the values they should be outputting if dynamically ran.
<!-- mfunc mysecurestring --> echo $_SERVER['REMOTE_ADDR'].' : Date and time: '.date("d/m/Y h:i:sa"); <!-- /mfunc mysecurestring -->
Please can you let me know where I’m going wrong? ??
Many thanks again,
TonyaForum: Plugins
In reply to: [W3 Total Cache] IP Check on a cached siteHi Marko,
Thanks so much for your quick help, this is so much appreciated and makes complete sense – we will give this a try :).
Many thanks again,
TonyaForum: Plugins
In reply to: [ACF: Better Search] Plugin for all but one custom post typeHi Mateusz,
So so sorry to keep chasing but I just wondered if you had been able to see why this might not be working?
Thanks ever so much,
TJForum: Plugins
In reply to: [ACF: Better Search] Plugin for all but one custom post typeSorry Mateusz, I replied via my other account above, but if you could let me know if you’ve had a moment to look at the data dumps, that would be super :).
Many thanks for your help,
TJSorry, or another way of achieving what I want is basically that querystring variable I refer to above ‘s’ is what powers the Ajax Load More keyword, so basically is there any way to access the keyword searched for within the results, ie something like $alm_search or similar? Thank you ??