• Resolved Rahim

    (@rahimvaziri)


    Hello Author,
    First of all, thank you so much for your plugin.

    I have made the author.php file and put it on my child-theme to have the author box above the author’s post on the author’s archive pages.

    But the issue is for having this custom box, I have to not hide the author box on archives in the plugin setting, because if I hide it, I will not have the custom box too!

    How can I have my custom box, but hide the every box that comes after each post on author’s pages?

    Please check here: https://look.ir/author/ceo/

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Diego

    (@greentreelabs)

    Hi Rahim,

    I guess the easiest way would be to simply hide the box with CSS.

    Diego

    Thread Starter Rahim

    (@rahimvaziri)

    Hi Diego,
    Thank you for your reply.

    Can you please provide me the CSS code?

    When I use the code, the custom box also hides.

    Regards.

    Thread Starter Rahim

    (@rahimvaziri)

    Hi @greentreelabs,
    Hope you are fine.

    Any update on this?

    Kind regards,
    Rahim

    Diego

    (@greentreelabs)

    Sorry,

    you can use this code:

    .saboxplugin-wrap { display: none !important; }

    • This reply was modified 5 years ago by Diego.
    Thread Starter Rahim

    (@rahimvaziri)

    Hi,

    This code will hide the custom author box on the top of the page.

    Can you please check my url?

    Diego

    (@greentreelabs)

    Try:

    .saboxplugin-wrap:last-of-type {
        display: none;
    }
    Thread Starter Rahim

    (@rahimvaziri)

    Thank you.

    The last code you gave me hides the author’s box in the posts too.
    I change it to:

    .author .saboxplugin-wrap:last-of-type {
        display: none;
    }

    now it’s working fine.

    Thank you.

    Diego

    (@greentreelabs)

    Oh ok, sorry. I guess I misunderstood your initial request.

    Cheers,
    Diego

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Some Help’ is closed to new replies.