post settings or page template issue, no fixed position

Posted in: Newspaper
Post count: 11

hello I have an issue while writing a post or a page, the section of post setting or page template settings down the editor is floating up displacing its position, attaching the screenshot
null

post link

Post count: 15

I have the same problem. Apparently, it is not an isolated error of a few users. Please fix the bug with a new update. Thanks.

Post count: 35449

Hello,

This can be a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Let us know the results!
Thanks

Post count: 11

Sir i have installed theme in a fresh WordPress, and no other plugins exists when problem experienced, i have installed theme and required plugins and installed demo site and this was issue

Post count: 11

i have checked once again with the previous version and changing to a newer version of the newspaper, im providing detailed screenshots of the issue, because of this issue, I have wasted already 2 days, please try to resolve this issue

i have installed a previous version and this was the post settings in older version as follows
older version post

then I have removed newspaper older version installed newspaper 9.8
newspaper installation

immediately after installation post page doesn’t have post settings, without installation of required plugins
after newspaper 9.8 installation

then i have installed and activated required plugins
plugins installed

after newer version the post settings is unstable, just floating up,
after newer version the post settings is unstable, just floating up

this is the issue, i have taken so long time to reach this isssue to you, its already wasting my valuble time,
its also issue with others,
please resolve asap.

  • This reply was modified 6 years by sajeed.
Post count: 15

The template has problems with Chrome-based browsers. In the case of the editor, it is possible to access the functions in a normal way in Firefox. This is unfortunate, considering that most people use Google’s browser.

Post count: 35449

Hello @sajeed,

Note that the 9.7 update was a major update, it consists of modifications to the theme file structure, most of the files are now in the tagDiv composer plugin. Here is an article about the changes made and why they were made – https://tagdiv.com/updating-the-core-of-tagdiv-themes/ so in order to have the theme functionality you’ll need to activate the tagDiv Composer.

Also the @impulsse.chile is right, after the last Chrome update there are some issues, using the wp editor from tagDiv Composer, we hope that this problem will be fix soon.

Thank you for your understanding!

Post count: 623

This is know issue related with chrome browser.
Add following code to theme’s functions.php file.

add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);

Hope this will help

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.