• Resolved cueyelink

    (@cueyelink)


    Hi Jürgen,

    Could you perhaps help me out with the code for in the additional CSS?
    I don’t want to display the ‘.la citation’ class (all meta data) in ‘single (Daily)’ mode.

    Thanks in advance,

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jürgen Müller

    (@juergen74)

    Hi cueyelink,
    should be just

    .la-citation {
    display: none;
    }

    But if you leave Author and Date empty it won’t also show anything…

    Thread Starter cueyelink

    (@cueyelink)

    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.

    Plugin Author Jürgen Müller

    (@juergen74)

    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;
    }

    Thread Starter cueyelink

    (@cueyelink)

    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,

    Plugin Author Jürgen Müller

    (@juergen74)

    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.

    Thread Starter cueyelink

    (@cueyelink)

    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!

    Plugin Author Jürgen Müller

    (@juergen74)

    Wow, great to hear that. 🙂
    Have a nice day!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Hide the Meta data’ is closed to new replies.