Title: GebServ's Replies | WordPress.org

---

# GebServ

  [  ](https://wordpress.org/support/users/gebserv/)

 *   [Profile](https://wordpress.org/support/users/gebserv/)
 *   [Topics Started](https://wordpress.org/support/users/gebserv/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gebserv/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gebserv/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gebserv/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gebserv/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gebserv/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YOP Poll] Link the answers?](https://wordpress.org/support/topic/link-the-answers/)
 *  [GebServ](https://wordpress.org/support/users/gebserv/)
 * (@gebserv)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/link-the-answers/#post-3486266)
 * I’m sorry. I can’t find this option.
 * Where exactly is this option?
 * Best Regards,
    Toby
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Iconic One – Disable the border from a picture in the sidebar](https://wordpress.org/support/topic/iconic-one-disable-the-border-from-a-picture-in-the-sidebar/)
 *  [GebServ](https://wordpress.org/support/users/gebserv/)
 * (@gebserv)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/iconic-one-disable-the-border-from-a-picture-in-the-sidebar/#post-4330417)
 * You can use the custom style and add the code to disable the box-shadow.
    I don’t
   know the class, but I think it has to be “textwidget”. Try this and let me know
   if it works.
 *     ```
       .textwidget img
       {
         box-shadow: none;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Paginate] No pagination, need more info](https://wordpress.org/support/topic/no-pagination-need-more-info/)
 *  [GebServ](https://wordpress.org/support/users/gebserv/)
 * (@gebserv)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/no-pagination-need-more-info/#post-3899411)
 * That Code should be in the index.php of your theme. But I don’t know your theme,
   so it could also be in an other file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Paginate] No pagination, need more info](https://wordpress.org/support/topic/no-pagination-need-more-info/)
 *  [GebServ](https://wordpress.org/support/users/gebserv/)
 * (@gebserv)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/no-pagination-need-more-info/#post-3899365)
 * It’s explained here:
    [http://wordpress.org/plugins/wp-paginate/faq/](http://wordpress.org/plugins/wp-paginate/faq/)
 * You have to add `<?php wp_paginate() ?>` in your theme. And remove this code:`
   posts_nav_link()`. Should look like on my Blog: [gebserv.de](http://gebserv.de)

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