Search results for Side Panel

165 articles found

  • Ocean Side Panel: Getting Started

    New video coming soon.

  • Ocean Side Panel Changelog

    Ocean Side Panel Changelog: = 2.1.0 - SEP 06 2023 = NEW: Metabox Settings Interface: https://docs.oceanwp.org/category/826-oceanwp-settings Updated: Compatibility: WordPress version number. Fixed: JS

  • Edit The Side Panel

    With this extension, you can add a responsive side panel with your preferred widgets inside. To change the settings, go to your dashboard, click Appearance > Customize and go to the Side Panel

  • [osp_btn] Shortcode

    This shortcode allows you to display the side panel opening button where you want: [osp_btn] Here is a list of the different parameters: icon: If you want to add your own icon. Note, this parameter do

  • OceanWP Theme and Ocean Extensions Changelogs

    Here you can find all the changelogs for the OceanWP theme and Ocean extensions. OceanWP Theme Changelog OceanWP theme Changelog Ocean Free Extensions Changelogs Ocean Custom Sidebar Ocean Demo

  • How To Use Elementor Templates Library

    The Elementor Library for custom eCommerce websites is available to all Ocean eCommerce premium license owners. In order to make use of the Elementor Library component, you need to use the following:

  • Home - OceanWP Panel

    The Home section of the OceanWP Panel offers you a variety of options, and we'll go over all options included in this doc. The free Ocean Extra plugin must be installed and active for all OceanWP

  • Gutenberg Blocks - OceanWP Panel

    The Gutenberg Blocks section will display additional features for everyone who have the premium Ocean Gutenberg Blocks plugin installed. Ocean Gutenberg Blocks is a part of the Ocean Core Extensions

  • Introduction to OceanWP Panel

    Since the OceanWP theme version 3.3.0, the OceanWP Panel will be displayed for all users under the Appearance section in the WordPress dashboard (in case the Ocean Extra plugin is not installed and

  • Install Demos - OceanWP Panel

    The Install Demos section offers you a feature you already know and love - the option to import and utilize OceanWP WordPress website templates. The free Ocean Extra plugin must be installed and

  • Elementor Widgets - OceanWP Panel

    The Elementor Widgets section will display additional features for everyone who have the premium Ocean Elementor Widgets plugin installed. Ocean Elementor Widgets is a part of the Ocean Core

  • Changelog - OceanWP Panel

    The name says it all - the Changelog section allows OceanWP users a quick insight into the changes related to the latest OceanWP update. The free Ocean Extra plugin needs to be installed and active

  • Extra Settings - OceanWP Panel

    The Extra Settings section allows all OceanWP users to disable or enable specific features that are included in the Ocean Extra free WordPress plugin. Meta-box Settings The meta-box settings is a set

  • Help - OceanWP Panel

    The Help section of the OceanWP Panel offers useful links to OceanWP help documentation, video tutorials and more. The free Ocean Extra plugin must be installed and active in order for you to utilize

  • System Info - OceanWP Panel

    The System Info feature displays the system information of your website. The free Ocean Extra plugin needs to be installed and active in order for you to utilize this feature. The OceanWP System Info

  • Useful Plugins - OceanWP Panel

    The Useful Plugins section contains links and descriptions for plugins we usually use to build our OceanWP WordPress website templates, but also links to ALL available free Ocean plugins. This option

  • Customizer - OceanWP Panel

    The Customizer section of the OceanWP Panel offers features and options related to the WordPress Customizer (Appearance > Customize). The free Ocean Extra plugin must be installed and active in order

  • Integration - OceanWP Panel

    The Integration section offers the ability to use some additional services, like MailChimp, and connect them to your OceanWP theme or Ocean plugins. The free Ocean Extra plugin must be installed for

  • Ocean Images - OceanWP Panel

    Ocean Images is a special features available to owners of the Business and Agency Ocean Core Extensions Bundle plans. This feature allows you to import Freepik images directly to your WordPress Media

  • Admin Settings - OceanWP Panel

    The Admin Settings sections allows all OceanWP users to handle specific features of the OceanWP theme or the Ocean Extra plugin that are available to website admins only. The Admin Settings section

  • My Customizer Is Loading Only the Widgets Panel

    If your OceanWP Customizer (Appearance > Customize) is loading only the Widgets panel, there are several reasons that could be causing this behavior: invalid PHP codes, child theme created using a

  • Hide your Sidebar on Mobile per Post

    This is a Developer Level doc. If you're unfamiliar with CSS and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • How to Add a Side Navigation?

    It is very simple to add a dot navigation on the side, follow these steps: 1 Go on the page where you have activated the full screen effect. 2 Click the Full Screen tab under OceanWP Settings. 3 Click

  • Elementor Library - OceanWP Panel

    The Ocean Elementor Library is available to all Ocean Core Extensions Bundle license owners, and it is a featured tied to the Ocean Pro Demos plugin. In order to make use of the Ocean Elementor

  • How to Add Tooltip to the Side Navigation?

    In this article, I use Elementor: 1 Edit your page with Elementor. 2 On each section, click on the section icon to edit them. 3 Click the Advanced tab. 4 Add your section ID in the CSS ID field. The

  • Remove all Google Fonts from the typography settings panel

    /** * Remove all Google font options from the Customizer */ function remove_customizer_google_fonts( $fonts ) { if ( is_customize_preview() ) { $fonts = ''; } return $fonts; } add_filter( 'ocean_googl

  • How to Add a Light or Dark color for the Side Navigation?

    In some sections, you may want to add a Light (white) or Dark (black) navigation, it is very simple to do, you just need to edit your page with your page builder and add the light or dark class in the

  • Ocean Custom Sidebar Changelog

    Ocean Custom Sidebar Changelog: = 1.1.2 - SEP 06 2023 = Updated: Compatibility: WordPress version number. = 1.1.1 - MAY 23 2023 = Added: Compatibility: PHP 8.2.6: Creation of dynamic property

  • Create a custom sidebar

    With the free Ocean Custom Sidebar extension, you can generates an unlimited number of sidebars to use across your website on different pages, posts, products... Follow these steps to generate a

  • Hide your Sidebar on Mobile Globally

    This is a Developer Level doc. If you're unfamiliar with CSS and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • How to Add an Icon To a Menu Item

    You can easily add icons to your menu items if you wish. Open your menu item, click Select for the "Icon" field, an icon panel will open where you can select your icon. Several options are available:

  • Altering Layouts (No Sidebar, Left or Right Sidebar)

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • OceanWP Theme Changelog

    # OceanWP Changelog ### 2024.03.27 - 3.5.5 Fixed: Potential vulnerability patched: Report by Wordfence from March 18th 2024. And a special thanks to the Wordfence team for double-checking everything.

  • After Sidebar

    The ocean_after_sidebar hook appears after the #sidebar element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..

  • Before Sidebar

    The ocean_before_sidebar hook appears before the #sidebar element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..

  • After Sidebar Inner

    The ocean_after_sidebar_inner hook appears after the #sidebar-inner element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..

  • Before Sidebar Inner

    The ocean_before_sidebar_inner hook appears before the #sidebar-inner element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..

  • Remove Search Results Sidebar

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • Remove Search Results Sidebar

    Your OceanWP theme offers you the option to set an independent layout for the Search Results Page with ease. Default Search Results Page page layout is set to sidebar. To change the layout for the

  • Assign a custom sidebar to a page/post

    You can easily alter the sidebar of a page or post, for this, go to your page or post and choose your custom sidebar in the Sidebar field like below:

  • Alter The Main Sidebar Display

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • Alter Mobile Layout ( Content / Sidebar )

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • Ocean Custom Sidebar: Getting Started

    Learn how to benefit from Ocean Custom Sidebar, a free WordPress plugin by OceanWP that allows you to create an unlimited number of sidebars and widget combinations. In this video, you will learn how

  • Ocean Custom Sidebar Rollback Versions

    In case you're experiencing problems with the latest version of the Ocean Custom Sidebar plugin, you can download the older versions from here to roll back. Click any button to download the file.

  • How To Deactivate Licenses from Your Account

    Ocean Pro Extensions license deactivation can be performed in 3 ways: 1 Directly within your WordPress dashboard, 2 From your Ocean account, 3 By contacting support or submitting a support ticket.

  • Remove Sidebar for the Events Calendar plugin

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • Change Widget Heading Tag in Sidebar and Footer Area

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • WooCommerce Widgets Not Appearing in Sidebar or Off-Canvas Filter

    If your WooCommerce widgets are not displayed in sidebars or the Off-Canvas filter, then: 1 Go to your dashboard, WooCommerce > Status > Tools, and 2 Click the Update Database option. If the widgets

  • Force WooCommerce Widgets to Appear in Sidebar or Off-Canvas Filter

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • Disable Ocean Custom Links Text Displacement Animation

    This is a Developer Level doc. If you're unfamiliar with CSS and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our