Headings on pages created with Elementor
-
After updating to version 2.2.10, the headings on pages created with Elementor are not displaying. Can you help? Thank you!
The page I need help with: [log in to see the link]
-
Just to clarify, I mean Page Titles. I apologize for the inaccuracy. Thank you.
Hi @michalsgallery,
I need more information for issue replication in my test site. Could you provide a step by step to add Elementor page title? Also, provide a screenshot if possible.
Hello,
Thank you for your response. The page title is not displaying on my website after the update, neither for newly created pages nor for those previously made with Elementor. I created a new test page using this procedure: WP Admin – Pages – Add New – Edit with Elementor.
The page title is not displayed, as can be seen in the screenshot here: https://galerie09.cz/wp-content/uploads/2024/10/test-page-no-page-title.jpg
With the same procedure using Botiga 2.2.9, the result looks like this: https://galerie09.cz/wp-content/uploads/2024/10/test-page-with-page-title.jpg
In the source code, this part can be seen: <h1 class=”entry-title page-title”>Test page</h1>, which is not present in the first case.
Thank you.
Hi @michalsgallery,
Thank you for getting back along with requested details.
I can replicate the issue. I confirm that this issue happened since Botiga v.2.2.10.
The development team will fix it. There will be an instant fix for this through theme update when newer version is available in your site’s dashboard.
Meanwhile, you may rollback Botiga to v.2.2.9 with the help of rollback plugin: https://www.ads-software.com/plugins/search/plugin+theme+rollback/
Hi @michalsgallery ,
Just to let you know we released a new version few minutes ago fixing that issue.
Please try updating to the latest version.
Kind Regards,
Rodrigo.
Hi @michalsgallery,
Did you get a chance to update your theme? Did your issue resolved after udpating? If not, you may need to flush cache that may apply in your site.
Hello,
Thank you for your message and the new version of the theme. The titles of the pages created in Elementor are now displayed. However, some issues remain.
- The style of the page title is somewhat different. Here is the display in the older version of Botiga: https://galerie09.cz/wp-content/uploads/2024/10/test-page-old.jpg
Now the page title is displayed higher: https://galerie09.cz/wp-content/uploads/2024/10/test-page-new.jpg For product pages, categories, the cart, etc., the title style is displayed correctly. - My pages created in Elementor do not fit the screen properly on mobile devices. When holding the screen with a finger, the page can be scrolled left and right.
- My checkout page does not display correctly on mobile devices. This is probably because I am not using block-based checkout.
Here is the screenshot of the older version of Botiga: https://galerie09.cz/wp-content/uploads/2024/10/checkout-old.jpg
Here is the screenshot of the new version of Botiga: https://galerie09.cz/wp-content/uploads/2024/10/checkout-new.jpgThank you for your help.
Hi @michalsgallery,
in regards with the page title position change after updating, I’ve been reporting it to our development team for further investigation. They’ll provide a fix for this as soon as possible once the issue is confirmed.
For your other concerns that is not related to page heading as you wrote in this topic, please raise a separate topic specifically for other new concerns. You can use one topic for one concern.
Hi @michalsgallery ,
For all the 3 issues, please try adding this custom CSS under Admin > Appearance > Customize > Additional CSS:
body[class*="elementor-page"] .content-wrapper {
max-width: var(--botiga_content_width, 1140px) !important;
margin: 20px auto 15px !important;
padding: 0 15px !important;
}
@media (min-width: 1140px) {
.e-con.e-parent>.e-con-inner {
max-width: calc(var(--content-width)) !important;
}
}Hope this helps.
Kind Regards,
Rodrigo.
Hi Rodrigo,
thank you very much for your help. Your custom CSS perfectly solves all three issues.
Best regards
Michal
Hello, the issue with the page title not displaying, which seemed to be resolved in version 2.2.12, has unfortunately returned on my website with version 2.2.13.
Hi @michalsgallery ,
Thanks for reaching out.
Please try to run this custom PHP code with the help of a code snippets plugin:
update_option( 'botiga-first-theme-version', '2.2.12' );
Here you can find some code snippets plugins: https://www.ads-software.com/plugins/search/code+snippets/
You need to run this only once. So once you have everything working again you can remove the snippet code as well as remove the code snippets plugin.
We hope this helps.
Hi Rodrigo,
thank you very much for your help, it really works.
- The style of the page title is somewhat different. Here is the display in the older version of Botiga: https://galerie09.cz/wp-content/uploads/2024/10/test-page-old.jpg
- You must be logged in to reply to this topic.