Title: OnPoint Plugins's Replies - page 2 | WordPress.org

---

# OnPoint Plugins

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 84 total)

[←](https://wordpress.org/support/users/onpointplugins/replies/?output_format=md)
[1](https://wordpress.org/support/users/onpointplugins/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/onpointplugins/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/onpointplugins/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/onpointplugins/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/onpointplugins/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/onpointplugins/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sidebar Menu] Exclude by page ID not working](https://wordpress.org/support/topic/exclude-by-page-id-not-working/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/exclude-by-page-id-not-working/#post-16545342)
 * Hi Acrossby,
 * Excluding an item from the Pages block may be accomplished by adding the page
   ids to eh “PAGES TO EXCLUDE” field.
 * And example would be `736513,736514` to exclude pages “736513” and “736514” from
   the menu.
 * If that is not working for you, you may provide a link to where I can see the
   output of the menu as well as which pages you are trying to exclude. With that
   information, I can take a look.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Go Live Update Urls] Critical error attempting to run the plugin](https://wordpress.org/support/topic/critical-error-attempting-to-run-the-plugin/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/critical-error-attempting-to-run-the-plugin/#post-16359693)
 * Hi rucodemente,
 * It appears a plugin or theme is saving data to the database which contains full
   PHP class definitions.  If the class definition changes or is no longer available
   this kind of error can happen.
 * The class in question is `FS_Plugin`
 * Luckily, we just released version 6.5.0 of this plugin which gracefully skips
   missing classes so the rest of the updates may complete.
 * Enjoy!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sidebar Menu] Child Posts](https://wordpress.org/support/topic/child-posts-2/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/child-posts-2/#post-16259062)
 * Hi Rich,
 * Unfortunately, this plugin will show a list of categories assigned to the current
   post or related categories when viewing a category but does not support showing
   a list of posts.
 * The PRO version does support showing assigned posts under categories but not 
   just a list of posts.
 * If the widgets does not show up at all it is likely because the current category
   does not have “related” categories or the widget options are not specific enough.
 * More information may be found in [this FAQ](https://wordpress.org/plugins/advanced-sidebar-menu/#the%20menu%20won%27t%20show%20up%3F).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sidebar Menu] How to display also private or draft pages to admins?](https://wordpress.org/support/topic/how-to-display-also-private-or-draft-pages-to-admins/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/how-to-display-also-private-or-draft-pages-to-admins/#post-16209913)
 * Hi Webprom,
 * You may add the following filter to your active theme’s functions.php file to
   enable private posts in menus for logged in users.
 *     ```
       add_filter( 'advanced-sidebar-menu/list-pages/parse-args', function( $args ) {
       	if ( is_user_logged_in() ) {
       		$args['post_status'] = [ 'publish', 'private' ];
       	}
       	return $args;
       } );
       ```
   
 * [More info may be found here](https://onpointplugins.com/advanced-sidebar-menu/developer-docs/#advanced-sidebar-menulist-pagesparse-args).
 * Have a great day!
    -  This reply was modified 3 years, 8 months ago by [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/).
      Reason: Formatting borke
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sidebar Menu] Possible to include WP menu within Advanced Sidebar generated menu?](https://wordpress.org/support/topic/possible-to-include-wp-menu-within-advanced-sidebar-generated-menu/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/possible-to-include-wp-menu-within-advanced-sidebar-generated-menu/#post-16123532)
 * Hi Zebaker,
 * I’m afraid this request is a bit too complex for us to dig into using this forum.
   Please [submit a support request](https://onpointplugins.com/plugin-support/?trigger_request_form=1)
   on our site and our team can take a look.
 * Have a great day!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Go Live Update Urls] double https added](https://wordpress.org/support/topic/double-https-added/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/double-https-added/#post-16007397)
 * Hi ES Ivy,
 * I can’t say how the extra https was added if it wasn’t entered because the plugin
   only uses the entered strings and does not attempt any sort of URL scheme which
   is not entered. The basic version does not include history nor URL testing so
   we can’t check that.
 * You may run the plugin again using the following settings to remove the the extra
   https.
 * Old Url: [https://https//www.mombehindthecurtain.com](https://https//www.mombehindthecurtain.com)
 * New Url: [https://www.mombehindthecurtain.com](https://www.mombehindthecurtain.com)
 * Have a great night!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Go Live Update Urls] Changing Temporary URL to Permanent URL](https://wordpress.org/support/topic/changing-temporary-url-to-permanent-url/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [4 years ago](https://wordpress.org/support/topic/changing-temporary-url-to-permanent-url/#post-15875312)
 * Hi Cnia,
 * Certainly! Switching a temporary domain is just what this plugin in intended 
   for :).
 * The suggested procedure for making this change [may be seen here](https://onpointplugins.com/go-live-update-urls/go-live-update-urls-pro-usage/#suggested-procedure-for-switching-a-sites-domain).
 * As far as the PRO version, if you are using plugins on your site it is recommended
   to use the PRO version. If you are not using plugin, the basic version will work
   just fine.
 * Have a great rest of your weekend!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Go Live Update Urls] Do not change the url of images](https://wordpress.org/support/topic/do-not-change-the-url-of-images/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [4 years ago](https://wordpress.org/support/topic/do-not-change-the-url-of-images/#post-15853878)
 * Hello Manuwp,
 * This may be accomplished by running the plugin twice.
 * First time to replace the domain:
    * Old URL: 555.example.com * New URL: example.
   com/555
 * Second time to remove the extra 555 from images:
    * Old URL: example.com/555/
   wp-content * New URL: example.com/wp-content
 * Have a great day!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Go Live Update Urls] Didnt work.](https://wordpress.org/support/topic/didnt-work-357/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [4 years ago](https://wordpress.org/support/topic/didnt-work-357/#post-15826490)
 * Hi Websiteowner,
 * Errors come from conflicts with other plugins, it’s very rare but it can happen.
   Please [open a support request](https://wordpress.org/support/plugin/go-live-update-urls/#new-topic-0)
   and we’ll be happy to track down and resolve the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Go Live Update Urls] Encoded URL](https://wordpress.org/support/topic/encoded-url/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/encoded-url/#post-15734384)
 * Hi Suyta,
    Yes. The free version supports updating encoded urls.
 * Have a great day!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sidebar Menu] Order by Page Order not working](https://wordpress.org/support/topic/order-by-page-order-not-working/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/order-by-page-order-not-working/#post-15677480)
 * Hi ferda2,
 * Sorting the pages by “Page Order” will display menu items in the order the are
   specified using [Page Attributes](https://make.wordpress.org/support/user-manual/pages/page-attributes/).
   If you would like to drag/drop the order of you pages you may use [this plugin](https://wordpress.org/plugins/simple-page-ordering/).
 * [More information may be found here](https://onpointplugins.com/advanced-sidebar-menu/#order-by).
 * If sorting using the “Order” value is not working, there is most likely a conflict
   with another plugin. You can try deactivating other plugins one at a time to 
   track down the conflicting plugin.
 * If you track down a conflicting plugin, please let us know so we can investigate.
 * Have a great day!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sidebar Menu] Hide pages if user doesn’t have access](https://wordpress.org/support/topic/hide-pages-if-user-doesnt-have-access/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/hide-pages-if-user-doesnt-have-access/#post-15670728)
 * Hi donnahaynes,
 * This may be accomplished using some creative filters. It is a little complex 
   and a bit beyond what we can provide for free plugin support.
 * If you are a PRO user, please [submit a support request](https://onpointplugins.com/plugin-support/?trigger_request_form=1)
   and our support team will guide you through adding the filters.
 * Have a great day!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Go Live Update Urls] Critical error after running the plugin](https://wordpress.org/support/topic/critical-error-after-running-the-plugin/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/critical-error-after-running-the-plugin/#post-15413026)
 * Hi flaviotobias,
 * If nothing is showing in the error log, the next thing to try is to add the `
   WP_DEBUG` constants to your site’s `wp-config.php` file.
 *     ```
       define( 'WP_DEBUG', true );
       define( 'WP_DEBUG_DISPLAY', true );
       ```
   
 * [More information here.](https://wordpress.org/support/article/debugging-in-wordpress/#wp_debug_display)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Go Live Update Urls] Please add link](https://wordpress.org/support/topic/please-add-link-2/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/please-add-link-2/#post-15372343)
 * Hi Jackstron,
 * Version 6.3.7 is now available which includes a “Settings” link.
 * Have a great day!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Go Live Update Urls] Please add link](https://wordpress.org/support/topic/please-add-link-2/)
 *  Plugin Contributor [OnPoint Plugins](https://wordpress.org/support/users/onpointplugins/)
 * (@onpointplugins)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/please-add-link-2/#post-15209282)
 * Hi Jackstron,
 * The “Go Live” page may be found under the Tools menu of the WordPress admin.
 * I like your suggestion and have logged a task to include a “Settings” link in
   a future version.
 * Have a great day!

Viewing 15 replies - 16 through 30 (of 84 total)

[←](https://wordpress.org/support/users/onpointplugins/replies/?output_format=md)
[1](https://wordpress.org/support/users/onpointplugins/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/onpointplugins/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/onpointplugins/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/onpointplugins/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/onpointplugins/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/onpointplugins/replies/page/3/?output_format=md)