Title: netrival's Replies | WordPress.org

---

# netrival

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[upPrev] [Plugin: upPrev] Their are thousands of entries in WP_Options table?](https://wordpress.org/support/topic/plugin-upprev-their-are-thousands-of-entries-in-wp_options-table/)
 *  Thread Starter [netrival](https://wordpress.org/support/users/netrival/)
 * (@netrival)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-upprev-their-are-thousands-of-entries-in-wp_options-table/#post-2710560)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ad Injection] [Plugin: Ad Injection] side by side](https://wordpress.org/support/topic/plugin-ad-injection-side-by-side/)
 *  [netrival](https://wordpress.org/support/users/netrival/)
 * (@netrival)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-ad-injection-side-by-side/#post-2620550)
 * Oh, Remove 1 ad **from each div nrad125** so you may be able to show 2 ads side
   by side.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ad Injection] [Plugin: Ad Injection] side by side](https://wordpress.org/support/topic/plugin-ad-injection-side-by-side/)
 *  [netrival](https://wordpress.org/support/users/netrival/)
 * (@netrival)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-ad-injection-side-by-side/#post-2620549)
 * **You may split div like this:**
 *     ```
       <div id="nrad125">
          <div class="adslot 1">YOUR AD CODE HERE</div>
          <div class="adslot 2">YOUR AD CODE HERE</div>
       </div>
       <div id="nrad125" style="margin-left:5px;">
          <div class="adslot 3">YOUR AD CODE HERE</div>
          <div class="adslot 4">YOUR AD CODE HERE</div>
       </div>
       <div style="clear:both;"></div>
       ```
   
 * **And css part should be like this:**
 *     ```
       #nrad125 {
           float: left;
       }
       .adslot {
           background: none repeat scroll 0 0 #FCFCFC;
           border: 1px solid #F2F2F2;
           display: block;
           height: 125px;
           margin: 0 0 5px;
           padding: 2px;
           width: 125px;
       }
       ```
   
 * I hope it will work. 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] [Plugin: WP Super Cache] Button 'Delete Cache' adminbar doesn't work](https://wordpress.org/support/topic/plugin-wp-super-cache-button-delete-cache-adminbar-doesnt-work/)
 *  [netrival](https://wordpress.org/support/users/netrival/)
 * (@netrival)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-button-delete-cache-adminbar-doesnt-work/#post-2434848)
 * Sorry, None were working for me.
 * I just disabled and re-enabled the plugin, now workig. The problem for me was.,
   After upgrading the plugin, none (The new delete cache button on admin bar and
   the “Delete Cache” button in dashboard) are working for me except deleting files
   one by one in the dashboard.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] [Plugin: WP Super Cache] Button 'Delete Cache' adminbar doesn't work](https://wordpress.org/support/topic/plugin-wp-super-cache-button-delete-cache-adminbar-doesnt-work/)
 *  [netrival](https://wordpress.org/support/users/netrival/)
 * (@netrival)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-button-delete-cache-adminbar-doesnt-work/#post-2434844)
 * Nope! That is the problem. The button is not clearing all existing cache files.
   And still show in cached file list.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] [Plugin: WP Super Cache] Button 'Delete Cache' adminbar doesn't work](https://wordpress.org/support/topic/plugin-wp-super-cache-button-delete-cache-adminbar-doesnt-work/)
 *  [netrival](https://wordpress.org/support/users/netrival/)
 * (@netrival)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-button-delete-cache-adminbar-doesnt-work/#post-2434842)
 * Oh! I am not the only guy facing such problem. I am also unable to purge the 
   cache after hitting the delete button.
 * Deleting each cache file one by one is possible but unable to delete all files
   at once.
 * I have this problem after the recent update.

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