Title: MelvinEnterprises's Replies | WordPress.org

---

# MelvinEnterprises

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/melvinsoftware/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/melvinsoftware/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Advice for copying staging site to live site](https://wordpress.org/support/topic/advice-for-copying-staging-site-to-live-site/)
 *  Thread Starter [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/advice-for-copying-staging-site-to-live-site/#post-7141263)
 * I had heard of Duplicator once before, and used it on a client site in the past.
   I just wasn’t sure about it in this case because the uploads folder on the site
   is close to 2GB worth of data, mostly images.
 * I hadn’t heard of the WP Migrate DB plugin though. I’ll take a look at both of
   them and see if they can help me.
 * Thanks a bunch!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Caldera Forms - More Than Contact Forms] How to Delete a form page?](https://wordpress.org/support/topic/how-to-delete-a-form-page/)
 *  [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/how-to-delete-a-form-page/#post-6784211)
 * Delete all elements and all ‘boxes’ on the page (using the small ‘X’ in the upper
   left corner). That should remove the whole page from view.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[No Nonsense] Sidebar keeps jumping back](https://wordpress.org/support/topic/sidebar-keeps-jumping-back/)
 *  [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/sidebar-keeps-jumping-back/#post-5678812)
 * @naturpark
 * I was having the same problem that you were with the sidebar not remembering 
   it’s setting on pages other than the home page.
 * I had to make a couple of changes to the ‘Page.php’ and ‘single.php’ file to 
   fix it.
 * If you go to the ‘Editor’ section under Appearance, you can open those pages.
   You need to look for a couple of different things.
 * First look for this:
 * > `<div class='columns small-12 medium-8 large-9 medium-push-4 large-push-3' 
   > id='siteContent'>`
 * And replace it with:
 * > `<div <?php nn_content_class() ?> id='siteContent'>`
 * Then look for:
 * > `<div class='columns small-12 medium-4 large-3 medium-pull-8 large-pull-9' 
   > id='siteSidebar'>`
 * And replace it with:
 * > `<div <?php nn_sidebar_class() ?> id='siteSidebar'>`
 * Do the same things in both ‘page.php’ and ‘single.php’ and that should take care
   of it.
 * -MelvinSoftware
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Based On Post] Simple but great plugin](https://wordpress.org/support/topic/simple-but-great-plugin/)
 *  Plugin Author [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/simple-but-great-plugin/#post-7755962)
 * Thank you very much for your kind words!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Based On Post] Does what it says it does.](https://wordpress.org/support/topic/does-what-it-says-it-does-16/)
 *  Plugin Author [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/does-what-it-says-it-does-16/#post-7818873)
 * I’m very glad that this was of use to you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Based On Post] Php code for direct insertion](https://wordpress.org/support/topic/php-code-for-direct-insertion/)
 *  Plugin Author [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/php-code-for-direct-insertion/#post-4564929)
 * You should be able to use
 * `<?php do_action( 'msbop_template_tag' ); ?>`
 * to place it anywhere in your template and have it show up.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Based On Post] [Plugin: Based On Post] Widget for Custom Post Types](https://wordpress.org/support/topic/plugin-based-on-post-widget-for-custom-post-types/)
 *  Plugin Author [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-based-on-post-widget-for-custom-post-types/#post-2823441)
 * Thank you both for requesting this feature. I apologize for not getting back 
   to you and updating it more promptly.
 * The latest update should allow it to work on Custom Post types.
 * Thanks Again!
 * Aaron Melvin
    Melvin Software
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Based On Post] [Plugin: Based On Post] Widget no longer displaying properly](https://wordpress.org/support/topic/plugin-based-on-post-widget-no-longer-displaying-properly/)
 *  Plugin Author [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [14 years ago](https://wordpress.org/support/topic/plugin-based-on-post-widget-no-longer-displaying-properly/#post-2772461)
 * You’re Very welcome!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Based On Post] [Plugin: Based On Post] Widget no longer displaying properly](https://wordpress.org/support/topic/plugin-based-on-post-widget-no-longer-displaying-properly/)
 *  Plugin Author [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [14 years ago](https://wordpress.org/support/topic/plugin-based-on-post-widget-no-longer-displaying-properly/#post-2772457)
 * Alright, I think I’ve got the problem taken care of. I’ve updated the plugin (
   didn’t change the version because it was a very simple problem) Please let me
   know if this has solved it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to display different sidebar content based on the author of a post?](https://wordpress.org/support/topic/how-to-display-different-sidebar-content-based-on-the-author-of-a-post/)
 *  [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [14 years ago](https://wordpress.org/support/topic/how-to-display-different-sidebar-content-based-on-the-author-of-a-post/#post-2675738)
 * Sorry about that, had it in there but forgot to close the tag.
 * This is a plugin that I programmed specifically to be able to put dynamic content
   on the sidebar, based on content input on the Post creation page. You might be
   able to get it to do what you want.
 * Here you go: [Based On Post](http://wordpress.org/extend/plugins/based-on-post/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to display different sidebar content based on the author of a post?](https://wordpress.org/support/topic/how-to-display-different-sidebar-content-based-on-the-author-of-a-post/)
 *  [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [14 years ago](https://wordpress.org/support/topic/how-to-display-different-sidebar-content-based-on-the-author-of-a-post/#post-2675736)
 * You might try this plugin, see if you can do what you want with it:
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Based On Post] [Plugin: Based On Post] Widget no longer displaying properly](https://wordpress.org/support/topic/plugin-based-on-post-widget-no-longer-displaying-properly/)
 *  Plugin Author [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [14 years ago](https://wordpress.org/support/topic/plugin-based-on-post-widget-no-longer-displaying-properly/#post-2772453)
 * Alright, thanks for the info.
 * I see the problem on your site and I’ve also been able to duplicate it on one
   of my own. I’ll take a look at it today and see what I can do to fix it, then
   post here once I’ve solved the issue.
 * Thanks for letting me know about this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Based On Post] [Plugin: Based On Post] Need a template tage for the widget please](https://wordpress.org/support/topic/plugin-based-on-post-need-a-template-tage-for-the-widget-please/)
 *  Plugin Author [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [14 years ago](https://wordpress.org/support/topic/plugin-based-on-post-need-a-template-tage-for-the-widget-please/#post-2722018)
 * You’re very welcome!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Based On Post] [Plugin: Based On Post] Widget no longer displaying properly](https://wordpress.org/support/topic/plugin-based-on-post-widget-no-longer-displaying-properly/)
 *  Plugin Author [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [14 years ago](https://wordpress.org/support/topic/plugin-based-on-post-widget-no-longer-displaying-properly/#post-2772451)
 * Hello,
 * Sorry if the last update broke anything on your site. I took a look at the page
   you specified and can’t find a problem. I’ve checked it in Internet Explorer 
   9 and in Firefox and both seem to be working.
 * If you’re using a different browser and it’s not functioning, let me know what
   browser and I’ll see if I can fix it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Based On Post] [Plugin: Based On Post] Need a template tage for the widget please](https://wordpress.org/support/topic/plugin-based-on-post-need-a-template-tage-for-the-widget-please/)
 *  Plugin Author [MelvinEnterprises](https://wordpress.org/support/users/melvinsoftware/)
 * (@melvinsoftware)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-based-on-post-need-a-template-tage-for-the-widget-please/#post-2722006)
 * Thank you For the Tip, houseofstrauss,
 * I did a bit of research on my own on this, and discovered that as an alternative,
   using Hooks seemed an even better (cleaner) way to do this. I updated the Plugin(
   though the update was so small I didn’t update the version number). As a result,
   you can use the following code in your template instead:
 * `<?php do_action( 'msbop_template_tag' ); ?>`

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/melvinsoftware/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/melvinsoftware/replies/page/2/?output_format=md)