Hi cueyelink,
should be just
.la-citation {
display: none;
}
But if you leave Author and Date empty it won’t also show anything…
Thanks for the reply.
I know, but I want to use the metadata for archiving some info.
The solution you propose only works in the ‘rotation mode’.
That’s the reason of my question.
Hm, for me it works in every mode. 🙂
But you can try this.
In your Easy Quotes Block click in the sidebar on the “Advanced” section.
Delete the la-citation css class and write something like hide-citation
And then add your custom css like:
.hide-citation {
display:none;
}
Nope, sorry, that doesn’t work at all.
If I do so, the meta-data is now also displayed in the rotation mode.
I will try another theme. Although I don’t think that’s the solution.
If that doesn’t work for me, I will delete all meta-data.
Thanks,
Ok, at least I could reproduce it now.
I’m working only with block themes like twentytwentyfive, so everything was working fine there.
On an older theme i’ve tried, where you have to add your extra css in the customizer, i had the same problem.
What solved it for me was something like this.
.la-citation-hide {
display: none !important;
}
And then set ‘la-citation-hide’ as an advanced class on the Easy Quotes Block.
Though sometimes even that won’t help in the editor. But on the Frontend the citation should be gone then…
Hope that helps.
Yep, that did the trick!
I really appreciate it you were thinking along with me and finally solved the problem.
Easy Quotes is the main plugin used. The site only displays quotes on the homepage and nothing else.
I’ll send you the web link when I’m live. Thanks again!
Wow, great to hear that. 🙂
Have a nice day!