Title: Rob Hope's Replies | WordPress.org

---

# Rob Hope

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FullSingle by One Page Love] How to remove the bottom margin/padding?](https://wordpress.org/support/topic/how-to-remove-the-bottom-margin-padding/)
 *  Plugin Author [Rob Hope](https://wordpress.org/support/users/robdelete/)
 * (@robdelete)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/how-to-remove-the-bottom-margin-padding/#post-9868188)
 * My pleasure!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FullSingle by One Page Love] How to remove the bottom margin/padding?](https://wordpress.org/support/topic/how-to-remove-the-bottom-margin-padding/)
 *  Plugin Author [Rob Hope](https://wordpress.org/support/users/robdelete/)
 * (@robdelete)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/how-to-remove-the-bottom-margin-padding/#post-9864714)
 * Hi Ânderson – thanks for the kind words:)
 * If you are referring to the area below:
    `cheers for dropping by! have a goat
   on me` A css fix is easy enough. Open up the Customizer, head to Additional CSS,
   then paste in this code:
 *     ```
       @media (max-width: 800px ) {
       .split-content > div:first-child {
       padding-bottom: 0 !important;
       margin-bottom: 0 !important;		
       }
       }
       ```
   
 * It’s worth mentioning this whole text block is centered vertically on bigger 
   screens, only on tablet and mobile will this CSS tweaks will make sense.
 * I hope that’s what you were after, let me know!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FullSingle by One Page Love] Hey – Woocommerce Single Page Buy](https://wordpress.org/support/topic/hey-woocommerce-single-page-buy/)
 *  Plugin Author [Rob Hope](https://wordpress.org/support/users/robdelete/)
 * (@robdelete)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/hey-woocommerce-single-page-buy/#post-9562508)
 * Hey! (so sorry for this late reply, didn’t get a notification for some reason)
 * As far as I know there is no native way for WooCommerce to do this within the
   same page. They did however create a product just for this and I actually blogged
   about it here: [https://onepagelove.com/woocommerce-one-page-checkout](https://onepagelove.com/woocommerce-one-page-checkout)
 * Hope that helps and you are enjoying Flyleaf 🙂
 * Rob
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks and custom post type](https://wordpress.org/support/topic/permalinks-and-custom-post-type/)
 *  [Rob Hope](https://wordpress.org/support/users/robdelete/)
 * (@robdelete)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/permalinks-and-custom-post-type/#post-5418211)
 * Hi – unfortunately if you use the plugin, you would lose “category” completely
   in the URL – so that wouldn’t work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks and custom post type](https://wordpress.org/support/topic/permalinks-and-custom-post-type/)
 *  [Rob Hope](https://wordpress.org/support/users/robdelete/)
 * (@robdelete)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/permalinks-and-custom-post-type/#post-5417981)
 * This is more a trick/suggestion without using custom post types than a fix:
 * 1. Set the custom structure Permalinks to: `/%postname%`
    2. Rename your default
   Post category to “blog” 3. Install this very light weight and free plugin that
   removes the word “category” from the URL: [https://wordpress.org/plugins/no-category-base-wpml/](https://wordpress.org/plugins/no-category-base-wpml/)
 * This way all blog posts now look like this:
    [http://yourdomain.com/blog/post-title-like-this](http://yourdomain.com/blog/post-title-like-this)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Field Template] Insert Image Failure in 3.5](https://wordpress.org/support/topic/insert-image-failure-in-35/)
 *  [Rob Hope](https://wordpress.org/support/users/robdelete/)
 * (@robdelete)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/insert-image-failure-in-35/#post-3263007)
 * Cheers for the update Hiroaki, working great now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Field Template] Insert Image Failure in 3.5](https://wordpress.org/support/topic/insert-image-failure-in-35/)
 *  [Rob Hope](https://wordpress.org/support/users/robdelete/)
 * (@robdelete)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/insert-image-failure-in-35/#post-3262985)
 * Yeah, not ideal hey, especially for a client who knows little about HTML.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Field Template] Insert Image Failure in 3.5](https://wordpress.org/support/topic/insert-image-failure-in-35/)
 *  [Rob Hope](https://wordpress.org/support/users/robdelete/)
 * (@robdelete)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/insert-image-failure-in-35/#post-3262938)
 * I have same issue, not good as I’ve setup tons of clients with the Custom Field
   Template plugin. Are there any alternative plugins out there? Or ideally a fix..

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