I would like to hide the toolbar only for docs pages. I tried the configuration shown here but this hides toolbar items for both stories and docs pages. And I still see globals in the docs toolbar as seen below:
Any possibility to configure it to hide toolbar completely on docs pages?
Note: I am on the latest beta version: 7.0.0-beta.25
Related
How can I modify the colors of the navbar links in the new developer portal, for the layouts?
So far I've tried the designer tool that comes with the portal, with no luck. I've also tried cloning the git repository for the APIM instance, but only seem to find settings for the legacy portal.
No guide I've found so far more that scratches the surface of how to style the new portal.
Any hint or idea would be greatly appreciated.
You do not need to clone the repository to change any styling.
All styles can be changed in the Style guide.
Also, you can check docs https://aka.ms/apimdocs/customizeportal
But the main idea is:
to change the style for navbar link for the Regular page menu appearance on the Style guide page
(Style guide -> menus nav link -> Navigation link editor)
or create a separate appearance for menu (Style guide -> menus -> add appearance)
open the menu editor for the layout (Layouts -> select menu on a layout -> open menu editor)
select the required appearance in Appearance dropdown
I need Notes addon to appear in the addon panels but at the moment it appears as a tab.
I have tried registering it as a panel as advised by the npm Readme but that breaks the app
// or register the notes addon as a panel. Only one can be used!
import '#storybook/addon-notes/register-panel';
https://www.npmjs.com/package/#storybook/addon-notes/v/5.1.0-alpha.25
I would like to move the Notes tab to the addons panel:
I am using Advanced Custom Fields in wordpress for sections on a page or a post on my website. But for some odd reason when I click edit page and try to open up a section, the toggle class does not work. Although when I click the edit field group icon it takes me to that field group.
I checked for jQuery errors in my console and found 0 errors.
Here is a screenshot for my page editor.
acf page screenshot
It is possible that the toggle functionality is being affected by a conflict with another JavaScript library or a theme or plugin on your WordPress site. You can try deactivating all other plugins and switching to a default theme to see if that resolves the issue. If the problem persists, you can try updating Advanced Custom Fields and its add-ons to the latest version, or seek assistance from the plugin support forum or a professional developer
I just purchased and installed UberMenu plugin version v3.2.1.1, followed the setup exactly the way they described, and I'm able to see the Ubermenu instance in my front page, as it should be.
However, I can't access the customization area of the menu, and therefore I can't tweak it my own way.
When I go to Appearance -> Menus and click on the Uber button on any menu item, all I get is an empty options popup, just like the image below. None of the tabs present any content, it's just like the plugin scripts weren't being loaded.
However I see that blue popup in the lower right end of the screen saying it was being loaded correctly, and it's gone properly when it ends the job.
What can I do to enable/load correctly the configuration options for this plugin?
Thanks!
There are generally 2 possibilities that can make this happen:
A PHP error occurs (for example, a memory limit exception), preventing the page from loading the content critical to the menu item settings panel. You can check if that's the case by viewing your Menus Panel page source and seeing if you have a closing HTML tag.
or
The theme alters the admin menu structure via a custom Walker, resulting in the plugin not being able to find the appropriate data within the admin menu items to generate the settings panel. This is not very common, but can happen with themes that offer their own custom menu item settings within the Appearance > Menus Panel, as they alter the standard item markup to suit their needs.
If you need assistance, just Submit a Support Ticket over at sevenspark.com and we'll help you get it sorted out :)
Have a great weekend!
Can anyone suggest me a WP Plugin which can toggle like on this page? http://jedfoster.coma/Readmore.js/
The one I did with some CSS is not working fine in Chrome and IE here http://desertvethurricane.com
I am using Thrive-Squared theme, it does has a toggle but more of kind like FAQ works. A bold heading and toggle content under it. Shortcode ultimate plugin's toggles are kind of same. I need a toggle, which should have a READ MORE (content editable) button and when clicked, it should scroll to bottom and have a READ LESS button as shown in the example above.
Timely help is appreciated. Thanks