Title: Some Help
Last modified: March 21, 2020

---

# Some Help

 *  Resolved [Rahim](https://wordpress.org/support/users/rahimvaziri/)
 * (@rahimvaziri)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/some-help-3/)
 * 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/](https://look.ir/author/ceo/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsome-help-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Diego](https://wordpress.org/support/users/greentreelabs/)
 * (@greentreelabs)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/some-help-3/#post-12575582)
 * Hi Rahim,
 * I guess the easiest way would be to simply hide the box with CSS.
 * Diego
 *  Thread Starter [Rahim](https://wordpress.org/support/users/rahimvaziri/)
 * (@rahimvaziri)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/some-help-3/#post-12575584)
 * 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](https://wordpress.org/support/users/rahimvaziri/)
 * (@rahimvaziri)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/some-help-3/#post-12583379)
 * Hi [@greentreelabs](https://wordpress.org/support/users/greentreelabs/),
    Hope
   you are fine.
 * Any update on this?
 * Kind regards,
    Rahim
 *  [Diego](https://wordpress.org/support/users/greentreelabs/)
 * (@greentreelabs)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/some-help-3/#post-12584161)
 * Sorry,
 * you can use this code:
 * `.saboxplugin-wrap { display: none !important; }`
    -  This reply was modified 6 years, 2 months ago by [Diego](https://wordpress.org/support/users/greentreelabs/).
 *  Thread Starter [Rahim](https://wordpress.org/support/users/rahimvaziri/)
 * (@rahimvaziri)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/some-help-3/#post-12584181)
 * Hi,
 * This code will hide the custom author box on the top of the page.
 * Can you please check my url?
 *  [Diego](https://wordpress.org/support/users/greentreelabs/)
 * (@greentreelabs)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/some-help-3/#post-12584189)
 * Try:
 *     ```
       .saboxplugin-wrap:last-of-type {
           display: none;
       }
       ```
   
 *  Thread Starter [Rahim](https://wordpress.org/support/users/rahimvaziri/)
 * (@rahimvaziri)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/some-help-3/#post-12584450)
 * 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](https://wordpress.org/support/users/greentreelabs/)
 * (@greentreelabs)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/some-help-3/#post-12584598)
 * 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.

 * ![](https://ps.w.org/simple-author-box/assets/icon-128x128.jpg?rev=1821054)
 * [Simple Author Box](https://wordpress.org/plugins/simple-author-box/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-author-box/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-author-box/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-author-box/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-author-box/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-author-box/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Diego](https://wordpress.org/support/users/greentreelabs/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/some-help-3/#post-12584598)
 * Status: resolved