For some reason every page and post while in edit mode displays the following warning under page additional params.
https://ibb.co/bWkxkMC
How can I fix this?
Thanks
Hi analystguy, Please send me your username & password of your site for further checking. I will check and help you resolve this issue.
The site is not yet active. I am building it in flywheel local on my pc. Is there a way you can see this site given it is yet to be published?
I could setup a screenshare session at your convenience.
Hi analystguy, I have checked and tested this theme on our localhost and see that the theme still work fine, you can open this file and replace line 90 width the following code: if($value_contact != '' && count($value_contact) > 0) { Please send me this file if you still face their issue.
if($value_contact != '' && count($value_contact) > 0) {
Hi Dominic
Line 90 of helpers.features.php already reads the same as what you show.
Can I email you the file as it is over 1000 lines of code? If so, where to email?
Thanks Dave
Dominic
Here is a pic of of my post params
https://ibb.co/RYf7pSG
It appears as though by disabling sidebar information, one also disables everything below that as well.
Hi analystguy, You can replace line 90 with the following code: if($value_contact != '' && is_array($value_contact) && count($value_contact) > 0) {
if($value_contact != '' && is_array($value_contact) && count($value_contact) > 0) {
dominic
Line 90 already reads that.
That is what line 90 already reads.
Hi analystguy, I have checked and this is new code that I have fixed your issue. I have tested on our demo and see that it work fine. Please send me your username & password of your site for further checking.
Thanks again Dominic!.
Replacing line 90 with the array fixed the issue.