Search results for Woo Popup

93 articles found

  • 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

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

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

  • Ocean Extra Changelog

    Ocean Extra plugin Changelog: = 2.2.7 - APR 08 2024 = Fixed: Potential vulnerability patched: Wordfence report from Apr 3rd 2024. A special thanks goes towards the Wordfence team for doublechecking

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

  • 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

  • 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

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

  • 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

  • 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

  • Ocean Portfolio Changelog

    Ocean Portfolio Extension Changelog: = 2.2.0 - SEP 06 2023 = NEW: Metabox Settings Interface: https://docs.oceanwp.org/category/826-oceanwp-settings Updated: Compatibility: WordPress version number.

  • 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

  • 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

  • Ocean Pro Demos Changelog

    Ocean Pro Demos Changelog: = 1.5.0 - APR 03 2024 = NEW: Popup Builder. NEW: Custom Post Types. NEW: Pixel Tracker (Business and Agency plans only). NEW Template: Camera: https://camera.oceanwp.org/

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

  • 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

  • How to Get Instagram Access Token

    Step 1 - Register Application on Facebook for Developers Before getting your Access Token you need to "create an app" on Facebook for Developers. 1.1 Log into Facebook 1.2 Go to Facebook Developers

  • Get Instagram Access Token

    With the Instagram Feed widget (a part of the Ocean Elementor Widgets premium extension), you need to generate an access token in order to display your photos. It is assumed you already have a