Search results for Sticky Header

94 articles found

  • I Uploaded My Logo but the Demo Logo Is Still Visible

    If you have uploaded your logo but the demo logo is still displaying, please make sure you have correctly added your: 1 Logo via Appearance > Customize > Header > Logo 2 Retina logo via Appearance >

  • Shortcode(s) - OceanWP Settings

    In the Shortcode section of the OceanWP Settings (Shortcodes for the classic OceanWP Settings), you can add different types of shortcodes to display on a specific page, post, product, etc. New

  • OceanWP vs Other Themes Comparison

    OceanWP - the Only Free WordPress Theme with Pro Features OceanWP is the only theme in the WordPress galaxy which offers pro features completely free: 90% of features other themes offer as a pro

  • eCommerce Features in Depth

    Deep and easy to use WooCommerce support Make your shop truly unique by styling it any way you want. Simply make all adjustments directly from WP Customizer. Prevent the need for multiple WooCommerce

  • Array Word Next to the Logo

    If you have an array next to your logo, go to the Header > Logo section of the customizer and remove or add your retina logo.

  • Disable Mobile Menu Search Form

    By default a search form is present to the mobile menu so your mobile visitors can easily search your site. However, if you don’t want it or don’t like it you can disable it via the settings at Appear

  • Display the Latest Posts in Slider

    You can display your latest posts in slider with a shortcode. First, install and activate the free Ocean Posts Slider plugin, when the plugin is activated, a new post type will appear Posts Slider, fo

  • Disabling The Page Title

    If you want to remove the page header from ALL pages, posts and archives on the site you can do so via the Customizer at Appearance > Customize > General Options > Page Title and set the style to

  • Get Post Modified Date Format

    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

  • Get Post Date Format

    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

  • Logo - OceanWP Settings

    Using the Logo section of the OceanWP Settings, you can apply your custom logo and retina logo. Main website logo and retina logo are assigned via Customize > Header > Logo. By default, the main

  • Mobile Menu Shows "Undefined" Word

    If you use the Sidebar mobile menu style, it is possible that you encounter the word Undefined, here the solutions to solve this issue: 1. If the Undefined word replace the Close button and you using

  • How to Show Popup Login Link

    By default, the popup login link will automatically display in the primary menu. But, if you want to display it somewhere else or if you're using a custom header, there are two other ways. Please

  • Center Logo For Mobile Devices

    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

  • Change Custom Logo URL

    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

  • Menu - OceanWP Settings

    Using the Menu feature of OceanWP Settings, you can apply a custom menu for a specific page, post, product, etc. Main website menu is assigned via Appearance > Menus, by checking the correct box

  • 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

  • Add New Social Options for the Top Bar and The Social Menu

    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 Full Screen Changelog

    Ocean Full Screen Changelog: = 2.1.2 - MAR 13 2024 = Fixed: Mobile Header: Full Screen style: incorrect functionality with the Full Screen page feature. Fixed: Main menu anchor links usage in

  • How To Access Template OceanWP Metabox Settings

    Welcome to your Ocean eComm Treasure Box addon for WooCommerce! All templates made under the Ocean eComm Treasure Box Template Builder suit to replace the content of the associated pages only. That

  • How to Enable AMP for OceanWP

    As of version 1.8.7, the OceanWP theme supports AMP integration, and is also officially recognized as an AMP-friendly theme by the Google Web Ecosystem. Learn more about AMP for WordPress Ecosystem.

  • Translate Custom Parts of OceanWP with WPML

    Translating Custom OceanWP Templates with WPML The free Ocean Extra plugin allows you to create custom OceanWP templates (WordPress dashboard, OceanWP > My Library) like a custom header, custom

  • Ocean Gutenberg Blocks Changelog

    Ocean Gutenberg Blocks Changelog = 1.1.6 - MAR 13 2024 = Fixed: Missing dependencies while using the Query Monitor plugin on admin pages. Fixed: Timeline block: Block functionality inside the editor.

  • Known Bugs & Issues

    In this document we'll cover known bugs or user experience issues related to specific updates, as well as the current status (example: fixed or pending update) or the solution for it. Information

  • Introduction to OceanWP Settings

    Welcome to OceanWP! In the OceanWP Settings category we'll go over the OceanWP Settings, also known as the Metabox Settings. In order to enable the OceanWP Settings, the free Ocean Extra plugin must

  • How to Create a Custom Footer

    With OceanWP, you can easily create a custom footer with Elementor or any other page builder for free, and display it on your website. Follow the below steps to do it. Did you know? With OceanWP, you

  • Align Title Right or Left on Background Image Page Title Style

    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

  • Hide Page Title and Keep Breadcrumb

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

  • Remove the Shop Page Subheading

    // Remove the Shop page subheading function my_remove_shop_page_header_subheading( $subheading ) { if ( is_shop() ) { $subheading = false; } // Return the subheading return $subheading; } add_filter(

  • Alter the Shop Page Subheading

    // Alter the Shop page subheading function my_alter_shop_page_header_subheading( $subheading ) { if ( is_shop() ) { $subheading = 'My shop page subheading'; } // Return the subheading return $subheadi

  • Alter the Shop Page title

    // Alter the Shop page title function my_alter_shop_page_header_title( $title ) { if ( is_shop() ) { $title = 'My shop page'; } // Return the title return $title; } add_filter( 'ocean_title', 'my_alte

  • How Can I Get Support - Support 101

    If you are a client, you can get support by: 1 Opening a support ticket (section For Customers), 2 Opening a support ticket through your customer account, 3 Opening a pre-purchase ticket, 4 Sending

  • General / Main - OceanWP Settings

    Welcome to OceanWP Settings! In this article we'll cover default options of the General section of OceanWP Settings. If you're running the old / classic OceanWP Settings, this section is called Main

  • Alter Main Page Title

    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 Elementor Widgets Changelog

    Ocean Elementor Widgets Changelog: = 2.4.3 - APR 10 2024 = Fixed: Compatibility: WPML and Polylang: Warning: simplexml_load_file(). = 2.4.2 - APR 08 2024 = Updated: WPML translation file. Fixed: Woo

  • Alter Blog Title Heading

    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

  • Before Single Post Title

    The ocean_before_single_post_title hook appears before the .entry-header element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..

  • After Single Post Title

    The ocean_after_single_post_title hook appears before the .entry-header element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..

  • After Blog Entry Title

    The ocean_after_blog_entry_title hook appears after the .blog-entry-header element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..

  • Before Blog Entry Title

    The ocean_before_blog_entry_title hook appears before the .blog-entry-header element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..

  • Change The Page Title Design

    You can easily alter your main page header/title design via the WordPress Customizer. Simply log into WordPress and go to Appearance > Customize > General Options > Page Title to make your edits. Disa

  • Disable Page Title on Single Product Pages

    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 the Page Title on Single Blog Posts

    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

  • WPML and a Child Theme

    Translating Custom Parts of the OceanWP Child Theme with WPML Using Ocean Extra, you can create custom templates in your OceanWP child theme. Learn how to make these custom templates multilingual