Search results for Ocean Hooks
420 articles found
-
Add a shortcode slider in a page
You can add shortcodes for the Ocean Posts Slider, any template made via WP Dashboard, OceanWP > My Library (old settings: Theme Panel > My Library) or whatever you want in multiple locations of your
-
Can I Transfer My License Key From One Domain to Another?
You can transfer your license from one domain to another at any given moment. All you need to do is deactivate the licenses from your WordPress account: WP Dashboard, OceanWP > Account (old settings:
-
Admin Controls: Site Booster Module
As of version 1.1.0, Ocean Site Booster's Admin Controls module has been deprecated. See Admin Ctrl panel and available options instead. Found an error in this doc or believe it needs improvement?
-
My WooCommerce Setup Wizard Doesn't Function
The WooCommerce Setup Wizard (WooCommerce > Settings > Help (upper corner) > Setup Wizard) functions without any issues and/or interruptions in combination with the OceanWP theme and all Ocean
-
Add the OceanWP Settings Metabox in your Custom Post Type
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 OTB Elementor Template Builder Widgets
Your Ocean eComm Treasure Box Addon for WooCommerce comes with a ton of widgets for the Elementor page builder, which you can use to create, style and optimize templates for your custom eCommerce
-
Admin Ctrl: Site Booster Panel
The Ocean Site Booster's Admin Ctrl panel contains the following modules that will help you organize website's backend, as well as white-label WordPress: Admin Bar, Admin Footer, Admin Interface,
-
Site Booster Overview
Once you install and activate Ocean Site Booster, you will notice the Site Booster item within your WordPress dashboard. Click the Site Booster item to get redirected to the main plugin dashboard.
-
Elementor Widgets Don't Function With All Post Types
Some Elementor widgets (referring to all Elementor widgets all over the world, not just those from the Ocean Elementor Widgets pack) are dependent upon specific post types (example, pages, blog
-
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
-
Plugin Manager: Site Booster Module
The Ocean Site Booster's Plugin Manager module enables you to disable unnecessary plugins from running on the website's frontend, and you can choose between archives, pages, posts, CPTs, products,
-
How to Import a Pro Demo
By purchasing the Core Extensions Bundle, you benefit all the pro demos. To import a pro demo, log in to your account on oceanwp.org and download the Ocean Pro Demos extension, then follow this
-
Why Does the OceanWP Bundle Show Zero Activations in My Account?
Since the OceanWP Bundle is not actually a plugin itself, it will always show zero (0) activations in your user dashboard and that is perfectly fine.
-
eComm Treasure Box Dashboard: Woo Templates
Welcome to your Ocean eComm Treasure Box dashboard! The Woo Templates tab of the Ocean eComm Treasure Box dashboard enables you to assign roles to your custom templates created in the Templates
-
How To Use Suggest Price Option
Welcome to your Ocean eComm Treasure Box! The Suggest Price feature is available as of Ocean eComm Treasure Box 1.1.0 version. Currently, the Suggest Price option only supports custom templates
-
Optimization: Site Booster Panel
The Ocean Site Booster's Optimization panel contains the following modules that will help you optimize your website's performance, security, as well as help you organize your workspace: Plugin
-
Enable/Disable Customizer Sections
The WordPress Customizer is awesome, but it can also be a bit slow when you have tons of options. For this reason, we added additional options with the Customizer Controls feature which allow you to
-
Reduce the loading time of the customizer
If you do not have or need to use some sections, disable them to speed up the Customizer loading time. Don't worry about your settings. Disabling a section from loading in the Customizer does not
-
How To Use the Custom Checkout Template
Your Ocean eComm Treasure Box Addon for WooCommerce enables you to build a custom Checkout template. The custom checkout template builder does not yet support multi-step checkout. However, your
-
How To Use Product Swatches Archive
The Product Swatches Archive module is the simplest and most straightforward option you'll probably use with your Ocean eComm Treasure Box addon for custom eCommerce websites. The Product Swatches
-
How To Use Available Coupons Feature
The Available Coupons feature is available as of Ocean eComm Treasure Box 1.4.0 version, and to all Ocean eCommerce Pro license owners. The Available Coupons feature is a part of our Coupon Manager.
-
How to build advanced websites based on custom post types with Toolset and OceanWP?
Toolset allows you to create custom post types, and design content templates. OceanWP theme is now custom types ready, meaning that you can control theme settings for each template, individually. In t
-
Demo Broken, Elementor Pages Without Style
IMPORTANT NOTICE: This issue has been resolved, so please DO NOT follow the steps from this document. In case you experience problems with the demo import kindly reach our support so that we can
-
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
-
How To Use Product Badges Manager
Welcome to your Ocean eComm Treasure Box! The Product Badges Manager is a new feature, available as of Ocean eComm Treasure Box 1.2.0. And, as of Ocean eComm Treasure Box 1.4.0, besides textual
-
My Icons Are Missing or Showing up as Squares
*These instructions can only be applied to the OceanWP theme version 1.7.0 and lower, and Ocean Extra plugin version 1.5.16 and lower. If you are using the OceanWP theme version 1.7.1 or above, and
-
How To Properly Configure My Account Login / Register Template
Welcome to your Ocean eComm Treasure Box dashboard! Using the OceanWP theme's WooCommerce customization options you can style and choose between 2 different layout options for the WooCommerce My
-
Media: Site Booster Panel
The Ocean Site Booster's Media panel is a standalone module and enables you to control core WordPress features related to media items (more options are on their way). To enable Media features, toggle
-
How To Use Columns Grid Frame for Elementor
Welcome to your Ocean eComm Treasure Box! The Columns Grid Frame feature is available as of Ocean eComm Treasure Box 1.2.0 version. The Columns Grid Frame is a feature for the Elementor page editor
-
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.
-
Performance - Customizer
Default theme settings may differ if you have imported one of the OceanWP prebuilt website templates for WordPress. This is because these templates come with their own Customizer settings. However,
-
Online Store Policy
This Online Store Policy describes what type of Software and Services we offer, as well as how licenses, plans and purchases function. We offer you the option to purchase subscription or lifetime
-
How To Use Only 1 Left In Stock Option
Welcome to your Ocean eComm Treasure Box! The Only 1 Left In Stock feature is available as of Ocean eComm Treasure Box 1.1.0 version. Currently, the Only 1 Left In Stock option only supports custom
-
Add Language Files In Child Theme
function my_child_theme_locale() { load_child_theme_textdomain( 'ocean', get_stylesheet_directory() . '/languages' ); } add_action( 'after_setup_theme', 'my_child_theme_locale' ); All PHP snippets sho
-
How To Use Special Deal Notices Option
Welcome to your Ocean eComm Treasure Box! The Special Deal Notices feature is available as of Ocean eComm Treasure Box 1.1.0 version. Currently, the Special Deal Notices option only supports custom
-
Pixel Tracker
As of Ocean Pro Demos version 1.5.0, all OceanWP Pro Bundle license owners with Business and Agency plans (annual and lifetime) will be able to enjoy the OceanWP Pixel Tracker feature. In order to be
-
Alter The WooCommerce Onsale Text
function my_alter_sale_text() { return ''. __( 'MY CUSTOM TEXT', 'ocean' ) .''; } add_filter( 'woocommerce_sale_flash', 'my_alter_sale_text', 20, 3 ); All PHP snippets should be added via a child them
-
I Have Received Only One License Key. Is This a Mistake?
No, it is not a mistake. We have decided to make things easier for you as much as possible :) Now you only need to use one license key to activate all your Ocean Pro Extensions.
-
How To Use the Popup Builder
Welcome to your Ocean eComm Treasure Box dashboard! The Popup Builder feature of your Ocean eComm Treasure Box (Ocean eCommerce) premium plugin enables you to create different types of popups: Custom
-
Popup Builder
Welcome to your brand new OceanWP feature - the Popup Builder. This feature is available to all OceanWP Pro Bundle license owners and delivered through the Ocean Pro Demos plugin, version 1.5.0 and
-
Adding Videos To Standard Posts
To add a video all you need to do is select the Video format then add in your video URL in the Ocean Settings. See the screenshots below. Self Hosted Videos? Yes you can add these as well, simply use
-
How To Use Products Purchase Notifier
Welcome to your Ocean eComm Treasure Box! The Products Purchase Notifier aka Live Sales Notifications is a new feature, available as of Ocean eComm Treasure Box 1.2.0. The purpose of the live sales
-
My Sticky Header Doesn't Function When I Use Autoptimize
If you're using the Autoptimize plugin and your Ocean Sticky Header doesn't function, then you're most likely using aggregate CSS and JS options. You can still use those settings to speed up your
-
How To Use Product Tabs Manager
Welcome to your Ocean eComm Treasure Box dashboard! The Product Tabs Manager module of your Ocean eComm Treasure Box (Ocean eCommerce) premium plugin empowers you to manage product tabs for your
-
How To Use Waitlist (Waiting List)
Welcome to your Ocean eComm Treasure Box! The Waitlist feature is available as of Ocean eComm Treasure Box 1.4.0 version. The Waitlist feature adds brand new functionality to your website and serves
-
How do I get updates for extensions?
There are two ways to get updates for your Ocean extensions. Via automatic update notifications in your WordPress admin. For automatic updates, your license keys must be activated. Manually update the
-
Adding Non-Clickable Menu Links
You can easily create non-clickable menu links to any WordPress menu by adding a # symbol for the URL when inserting a custom link. However, when a user clicks it a # symbol will be added to the URL.
-
Can I Use My License on a Subdomain?
Yes, you can use your license key on a subdomain. However, each individual WordPress installation requires a license key. For example, if you have a single site plan, and your license is already
-
How To Generate Old Invoices
If your license was migrated to our new user platform (Freemius), then the invoice download option (for previous purchases) won't be accessible to you within your new dashboard. In order to generate
-
Open Your Modal with an Elementor Button
With the Ocean Modal Window extension, you can easily create modals on your site as explained in this article. If you want to open your modal with a button created with Elementor, here are the steps t