- This topic has 10 replies, 3 voices, and was last updated 4 months, 1 week ago by
Elvin.
-
AuthorPosts
-
August 31, 2020 at 1:02 am #1424641
Bernhard
Hi,
in some posts the title disappeared. Loading the post, the title flashes up for some milliseconds and then disappears. The only thing I can say is, that only posts made with Elementor are affected. But also rolling back to the previous versions (Elementor 2.9.x) did not bring the titles back.August 31, 2020 at 4:48 am #1424871David
StaffCustomer SupportHi there,
the post title is being hidden by some Elementors CSS – can you check in the Elementor settings if there is an option to remove post title?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 31, 2020 at 6:08 am #1424976Bernhard
Hi, yes there is an option to remove the post title but it is not active. Is it possible somehow to force to show the title?
Elementor made a new version 3.x inserting theme functions but they made a big mass and are now releasing every day a new version. Just an hour ago they released v. 3.0.5 but it did not solve the problem. I tried to roll back to their v. 2.9.13 but the titles did not come back.August 31, 2020 at 8:07 am #1425245Bernhard
Hi, I found the trick in Elementor. There is a tool to regnerate css and after that the titles are there again in v. 2.9.14
Thank you for your help πAugust 31, 2020 at 4:47 pm #1425782David
StaffCustomer SupportGlad to hear you found the solution!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 20, 2020 at 11:48 am #1451344Bernhard
Hi,
Elementor is now at 3.0.9 and the problem with the missing post titles still persists.
I have seen you made in your beta some fixes for Elementor. Would it be possible to solve the problem on your side?
This is the staging site with all plugins updated.September 20, 2020 at 4:51 pm #1451491Elvin Customer Support
Hi Bernhard,
Elementor left a mess on your CSS code. It’s saved in your cached wpfc-minified css.
.elementor-page-title, h1.entry-title { display: var(--page-title-display); }
I’ve checked your site and the same element doesn’t have the .elementor-page-title class anymore.
You seem to be using WP Fastest Cache. Perhaps you can try Delete Cache and Minified CSS/JS and see what happens.
Alternatively, you can apply a workaround fix by applying h1.entry-title{ display:block !important; } on your custom CSS code. I believe this will instantly solve the issue but I’d still recommend fixing Elementor related mess first.
Let us know if it works for you.:)
A wise man once said:
"Have you cleared your cache?"September 21, 2020 at 4:28 am #1451996Bernhard
Hi Kevin,
the workaround solved the issue.
Before I tried to delete the cache and to disable autoptimize, but no success.
Is it safe to use this on the live side?Thank you π
September 21, 2020 at 12:21 pm #1452781Elvin Customer Support
Is it safe to use this on the live side?
You mean the CSS code? It’s safe. It only affects how things look.
As for deleting cache and minified JS, they usually won’t crash the site but your site will look like a mess if they don’t work. Just back things up first to be sure.
Also, if it works on the staging, it should work on the live site. Assuming everything else is the same.
A wise man once said:
"Have you cleared your cache?"September 22, 2020 at 3:15 am #1453534Bernhard
Thank you π
September 22, 2020 at 3:18 am #1453539Elvin Customer Support
No problem.:)
A wise man once said:
"Have you cleared your cache?" -
AuthorPosts
- You must be logged in to reply to this topic.