conflict with elementor

Posted in: Newsmag
Post count: 49

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

Post count: 35449

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!

Post count: 49
Post count: 35449

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!

Post count: 49

Can you give me a code so it only works on posts – I dont want it to work on pages

Post count: 35449

Please try this code, this should be applying only on posts:
.single h1.entry-title {
display: none;
}

Let me know the results!

Post count: 49

didn’t work –

Post count: 35449

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!

Post count: 49

the title still disappears on posts

Post count: 35449

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!

Post count: 49

didnt work – d u want me to send you admin on a staging site?

Post count: 35449

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!

Post count: 49

it was sent – thank you very much for your help

Post count: 49

just checking in – i never heard back on this and I still have the same problem

Post count: 35449

Hi fox100, can you please let me know the email address, because I can not find your email using the link of this topic, to be sure that we get your email, you can resend it..
Thank you!

Post count: 49

i just sent it again to contact@tagdiv.com from society@webtech.host

Post count: 35449

Hi,
Yes, now we find you email and we’ll reply as soon as possible.
Thank you!

Post count: 49

just checking in on this ticket to see if any progress has been made

Post count: 35449

Hi fox100, my teammate from email just reply in email!
Thank you!

Post count: 49

I have not seen a reply to this email

Post count: 35449

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!

Post count: 49

credentials were sent again to your email address – I apologize for the confusion

Post count: 35449

Hi,
We’ll try to check your email and reply as soon as possible.
Thank you!

Viewing 23 posts - 1 through 23 (of 23 total)
The forum ‘Newsmag’ is closed to new topics and replies.