-
AuthorPosts
-
February 15, 2021 at 8:10 pm #1280630
Hi,
I recently noted these two things
1) See this screen shot. Is it normal the post title stretches so much vertically?
2)On the home page setting, update&preview bottons block forever making impossible to save. It happens only in the home page.
IT SEEMS LIKE AN AUTOMATIC INSTANT AUTO SAVE ONLY FOR THE HOME PAGE.
And then you got two options:
1) preview and update are no longer clickable
2)if you can click preview, it will not appearsuper thanks
Temp log in in private
ThanksFebruary 18, 2021 at 1:32 pm #1281986Hey Daniele,
Thank you for the inquiry.
1.) We cannot reproduce the issue on our end, the title column stretches horizontally when we checked the Pages panel.
2.) This is probably happening because the site is still using an old version of WordPress, 5.0.2, which is no longer compatible with the theme and the plugins. You have to upgrade to the latest version of WordPress.
// https://wordpress.org/download/
Best regards,
IsmaelFebruary 18, 2021 at 7:22 pm #1282043Thanks Ismael
1) so what can I do?2) got it. Fixed by upgrading!
Cheers
February 19, 2021 at 2:11 pm #1282224Hi,
Thank you for the update.
1.) Is it still stretched vertically? Which browser are you using, and have you tried using a different one?
2.) Awesome! Glad it is fixed.
Best regards,
IsmaelFebruary 19, 2021 at 6:38 pm #1282285Thanks Ismael,
I had the same problem with both Firefox and Safari. Vertical on both of them.February 23, 2021 at 11:39 am #1283034Hi,
Odd. This is how it looks on Firefox Windows 10.
Screenshot: https://imgur.com/sWuYPty
Maybe this snippet will help, just add it in the functions.php file.
function ava_custom_admin_style() { echo '<style> .title.column-title { min-width: 300px; display: block; } </style>'; } add_action('admin_head', 'ava_custom_admin_style');
This should apply a minimum width to the title column.
Best regards,
IsmaelFebruary 25, 2021 at 10:25 pm #1283755Hi Ismael I did not try your code yet because I see that your screenshot refers to page.
Pages are ok for me as well. The problem is only to blog posts.Thanks
March 1, 2021 at 12:52 pm #1284397Hi,
The css code above should also affect the columns in the Posts panel. Please try to add it in the functions.php file and let us know if it changes anything. It is possible that the issue is cause by a plugin because we cannot reproduce it on our own installation.
Best regards,
IsmaelMarch 5, 2021 at 5:48 pm #1285860March 12, 2021 at 5:24 am #1287577Hi,
Thanks for the update, and sorry for the late reply. Are things working as they should now? If not, then please try to disable all plugins, as it might be conflict with one of them. Also please update the login token, as it’s not working anymore.
Best regards,
RikardMarch 12, 2021 at 9:24 pm #1287876Ok, I re updated it.
Unfortunately, everything is still the same.
Problem only on posts, not on pages.cheers
March 16, 2021 at 1:47 pm #1288524Hi,
Thanks for the update. Did you try to disable all plugins? I’m asking since I cannot reproduce the problem on a local installation. The likely problem is that one or more of your plugins are adding items or columns, which takes all the space.
Best regards,
RikardMarch 20, 2021 at 6:08 pm #1289363Yes I tried but nothing changed unfortunately.
March 24, 2021 at 5:49 am #1290030Hi,
Thanks for the update, and sorry for the late reply. The login token you posted previously has expired, could you renew it please? Also, are we allowed to disable plugins temporarily on your installation, for debugging purposes?
Best regards,
RikardMarch 26, 2021 at 9:57 pm #1290640I updated the token.
Yes, you are allowed if doing that and then re able them will not cause anything to the website.Thanks
March 30, 2021 at 8:52 am #1291258 -
AuthorPosts
- You must be logged in to reply to this topic.