I have a page which I’m trying to edit with the TD Composer but I only see the menu on the left, the whole right side of the composer is entirely blank. I believe I’ve found a bug of some sort.
I’ve tried:
– Disabling all plugins
– Clearing cache
– Using different browsers
Also, my Statuses on the “page=td_system_status” page are all green except for caching which I am not currently using,
If I delete this page and try to recreate the page with the same permalink (e.g. /my-page) the issue continues. Is TD Composer caching a deleted permalink or something and getting confused (I believe I deleted this page once before)? I need access to this permalink so I can’t change it. I’ve also tried changing permalink settings and then putting them back with no joy.
I have found the following errors in the error_log:
PHP message: PHP Notice: Trying to get property of non-object in /var/www/fat.so/htdocs/wp-includes/post.php on line 1634
PHP message: PHP Notice: Trying to get property of non-object in /var/www/fat.so/htdocs/wp-admin/edit-form-advanced.php on line 263
These seem to point to post_type, I tried setting the page to draft and TD Composer works! As soon as I publish the page again it stops working.
Would appreciate some further help trying to fix this issue.
Thanks
Hi,
The tagDiv composer is fully tested and compatible with the theme. It is created specifically for the theme and it should work properly in all cases. But other factors may interfere with the functionality.
Basically these are the theme requiremenets
– https://forum.tagdiv.com/requirements-for-newspaper/
Along with these server and WordPress parameter configuration
– https://forum.tagdiv.com/system-status-parameters-guide/
A recommendation would be to reinstall the theme by FTP
– https://forum.tagdiv.com/install-via-ftp/
Use only theme plugins, deactivate and delete them and reinstall them from the theme package. Do not make any modifications to the theme files, check any custom code you might be using. If you use a child theme switch to the main theme.
Then check if everything works properly, let us know the results.
Thanks
I meet all requirements.
Server parameters are correct.
The theme was installed via FTP.
Did you check the lines of code that I referenced in error log? It appears to be an issue with post_type/post_type_object:
First Error:
return $post_type->publicly_queryable || ( $post_type->_builtin && $post_type->public );
Second Error:
add_meta_box( ‘pageparentdiv’, $post_type_object->labels->attributes, ‘page_attributes_meta_box’, null, ‘side’, ‘core’ );
This is fixed. For anyone else having issues, please try disabling adblockplus for your domain. I have no idea why this was only affecting certain pages, as they were blank when trying to edit but it was persistent across chrome/firefox with adblock enabled, worked on Edge without adblock installed.
I was getting the following error in Chrome Developer tools until I disabled adblock for my domain:
“Blocked a frame with origin “https://mydomain.com” from accessing a cross-origin frame.