Search results for logo in center
457 articles found
-
Change Typography Color for a Specific Menu Item
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
-
eComm Treasure Box Dashboard: Components
Welcome to your Ocean eComm Treasure Box dashboard! The Components tab of the Ocean eCommTreasure Box Dashboard allows you to enable or disable additional features for your eCommerce website.
-
Ocean Social Sharing Changelog
Ocean Social Sharing Changelog: = 2.2.0 - OCT 16 2024 = NEW: Customizer: Library upgraded to default WordPress ReactJS. NEW: Customizer: Customizer Controls. NEW: Customizer: User Interface. NEW:
-
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
-
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 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
-
Customizer Button Displays Cannot Activate
While the Customizer (Appearance > Customize) is active, and instead of the Publish button you see an inactive button saying Cannot Activate, the problem is unrelated to your license status. This
-
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:
-
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 Do I Renew An Existing License Key?
You may renew the license key you have without having to buy a new key. Your first notice that your license is going to expire should come in your email, sent to the address you used when you
-
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
-
Ocean Custom Sidebar Changelog
Ocean Custom Sidebar Changelog: = 1.1.3 - MAY 20 2024 = Updated: Compatibility: WordPress version number. = 1.1.2 - SEP 06 2023 = Updated: Compatibility: WordPress version number. = 1.1.1 - MAY 23
-
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
-
Customizer Reset
The OceanWP Customizer Reset option allows you to delete all Customizer styling (be it yours or imported with one of the OceanWP WordPress website templates). When used, the Customizer Reset option
-
[osp_btn] Shortcode
This shortcode enables you to display the Side Panel opening button anywhere on your website: [osp_btn] Here is a list of the different shortcode parameters you can use: icon: add custom icon class.
-
Colors - 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,
-
Ocean Cookie Notice Changelog
Ocean Cookie Notice Changelog: = 2.1.0 - OCT 16 2024 = NEW: Customizer: Library upgraded to default WordPress ReactJS. NEW: Customizer: Customizer Controls. NEW: Customizer: User Interface. NEW:
-
Ocean Woo Popup Changelog
Ocean Woo Popup Extension Changelog: = 2.1.0 - OCT 16 2024 = NEW: Customizer: Library upgraded to default WordPress ReactJS. NEW: Customizer: Customizer Controls. NEW: Customizer: User Interface.
-
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
-
Ocean Gutenberg Blocks Changelog
Ocean Gutenberg Blocks Changelog = 1.1.8 - AUG 05 2024 = Updated: WordPress version for compatibility. Fixed: Error when adding blocks to reusable patterns / blocks. Fixed: Blocks' device preview
-
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
-
License Renewal
Except for the lifetime subscriptions, annual Ocean Extensions and the Core Extensions Bundle are licensed for one year at a time. After that, you may renew your active license. What happens if a
-
Ocean Popup Login: Access Token Expired Error
If you are running Ocean Popup Login plugin on your website, and your users experience the Access Token Expired error when trying to log into the website, then add opl-login-nonce into the esi cache
-
Ocean Pro Demos Changelog
Ocean Pro Demos Changelog: = 1.5.1 - MAY 22 2024 = Added: Translations: Portuguese language. Added: Pixel Tracker: LinkedIn events. Added: Pixel Tracker: Pinterest events. Added: Pixel Tracker:
-
Alter Category Typography on WooCommerce Single Product Pages
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 Related Blog Posts To Be Based on Tags
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 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
-
Hide WooCommerce Product "Add To Cart" Button
body.woocommerce ul.products li.product .button { display: none; } All CSS snippets should be added via a child theme's style.css file or using the built-in Custom CSS panel.
-
Hide Mobile Menu Searchbar
/* Hide mobile menu searchform */ .sidr-class-mobile-searchform { display: none !important; } All CSS snippets should be added via a child theme's style.css file or using the built-in Custom CSS panel
-
Hide WooCommerce Cross-Sells
body .cross-sells { display: none !important; } .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { width: 100% !important; } All CSS snippets should be add
-
Remove or Hide WooCommerce ON SALE Badges
If you wish to remove/hide WooCommerce ON SALE badges from your product thumbnails, use the following CSS snippet: /*Hide WooCommerce SALES Badges*/ .woocommerce span.onsale { display: none; } All
-
Alter The Widths For The WooCommerce Product Media/Content
/* Media Width */ .woocommerce div.product div.images { width: 36% !important; } /* Thumbnails Width */ .woocommerce div.product .product-thumbnails { width: 230px !important; } /* Content Width */ .w
-
Make the WooCommerce Quick View Button Always Visible
By default, the Quick View button on WooCommerce archive pages is not visible until you hover over a product image. If you want to make the Quick View option always visible, use the following CSS
-
Make the Footer Widgets Full Width
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
-
WooCommerce Variation Select Box Not Clickable on Elementor Pages
If you have created custom single product pages using Elementor, and are experiencing issues with the variation dropdown menu not being clickable, use the following CSS snippet: .woocommerce
-
Hide Scroll To Top Button On Mobile
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
-
Menu is Gone when using Bootstrap
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
-
Remove or Hide Time and Date from Related Blog Post Articles
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
-
Reduce Space After Paragraph
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
-
Alter WooCommerce Single Product Lightbox Background Color
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
-
Reduce Space After Paragraph on Single Blog Posts
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 WooCommerce Short Description Text Color
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
-
Bullet Points Missing on WooCommerce Short Description
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 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
-
Autoload Ocean Popup Login on WooCommerce Checkout Page
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 or Disable Spacing After Images on Single Blog Posts
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 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
-
Alter Single Post Background Color
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
-
Footer Callout and Footer Not Sticking to the Bottom of the Page
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 the Color of the Hamburger Icon for the Mobile Menu on Sticky Header
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