OnPoint Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Sidebar Not ShowingHi Westinyanz,
Now the widget has been changed to an Elementor Nav Menu widget. You may change it back to the Advanced Sidebar Menu by replacing the Nav Menu widget with the Advanced Sidebar widget.
I’m afraid I’m not familiar with how these types of archives are setup using Elementor, but I did find this article in their documentation.
Hope this helps!
Forum: Reviews
In reply to: [Advanced Sidebar Menu] Not workingThis plugin does work with the twentytwentyone. In fact we have a whole test site dedicated to the twentytwentyone theme.
It is worth noting that out of the box the twentytwentyone theme does not contain any widget areas besides the footer. As themes define their own widget areas, there not much this plugin can do about adding sidebar support to a theme.
If you are unable to see the widgets in the footer, please see the FAQ section which explains the most common reasons why a widget does not show up.
Forum: Plugins
In reply to: [Go Live Update Urls] Will this plugin work on wordpress.com correctly?Hi delawaregenealogy,
The www.remarpro.com policies do not allow us to provide support for the PRO version through this forum. Please use our contact form for any pre-sales questions.
That being said, the documentation for the PRO version may be found here.
Yes. The PRO version works fully on wordpress.com.
Have a great day!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Pre Sale questionHi Digitalbowaba,
I’m afraid www.remarpro.com policies do not allow us to provide support for the PRO version through this forum. For pre sale questions you may use our contact form.
That being said…
The PRO version does provide widget styling options which will get you really close to the example. Our support team will assist you in styling the menu the rest of the way.
Our terms and conditions may be found here.
Have a great night!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] how to make the active link highlightedHi Digitalbowaba,
It appears your CSS is targeting all
a
below the active item. You may adjust your CSS like so to target only the current level..sidebar li.current-cat > a, .sidebar li.current_page_item > a { color: #F9D81D; }
Have a great night!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] how to make the active link highlightedHI Digitalbowaba,
Information on styling the current page may be found in the FAQ.
Building on the examples in the FAQ, you may turn you link yellow like so:
.advanced-sidebar-menu li.current-cat a, .advanced-sidebar-menu li.current_page_item a { color: yellow; } .advanced-sidebar-menu li.current-cat > a:hover, .advanced-sidebar-menu li.current_page_item > a:hover { background: yellow; color: black; }
Have a great weekend!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Failed to load resource: net::ERR_NAME_NOT_RESOLVEDHi Argentum,
Based on the
net::ERR_NAME_NOT_RESOLVED
error, there appears to be a DNS resolution error somewhere on your device.I have confirmed the following:
1. The provided image is available on the server.
2. The DNS records are setup correctly at the registrar.
3. The domain is resolving to the correct IP address from various worldwide locations.I’m afraid there is not much I can do from this end, but here are some things to try:
1. Restart your device.
2. Flush your DNS resolver cache.
3. Check the DNS settings for onpointplugins.com if you are using a private DNS server.Have a great day!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Installed plugin and nothing showsHi Nregard,
The widgets are smart enough to not show up when no menu items would be listed.
As the page widget menus are generated based on page heirchy, they will only show up on pages and not posts. The category widget will only show on posts if the “Display categories on single posts” is checked and the current post has categories assigned.
The PRO version has options to Display widget on every page.
More information may be found in the FAQs.
Have a great day!
Hi Jflds,
Reading through the Divi builder documentation it appears you add a widget to a sidebar and then select the sidebar when building your templates. Based on this information, if you remove the widget from the sidebar, it will be removed from every page which is using the sidebar.
I wasn’t able to find anything in the documentation for determining which pages are using a sidebar, but if you use Divi Support, they will likely have a solution for you.
Have a great day!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Keep Accordion open if child page activeHi Arjanoskam,
As the accordion menus are a PRO feature, please submit a support request on our site and our team will be happy to assist you.
Have a great day!
Based on what you provided, it appears your site is using
current-page-ancestor
instead ofcurrent_page_ancestor
.If which case, you’ll need to adjust the example CSS to account for the change.
.advanced-sidebar-menu .parent-sidebar-menu > .current-page-parent a, .advanced-sidebar-menu .parent-sidebar-menu > .current-page-ancestor a { font-weight: 700; }
Have a great weekend!
Hello Kenmontgroup,
Most likely you are targeting the
current_page_parent
class with your CSS to create and active state. For targeting 2 levels or more above the current item, you may use thecurrent_page_ancestor
class.For example, if you have the highest level parent showing your CSS could look something like this:
.advanced-sidebar-menu .parent-sidebar-menu > .current_page_parent, .advanced-sidebar-menu .parent-sidebar-menu > .current_page_ancestor { font-weight: 700; }
Have a great weekend!
Forum: Reviews
In reply to: [Go Live Update Urls] Just didn’t workWhat are “page to page links”?
This plugin will replace a “localhost” domain with a standard domain without issue. If you are having trouble, please see our Troubleshooting section or submit a support request.
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Can we use the same page twice?Hi bluepixeldesign,
One approach would be to use Page Link To to have a second page simply link to the first one. That way you are only managing content on one page, but are able to have 2 or more pages display in the menu.
Have a great night!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Child items not indentedHi Swin,
It’s certainly possible with some creative CSS.
As far as pointers go, a good place to start is by inspecting the CSS using your browser’s developer tools and recreating it with your menu’s selectors.
For example “#menu-left uL li.expanded” becomes “.advanced-sidebar-menu .current_page_item”.
You’ll also want to uncheck “Always display child pages”.
If you are using the PRO version, you may submit a support request and our team will write the custom CSS for you.
Have a great day!