• Resolved fmarzocca

    (@fmarzocca)


    The plugin is conflicting with the ColorMag theme, as the subtitle plugin is injecting code in the anchor tag of the Read More button, generating a mess in the page.

    I can send a link to the page in a private message.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Hi there,

    This is well-documented in the plugin’s FAQ. Please give that a read and let your theme developers know that they need to fix their theme.

    Hope that helps!

    Thread Starter fmarzocca

    (@fmarzocca)

    Ah.
    The problem arises on this line of the plugin:

    $title = '<span class="entry-title-primary">' . $title . '</span> ' . $subtitle;

    The theme is using the same class “entry-title-primary”, so they conflicts. The theme developers is saying that you should fix the plugin…

    Thread Starter fmarzocca

    (@fmarzocca)

    Never mind

    I fixed it, by changing a call to the_title into a the_title_attribute() in the theme.

    Thank you for your suggestion.

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    ??

    The themers need to fix the themes. It’s always the case. I say this as a themer! So glad you were able to sort this out!

    Cheers,
    Philip

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Conflict with theme ColorMag’ is closed to new replies.