Search results for Woo Popup

102 articles found

  • 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 Navigation Dots on WooCommerce Quick View

    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

  • 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

  • Ocean Extra Changelog

    Ocean Extra plugin Changelog: = 2.4.9 - JUN 02 2025 = Fixed: Potential vulnerability patched: Report by Patchstack from MAY 26th 2025. Shoutout and a thanks to the Patchstack team for patch test and

  • 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

  • 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

  • Center Align WooCommerce Product Title on Mobile Devices

    By default, WooCommerce Single Product Title is aligned left on mobile devices. If you want to center align WooCoomerce Product Title, use the following CSS snippet: @media only screen and

  • Center Align WooCommerce Product Price on Mobile Devices

    By default, WooCommerce Single Product Price is aligned left on mobile devices. If you want to center align WooCoomerce Product Price, use the following CSS snippet: @media only screen and

  • 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

  • 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

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

    Welcome to your Ocean eComm Treasure Box dashboard! The Product Swatches module of your Ocean eComm Treasure Box (Ocean eCommerce) premium plugin empowers you to manage product swatches for your

  • Disable Zoom, Lightbox and Gallery Slider on WooCommerce Products

    To disable the Zoom, Lightbox and Gallery slider effect on Woocommerce Products, add the below code snippet to the functions.php file of the child theme -  function wc_remove_image_effect_support() {

  • Alter The WooCommerce Single Product Add To Cart Text

    function my_woocommerce_product_single_add_to_cart_text() { return 'YOUR CUSTOM TEXT'; } add_filter( 'woocommerce_product_single_add_to_cart_text', 'my_woocommerce_product_single_add_to_cart_text', 20

  • 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

  • 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

  • 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

  • How To Enable Color Swatches for WooCommerce Variable Product Attributes

    First, download  WooCommerce Variation Swatches plugin, you can also install it via your site backend as well. Head to your site dashboard and navigate to Plugins >> Add New. Search for WooCommerce Va

  • 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

  • The "Image Could Not Be Loaded" Error on WooCommerce Archive Pages

    If you have the Quick View feature disabled on WooCommerce archive pages and experience issues when selecting a product thumbnail so that, instead of opening that specific single product page, the

  • 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

  • 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

  • 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

  • Get your Google Map API Key

    It is very easy to get your Google Map API Key, follow these steps: 1 First, go to this site: click here. 2 Click the Get Started button at the middle of the page. A popup will open, check Maps and cl

  • 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

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

  • eComm Treasure Box Dashboard: Modules

    Welcome to your Ocean eComm Treasure Box dashboard! The Modules tab of the Ocean eComm Treasure Box dashboard includes options for the following features: Checkout Fields Manager, Product Tabs

  • Remove Cart Collaterals From the Cart 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

  • Remove Upsell From the Single Product 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

  • Integration - OceanWP Panel

    The Integration section offers the ability to use some additional services with your WordPress website, like MailChimp, and connect them to your OceanWP theme or Ocean plugins. The free Ocean Extra

  • After Archive Product Description

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

  • Before Archive Product Description

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

  • Before Archive Product Image

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

  • After Archive Product Image

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

  • Before Archive Product Item

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

  • After Archive Product Item

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

  • 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

  • Ocean Product Sharing Changelog

    Ocean Product Sharing Changelog: = 2.2.1 - MAY 19 2025 = Updated: Compatibility: WordPress version number. = 2.2.0 - OCT 16 2024 = NEW: Customizer: Library upgraded to default WordPress ReactJS. NEW:

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

  • Importing OceanWP Demo Sample Data

    You can import the sample data in two different ways, in one click or manually. First, check that all the plugins are activated on your site according to the demo you want to import, for that, check

  • Ocean Portfolio Changelog

    Ocean Portfolio Extension Changelog: = 2.3.2 - MAY 19 2025 = Updated: Compatibility: WordPress version number. Fixed: Translations: Function _load_textdomain_just_in_time was called incorrectly. =

  • 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

  • How To Use Pixel Tracker

    As of Ocean eComm Treasure Box version 1.4.0 and above, all Ocean eCommerce Pro license owners will be able to enjoy our latest feature - the Pixel Tracker. The Pixel Tracker feature enables you to

  • 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

  • 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

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

  • How to Replicate the Theme Screenshot?

    Important: This tutorial on how to recreate a theme screenshot manually was written in 2016. There are much better and painless ways for you to recreate a screenshot of your website (using a page

  • Is the Ocean Elementor Widgets Extension the Same as Elementor Pro?

    Ocean Elementor Widgets extension is a group of widgets that function with Elementor, both free and pro. Some of those widgets include Accordion, Advanced Heading, Animated Heading, Link Effects,