Wordpress: How to keep a widget-sidebar open by default? - wordpress

Problem: I have 2 sidebars (widget-areas). In the admininistration-backend sidebar 1 is always open, but sidebar 2 is closed by default, when I navigate to "Design -> Widgets". See this screenshot:
Question: Is there a way to configure to keep the second sidebar open by default?
Wordpress version 3.1.2.

The widgets in the WordPress admin dashboard are controlled by jQuery UI specifically the opening and closing is controlled by jQuery UI Collapsable.
When you make adjustment like opening and closing collapsable items the last state is always stored in a cookie and the state should be the same when you come back to the page. The same is true for the collapsable state for the menu items on the left sidebar.
If it is not working for you most likely you dont have javascript enabled on your browser or a plugin is causing a conflict somewhere.

Related

Show and hide pages in WordPress sidebar

I am using WordPress 6.0.2 and the Twenty Twenty-Two theme to build my website. Now I've noticed that new pages I create are automatically added to the sidebar (header navigation).
Is there a way to control which pages are added to the sidebar and which are not? For example, I created an imprint that I only want to link in the footer.
Is there also a way to manage this directly from the database? I would like it too.
Since you are using a WordPress made theme some settings can be enabled by default like auto add new pages to menu you can turn this off by going to customize > appearance > menus > and there should be a tick box that you can adjust to stop this from happening.
If this does not work go to the admin area which can be accessed by clicking the name of your website in the top black bar and head down to the appearance tab hover on it and click menus. This will allow you to edit specific menus with more options. If it is not there it may be a theme feature which you would need code for but i doubt you will need to go to this of an extreme.
No need to access the database , just go to appearance > customize> menus . Here you will see several menus , choose the menu that is used or customize a new menu as you want .
The same thing goes for the footer , but to edit the footer you also need to go to appearance > widgets , then look at the right and you will see the footer columns you can also add/delete the footer from here .

D7 Panelizer: Right sidebar blocks not displaying

Right sidebar content blocks are not showing up with Drupal 7 panelizer.
I have activated the blocks in the panelizer settings but when I save, they still aren't displaying. Here are some screenshots:
Please, follow these steps:
Flush drupal cache
Make sure you have content in those blocks.
Inspect the region sidebar using the browser to make sure that the region is been rendered.

Revolution Slider in visual composer row: navigation not working

The revolution slider I embedded into my page's row here http://jungle-crisps.com/fr/la-gamme/ is displayed correctely, but the thumbnails links and navigation arrows are just not clickable, I don't get why. I tried to set the slider layout in full width on the page and the navigation worked tho.. Why is it that with the layout set on full width navigation works properly but doesn't when the slider is in a row (with layout width set to auto)?
Thanks by advance
Try to follow some general debug steps.
Ref. General debug steps:
Create a Complete Backup of Your WordPress Site (Files and database)
Clear browser's cache.
Deactivate All Plugins Installed on Your Website, activate one by one and test.
Switch to a Default WordPress Theme.
Update theme and plugins to latest.
Google for: revolution slider arrows not showing (Looks like a common issue)
PS.
- I had the same issue before; fixed with CSS.
- Your site shows some jQuery errors.

UberMenu options screen doesn't work at menu setup

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!

wordpress manage theme option disabled

I was trying to add phone number on the right hand side of my header. So I went to Appearance customize and change under site title and tagline enter the phone number.
But later Want to change to but all three options side title & tagline, navigation and static
frontpage menu is disabled when i try to click the arrow it dosen't work.
Here's a link for website.
Click here for image
You may have a JavaScript error in your theme when viewing the customisation pane. JavaScript errors can (sometimes) cause unrelated areas to not function properly as the JavaScript engine essentially falls over.
I would suggest trying the same with a stock theme (Twenty Twelve, for example), so you can find if it is a theme-specific problem. If it is a problem with the theme then you can consult with the author of the theme.

Resources