Thanks
Thanks for the info, much appreciated.
Will I have to regenerate thumbs after this?
Do you know of a way to just generate thumbs in that specific size as we have thousands of images and a paid API for image size reduction which will cost a lot to regenerate for many thousands of images and thumbnails?
Thanks
Anyone from support who can advise?
I set the code in the “ANALYTICS/JS CODES” section in the main section as explained above. The code is being converted to amp code without success which is what causes the errors. How do I stop this code being converted on amp pages?
Is anyone available to help with this?
I’ve tried what I suggested above putting these codes into the header.php of the child theme but unfortunately – this means that the code doesn’t work on mobile OR amp pages. Obviously I need the code to work on mobile but be ignored in amp due to the errors.
Could someone from tagDiv chime in please?
Hi Catalin,
You haven’t really answered my question.
I do have custom taxonomies registered but I am also using the default WordPress category taxonomy. However, my custom posts are not displaying on the category pages.
Thanks
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.
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’ );
I’ve also removed and re-installed the Composer plugin but this didn’t help.
Same here, any solution?