Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author thaikolja

    (@thaikolja)

    Hi @littlepellizza,

    Thanks for bringing this to my attention.

    Unfortunately, this is not a “bug” per se. See, Secondary Title just adds itself to wherever the original title is being displayed, and that depends heavily on the theme ??

    But I have a solution for you. I saw you wrapped the secondary title into an <h6> tag. Give it a class and hide it with nested CSS. Like this:

    Title format (excerpt):

    <h6 class="secondary-title">

    Then you open WordPress Customizer and go to “Additional CSS”. In the box where you can add the code, you enter something like:

    .comments .secondary-title {
       display: none;
    }

    If that doesn’t help, change it to display: none !important;.

    This should do the trick.

    Let me know if you need any more help. And if it worked and you appreciate my support, nice reviews make developers happy the most ??

    Thread Starter littlepellizza

    (@littlepellizza)

    thx for the reply i’ll try your advice. Just a thing wihout your plug in no primary title is displayed under leave comment

    like this

    https://ibb.co/j3Q46W5

    Plugin Author thaikolja

    (@thaikolja)

    The secondary merges with the primary title, just like you define in the “Title format” option on the settings page. If you use both %title% and %secondary_title%, then you have to wrap each of them into a <span> and give it a class. Then you can control what is being displayed with the code I gave you above. But without seeing your title format, I can’t give you more specific code snippets. So it might make sense if you show the title format markup and tell me where you’d like to have it (not) displayed. Then, maybe, I can give you copy & paste snippets.

    • This reply was modified 3 years, 5 months ago by thaikolja.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bug , add secondary title where i not won’t’ is closed to new replies.