• Resolved karolispx

    (@karolispx)


    Hey!

    Nice plugin, I’ve used it on my projects but each time I’m having a slight issue with it.

    Your plugin’s code: .author > div {font-size: 16px;font-weight: bold;line-height: 22px;}
    Adds font-weight: bold; which makes all texts in all divs on author page go bold.

    Our headers use <body <?php body_class(); ?>> which pulls in ‘author’ class – on author archive page, and the css from this plugin interferes with it.

    Please prefix your css classes.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Can you please provide us your website link, so that we can give you the css to fix the problem.

    Thread Starter karolispx

    (@karolispx)

    Hey!

    The current site is on a localhost, this current site including other sites I’ve used this plugin on, I just reset the styling using: .author > div { font-weight: normal!important; } which does the job.

    Removing that .author > div { } from you css file altogether doesn’t seem to remove any stylings from your plugin at all as it doesn’t look like .author class is used on your plugin at all, maybe just not where I’m using.

    From the source I can see that you’re using .testimonial-author class. Do you even need the .author > div {} css?

    Thanks!

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Thanks for pointing us. We will fix it and update this plugin very soon.

    Best Regards
    WP Online Support.

    Thread Starter karolispx

    (@karolispx)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Author class bold’ is closed to new replies.