Search results for custom post type

337 articles found

  • Before Single Product Title

    The ocean_before_single_product_title hook appears before the .single-post-title element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..

  • After Single Product Title

    The ocean_after_single_product_title hook appears before the .single-post-title element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..

  • 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

  • Add/Remove/Edit The Social Sharing Links

    With this extension you can add social sharing buttons with a beautiful style to your single posts. If you wish add, remove or edit the social sharing links, it very easy, follow this steps: 1 Create

  • How Making OceanWP Multilingual with Weglot Translate?

    This is a 2-step guide to make your OceanWP website multilingual with Weglot. First, you’ll need to add Weglot to your WordPress admin and then you will be able to manage your translations from your W

  • How To Close Your Account

    As a client, you have the option to close your customer account. A customer account is an account associated with purchases you have made, and is not to be confused with the user account on

  • Add To Cart Button Missing

    If the Add To Cart button is missing on your site, go to the WooCommerce > Single Product section of the customizer and click the eye icon for Quantity & Add To Cart. After doing that, reload your

  • 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

  • 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

  • How To Switch to a Different Demo

    Since Ocean demos are not individual themes but pre-built layouts for the OceanWP theme, you can't "uninstall" demos in a traditional way (like you would do with a WordPress theme). If you have

  • Display Video Header Media on All 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

  • Add/Remove Elements From The Mobile Menu

    // Sample function to add/remove items from the mobile menu function my_add_to_mobile_menu( $array ) { // Add element with ID my-custom-id $array['my-custom-id'] = '#my-custom-id'; // Remove search if

  • Add Social Share Buttons Under the Short Description

    /** * Add social share buttons under the short description */ function woo_social_share_under_desc() { // Vars $product_title = get_the_title(); $product_url = get_permalink(); $product_img = wp_get_a

  • How to Configure the Notice

    The Cookie Notice can be configured via the Cookie Notice section of the customizer, so go to your dashboard, click Appearance > Customize and click the Cookie Notice section.

  • Add SKU After WooCommerce Product Title on Archive 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

  • How To Use OceanWP Typography

    If you have a fresh installation of the OceanWP theme, you can can customize your Typography settings in a breeze. In this article will show you how to properly set up the font family for your

  • How To Use Auto-Apply Coupons Feature

    The Auto-Apply Coupons feature is available as of Ocean eComm Treasure Box 1.4.0 version, and to all Ocean eCommerce Pro license owners. The Auto-Apply Coupon feature is a part of our Coupon Manager.

  • I Am Unable to Access My Account

    Learn how Customer Accounts function by checking out our document on Customer Accounts. If, for any reason, you are unable to access your account via the OceanWP website, you can access the customer

  • Ocean Portfolio: Getting Started

    In this video you will learn how to install and activate the Ocean Portfolio plugin, how to create a single Portfolio item using any page builder of your choice (including Gutenberg, default

  • 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 >

  • Host Google Fonts Locally

    With the OceanWP theme, you can host all Google fonts (that exist within the available list of over 150 Google fonts) locally on your website with a single click. In order to user this feature, you

  • Add a Dynamic Date in the Footer Bottom

    Since Ocean Extra plugin 1.1.8 version, you can easily add a dynamic date in the footer copyright area (Customize > Footer Bottom) of your website. What is a dynamic date? A dynamic date is a date

  • How to enable Open Graph in OceanWP

    Open Graph is a technology that allows developers to control what content they want to display when a page is shared on Facebook and other social media platforms. If you're running OceanWP 3.4.0 and

  • How To Add Adobe Fonts (TypeKit)

    As of OceanWP version 3.4.0 and Ocean Extra version 2.1.0, you are able to add Adobe Fonts (TypeKit) to your OceanWP theme for free. Once you've connected your Adobe Fonts project with your OceanWP

  • Remove or Edit The WooCommerce Menu Icon

    By default, if you have the WooCommerce plugin active on the OceanWP theme, then a little shopping cart will display in the main navigation menu. This icon can be removed and also tweaked via the

  • Edit The Popup Template

    With this extension you can display a popup when you click on the Add To Cart button of your products. All the options to customize the popup are in the customizer but if you want add specific things,

  • How To Cancel Your Subscription (Auto-Renewal)

    You can cancel your subscription (auto-renewal) for the annual license directly from your account. Important: Please do not cancel the subscription for at least 10 days from the purchase. Otherwise

  • Ocean Product Sharing Changelog

    Ocean Product Sharing Changelog: = 2.0.8 - DEC 11 2023 = Added: Compatibility: WooCommerce: HPOS support. Updated: Font Awesome Library to 6.5.1 version. = 2.0.7 - SEP 06 2023 = Updated:

  • Edit The Portfolio Templates

    All the options to customize the portfolio archives, taxonomy and single item are in the customizer but if you want to add specific things, you'll need to do it manually. All the templates into the

  • [oceanwp_login] Shortcode

    This shortcode allows you to display a login/logout link wherever you want. The shortcode does not require Ocean Popup Login to function, but at the same time it does not display any kind of

  • 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 the Lightbox Scripts

    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

  • the_content is Missing With Your Page Builder

    If you can't use your page builder to create your single portfolio items, check if you haven't disable the Content in the Portfolio > Single Portfolio Item section of the customizer.

  • Activate the Popup on Single Product

    To activate the Woo Popup on the single product page, you just need to enable ajax for the single products. Go to the WooCommerce > Single Product section of the customizer and check the Enable Ajax A

  • 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

  • How to Open a Lightbox to the Image Click

    By default, when you click a portfolio item, it opens the item, but you can easily open your portfolio item image in a lightbox, go to the Portfolio > Images section of the customizer and select Open

  • Header Search

    The Ocean theme includes an advanced function for displaying a search bar in your header that can be toggled via a little search icon in your menu. Enabling/Disabling To enable or disable this item yo

  • How to Add Social Login

    Adding a social login will make your user or customer easier to log into your site, to integrate social login with the Popup Login extensions please follow the steps below: Install and activate the Po

  • My Logo Is Not in Line With the Menu on Mobile

    If you are using the Medium Header or Top Menu Header styles (Appearance > Customize > Header > General), your logo on mobile will always be displayed above the menu toggle button. If you want your

  • 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

  • 404 Error with the Portfolio Pagination

    If you have a 404 error when trying to go to the next page in your portfolio, this is a slug conflict between your page and your portfolio items. To fix this problem, rename the slug of your page or t

  • Redirect Logout on the WooCommerce My Account Page

    If you want to redirect your customers to a different page after they use the logout option on the WooCommerce My Account page, use the following PHP snippet: /** * WooCommerce My Account Page Logout

  • 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

  • [oceanwp_date] Shortcode

    This shortcode allows you to add a dynamic date (a date that changes automatically). The shortcode is useful for the Footer Copyright section: [oceanwp_date] This shortcode will display the current

  • I Am Unable to Submit a Support Ticket

    If, for whatever reason, you are unable to submit a support ticket via our support page or through your Customer Account please use: 1 the Chat Button on our website (bottom right corner) or 2 write

  • What Is OceanWP Pro Bundle (Ocean Core Extensions Bundle)?

    OceanWP Pro Bundle aka Ocean Core Extensions Bundle is the full package! Looking for the best and most affordable way to take your website to the next level and get access to premium extensions,

  • How Do I Install An Extension?

    In order to utilize any of our OceanWP Extensions, you’ll need to first install and activate them. The process is just like installing a normal plugin. In your WordPress dashboard, go to Plugins > Add

  • Alter the Blog Entry Heading Tag

    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

  • Use OceanWP Typography with Elementor

    If you want Elementor to inherit your Typography settings applied with the OceanWP theme (Customize > Typography), in terms of font family, color, size etc for the text, headings and more, you need