hI,
MY POST EXISTING AND NEW POST ARE EDITING IN A MOBILE VIEW . HOW CAN I CHANGE IT BACK TO NORMAL DESKTOP VIEW.
YOU WAS ASKING FOR THE SCREEN SHORT FOR THIS PROBLEM BUT THERE IS NO ATTACHMENT OPTION I SEE IN THIS MAIL FORMAT.
Hi,
I think that you are referring to a similar small editor -> https://i.imgur.com/WK2rE82.png
In the most of the cases this problem can be fixed by adding an extra code, please set this code in functions.php -> wp-content/plugins/td-composer/legacy/Newspaper/functions.php
add_action('admin_head',function() {
echo '<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>';
});
Let me know the results!
Thank you!
Hi nitesh9291, what version for theme are you using? if is Newspaper X, then it can be find use the path that I provided above -> wp-content/plugins/td-composer/legacy/Newspaper/functions.php
Or if you want we can make this for you, just send us an email at contact@tagdiv.com and provide admin login and we’ll set the code for you.
Thank you!
It is Newspaper V10.3.6.1. Can you please tell me where can i find the above said location. I dont want to share login details. can please tell me the location.
Hi,
If this is the problem -> https://imgur.com/WK2rE82
Then I already tell you the steps that need to be made.
Lets try in another way, open plugin editor -> https://i.imgur.com/O20D39I.png select tagDiv Composer -> https://i.imgur.com/JEz5vXW.png then at the end of code set this code:
add_action('admin_head',function() { echo '<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>'; });
Let me know the results!
Thank you!
Hi,After updating to newer version, facing the same problem again Kindly help
Hi nitesh9291,
There is a code in our theme for this and for me is apply -> https://i.imgur.com/8SwVGP6.png unfortunately I do not know why is not working for all users, at the end we are using the same theme, only the host and plugins are others.
What you can do is to use a child theme and set that code in the functions.php from the child and it should not longer disappear.
Hope this will help!
Thank you for your understanding!