OnPoint Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Child items not indentedHi Swin66,
Looking at your site, I see your theme is removing all margins from widget lists via the following CSS:
.widget ol, .widget ul { margin: 0; }
You may override it for these specific menus by adding this CSS:
.advanced-sidebar-menu .grandchild-sidebar-menu { margin: 0 0 0 20px; }
See this article if you need any tips on adding custom CSS to your site.
Have a great day!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] DemoHi MstudioIL,
Yes, you may use the widgets on any number of sidebars. The menu will automatically adjust based on which page or category you are viewing.
The PRO version does include an accordion option for animation.
Have a great day!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] DemoHi MstudioIL,
The best place to see the widgets would be the documentation area of our site.
The “Related Content” widget in the documentation area is the Pages Widget, and the Categories Widget works the same way.
Have a great day!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Grandchild Accordion Element Not ExpandingHi Webcat,
Due to the www.remarpro.com policies, we are unable to provide support for PRO plugins via this forum.
The good news is, our support team is standing by to assist you on our website. Please submit a support request and be sure to include a link to where we can see your site.
Have a great day!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Shortcode / Widget work with WPBakery?Hi Cbigler,
This plugin does not currently provide shortcodes, however the widgets do work with all known page builders including WPBakery.
Have a great night!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Cannot post to support even though I am a Pro memberForum: Plugins
In reply to: [Go Live Update Urls] A note on using the plugin with Multisite WordPressGood evening Takempa,
It sounds like you were really close in your process. The only thing to do differently, is to change your
/etc/hosts
file before you start making changes. That way you can update sites in any order and won’t see a garbled admin screen.An easy (optional) way to remember to point the domain or hosts file ahead of time is to first go to “General” settings and change the site’s domain. That way you’ll know if everything is ready to go before running this plugin.
Have a great rest of you weekend!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Enable Adv Sidebar Menu to List 80-100 ItemsHello Drusso1,
Be default the plugin has a limit of 100 pages per level. You may change this by adding the following filter to your active theme’s functions.php file.
add_filter( 'advanced-sidebar-menu/list-pages/parse-args', function( $args ) { $args['posts_per_page'] = 1000; return $args; });
Have a great weekend!
Hello Salpilk,
Oh, I see… The accordions are being generated by something in your theme.
It is being targeted by this JavaScript file
/wp-content/themes/flatsome/assets/js/flatsome.js
Hope this helps!
Hello Salpilk,
As Accordion menus are a PRO feature, I’m able to able to offer support through this forum due to www.remarpro.com policies. However, I can tell you the accordion is functioning normally with default widget settings.
If you would like more specific details or suggestions, please submit a support request and we will be delighted to assist.
Have a great day!
Forum: Plugins
In reply to: [Go Live Update Urls] can i add www to domainI forget to mention, you’ll need your scheme to be consistent when entering the Old and New Urls. They should both have or not have the leading
https://
.For example:
* OLD = https://testfixtures.com
* NEW = https://www.testfixtures.com- This reply was modified 4 years, 6 months ago by OnPoint Plugins.
- This reply was modified 4 years, 6 months ago by OnPoint Plugins.
- This reply was modified 4 years, 6 months ago by OnPoint Plugins.
Forum: Plugins
In reply to: [Go Live Update Urls] can i add www to domainHi rtimarketing,
Certainly! This plugin changes sites to www. or back to non www. perfectly.
Have a great day!
Forum: Plugins
In reply to: [Simple Links] Is it possible to track backlinks with this plugin?Hi Xchristox,
This plugin is a link manager only and does not monitor backlinks.
Have a great day!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Widgets disappeared after updateHi Jay,
We’re not able to support the Pro version on this forum because it violates the www.remarpro.com terms and conditions. You may however submit a support request for priority support.
To address the missing class, version 8 has some new class names. The migration guide may be found here.
In this case the new class name is
\Advanced_Sidebar_Menu\Widget\Category
Have a great day!
Hi Ludwig,
This is currently only possible when using the PRO version’s “Ability to display the widgets everywhere the sidebar displays” option.Have a great weekend!