OnPoint Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Go Live Update Urls] Critical error attempting to run the pluginHi 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
In reply to: [Advanced Sidebar Menu] Child PostsHi 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.
Forum: Plugins
In reply to: [Advanced Sidebar Menu] How to display also private or draft pages to admins?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; } );
Have a great day!
- This reply was modified 2 years, 4 months ago by OnPoint Plugins. Reason: Formatting borke
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 on our site and our team can take a look.
Have a great day!
Forum: Plugins
In reply to: [Go Live Update Urls] double https addedHi 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
New Url: https://www.mombehindthecurtain.com
Have a great night!
Forum: Plugins
In reply to: [Go Live Update Urls] Changing Temporary URL to Permanent URLHi 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.
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
In reply to: [Go Live Update Urls] Do not change the url of imagesHello 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/555Second time to remove the extra 555 from images:
* Old URL: example.com/555/wp-content
* New URL: example.com/wp-contentHave a great day!
Forum: Reviews
In reply to: [Go Live Update Urls] Didnt work.Hi Websiteowner,
Errors come from conflicts with other plugins, it’s very rare but it can happen. Please open a support request and we’ll be happy to track down and resolve the issue.
Forum: Plugins
In reply to: [Go Live Update Urls] Encoded URLHi Suyta,
Yes. The free version supports updating encoded urls.Have a great day!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Order by Page Order not workingHi ferda2,
Sorting the pages by “Page Order” will display menu items in the order the are specified using Page Attributes. If you would like to drag/drop the order of you pages you may use this plugin.
More information may be found here.
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
In reply to: [Advanced Sidebar Menu] Hide pages if user doesn’t have accessHi 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 and our support team will guide you through adding the filters.
Have a great day!
Forum: Plugins
In reply to: [Go Live Update Urls] Critical error after running the pluginHi flaviotobias,
If nothing is showing in the error log, the next thing to try is to add the
WP_DEBUG
constants to your site’swp-config.php
file.define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', true );
Forum: Plugins
In reply to: [Go Live Update Urls] Please add linkHi Jackstron,
Version 6.3.7 is now available which includes a “Settings” link.
Have a great day!
Forum: Plugins
In reply to: [Go Live Update Urls] Please add linkHi 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!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Sidebar Not ShowingHi Westinyanz,
Each theme handles widget areas in it’s own way. I’m not familiar with the WP Astra theme specifically, but my hunch is the widget areas in the new theme are named differently from the old theme which requires the widgets to be reassigned.
You may add/edit Advanced Sidebar widgets using the standard WordPress widgets. Or by using the “WORDPRESS” section within Elementor.
Looking at your site, I see the Advanced Sidebar Menu on your shop page again. It appears you may have figured this out.
Have a great day!