• Resolved calebellis

    (@calebellis)


    Hello! I notice that there is a strange dot to the left of the centered layout author box… See photo here: https://we.tl/t-aEB8FpAtSK How can I remove that? It only appears in the centered layout??

    Also, author photos are being showing in the author box as VERY low res, when I know they are actually higher… How can I fix this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    Hi @calebellis

    The strange dot is coming from the theme because of the listing style. You can remove it by using the below custom CSS

    .pp-multiple-authors-wrapper.multiple-authors-target-the-content.pp-multiple-authors-layout-centered li.author_index_1 {
    list-style-type: none !important;
    }

    While for the low resolution on the author box, there is a possibility other plugins is altering it. We saw there are Jetpack classes added there, which might be causing the issue. You can try disable Jetpack plugin and see if the issue persists or no.

    Thanks,

    Thread Starter calebellis

    (@calebellis)

    Hey! @rizaardiyanto It worked! Thank you so much! I actually have more than one author on a different post, so after playing around with the code you gave me a little bit, I put it like this to remove the dots from both author boxes:

    .pp-multiple-authors-wrapper.multiple-authors-target-the-content.pp-multiple-authors-layout-centered li.author_index_1 {
    list-style-type: none !important;
    }
    .pp-multiple-authors-wrapper.multiple-authors-target-the-content.pp-multiple-authors-layout-centered li.author_index_2 {
    list-style-type: none !important;
    }

    For the photos, I went into my Jetpack settings and switched off ‘Speed up image load times’, and now they look much better! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A strange dot by centered layout + Photos are low res’ is closed to new replies.