Title: tproli's Replies | WordPress.org

---

# tproli

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Remote Content Shortcode] ampersand issue](https://wordpress.org/support/topic/ampersand-issue-2/)
 *  Thread Starter [tproli](https://wordpress.org/support/users/tproli/)
 * (@tproli)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/ampersand-issue-2/#post-8732339)
 * Great, thanks! I had to think for minute about what was this issue about but 
   finally figured out 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] [request] Scheduled tables](https://wordpress.org/support/topic/request-scheduled-tables/)
 *  Thread Starter [tproli](https://wordpress.org/support/users/tproli/)
 * (@tproli)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/request-scheduled-tables/#post-7176435)
 * Did that months ago 🙂 Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] [request] Scheduled tables](https://wordpress.org/support/topic/request-scheduled-tables/)
 *  Thread Starter [tproli](https://wordpress.org/support/users/tproli/)
 * (@tproli)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/request-scheduled-tables/#post-7176428)
 * Hi,
 * this is a great tip! I’m mostly maintaining WP sites nowadays so I forgot that
   there’s a plugin for everything 🙂
 * I’ll give one a go, thanks for the suggestion.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Fixed position edit toolbar](https://wordpress.org/support/topic/fixed-position-edit-toolbar/)
 *  Thread Starter [tproli](https://wordpress.org/support/users/tproli/)
 * (@tproli)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/fixed-position-edit-toolbar/#post-6766155)
 * Just tried the right sidebar “version” and it’s less usable imo. The fixed-bottom
   version is much better.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Fixed position edit toolbar](https://wordpress.org/support/topic/fixed-position-edit-toolbar/)
 *  Thread Starter [tproli](https://wordpress.org/support/users/tproli/)
 * (@tproli)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/fixed-position-edit-toolbar/#post-6766136)
 * Glad you like it! Indeed it adds extra functionality with only a few lines.
 * Using right: 20px; can make the panel cover the left WP sidebar but because the
   panel can minified, it’s not an issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Fixed position edit toolbar](https://wordpress.org/support/topic/fixed-position-edit-toolbar/)
 *  Thread Starter [tproli](https://wordpress.org/support/users/tproli/)
 * (@tproli)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/fixed-position-edit-toolbar/#post-6766078)
 * It was a really simple mod, here it is with some decoration:
 *     ```
       #tablepress_edit-table-manipulation {
           position: fixed;
           bottom: 0;
           z-index: 9999;
           margin: 0;
           background: #dfdfdf;
           border: 1px solid #a0a5aa;
           border-bottom: none;
           box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
       }
       ```
   
 * [Screenshot](http://rolandtoth.hu/pic/tablepress-fixed-bottom-toolbar.png)
 * The good thing is that the panel can be collapsed using the WP-handle on the 
   top-right corner.
 * However, placing the Save button inside this area is also useful. Plus the ajax
   save message would also great to be able to see. But these would require larger
   modifications (and perhaps a concept :)).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Fixed position edit toolbar](https://wordpress.org/support/topic/fixed-position-edit-toolbar/)
 *  Thread Starter [tproli](https://wordpress.org/support/users/tproli/)
 * (@tproli)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/fixed-position-edit-toolbar/#post-6766073)
 * I just made it fixed to the bottom using the developer tools and it worked great,
   it didn’t interfere with anything. But of course I see your points.
 * I guess there are plenty of nice solutions for this, for example:
    – fixed bottom
   line (as I wrote above) – sticking items to the top bar – however I don’t know
   how many items may there be on different WP installs, so TablePress items may
   not fit there – sticking items to the top bar – dropdown mode: only one menu 
   item that expands on hover – auto-hiding sidebar on the right – this would be
   fancy, and right now I see this as the best solution regarding the interfere 
   with other site elements.
 * Note that I mean only CSS (or maybe a little JS) mods, not backend modifications.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Feature request: shortcode "disabled"](https://wordpress.org/support/topic/feature-request-shortcode-disabled/)
 *  Thread Starter [tproli](https://wordpress.org/support/users/tproli/)
 * (@tproli)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/feature-request-shortcode-disabled/#post-6571790)
 * Thanks, just tried and worked!
 * I’m still not 100% convinced that it’s a feature that shouldn’t go into the core
   but you surely know it better than me 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Element id tag (shortcode)](https://wordpress.org/support/topic/element-id-tag-shortcode/)
 *  Thread Starter [tproli](https://wordpress.org/support/users/tproli/)
 * (@tproli)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/element-id-tag-shortcode/#post-5727262)
 * Hi,
 * thanks for the tip, it sounds like an easy workaround, will try it.
 * Btw, no troubles at all 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Arconix Flexslider] Offset support (shortcode)](https://wordpress.org/support/topic/offset-support-shortcode/)
 *  Thread Starter [tproli](https://wordpress.org/support/users/tproli/)
 * (@tproli)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/offset-support-shortcode/#post-3645545)
 * Great news, thanks!

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