i am using elementor as a page builder. I created a wordpress post and used a shortcode for an elementor template. The the shortcode is working but then the title of the story is dissapearing – it is very strange. is there a workaround for this. there is obviously a conflict somewhere. this is very important to me that i can get this done
Hi,
This problem is only for posts or for pages too? normal we recommend to use for most only WordPress editors and not extra builders.
Also the elementor builder wasn’t tested with our theme, therefore I do not know how this should work.
If you provide a link and some screenshots, I can take a look to this situation, but I can not promise that I will be able to solved it, normally we offer support only for tested plugins.
Thank you for your understating!
https://crixeo.com/debt-consolidation/test-page-for-calin/
doesn’t affect pages
Hi,
Is look that the elementor has a stronger css that is hiding the page/post title, this can be fix using a css like this one -> https://i.imgur.com/HxdAC9q.png
body h1.entry-title {
display: block;
}
Set this code in theme panel > custom code > custom css.
Hope this will help you!
Hi fox100, I think that the problem is that you have now set both codes in theme panel -> https://i.imgur.com/8KRh2kf.png and that is way the code is still apply for entire website. Please remove this code
body h1.entry-title {
display: block;
}
and keep only this one
.single h1.entry-title {
display: none;
}
Hope this will fix the problem.
Let me know the results!
Hi fox100, according to the page source, is apply this code -> https://i.imgur.com/1ML5fUO.png this is the first code that I’ve provided and is a general code for entire website, please replace it with this one
.single h1.entry-title {
display: none;
}
Then it should work properly!
Let me know the results!
Yes, please! in this way I will see why the title is displaying on post and not only in pages.
You can send us an email at contact@tagdiv.com and provide admin login. I will take a look. Include a link to this topic in the email.
Thank you!
i just sent it again to contact@tagdiv.com from society@webtech.host
Hi,
Those are all emails that we got from the address email that you provided https://i.imgur.com/VLGwfmO.png and in all emails was provide an answer.
-> https://i.imgur.com/DRxxHMU.png
Thank you!