Search results for Woo Popup
66 articles found
-
Ocean Woo Popup Changelog
Ocean Woo Popup Extension Changelog: = 1.0.6 = - Added: Polish translation, thanks to Fin Fafarafiel. - Fixed: Issue on the Edge browser. = 1.0.5 = - Fixed: Translation issue. = 1.0.4 = - Added:
-
Ocean Woo Popup: Getting Started
With this video tutorial by Ferdy Korpershoek, you will learn how to configure your Ocean Woo Popup plugin and display interesting popups when customers add products to the cart to increase
-
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
-
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,
-
OceanWP Theme and Ocean Extensions Changelogs
Here you can find all the changelogs for the OceanWP theme and Ocean Extensions. OceanWP Theme Changelog OceanWP theme Changelog Ocean Free Extensions Changelogs Ocean Custom Sidebar Ocean Demo
-
Display the Register From
To display the register form in the popup, you just need to enable the registration on your site. 1 Go to your WordPress dashboard, 2 click Settings > General and 3 check the Anyone can register
-
Ocean Popup Login: Getting Started
With this video tutorial by Ferdy Korpershoek, you will learn how to completely manage your Ocean Popup Login to create beautiful registration/login forms on your website:
-
Ocean Popup Login Changelog
Ocean Popup Login Changelog: = 1.2.0 = - Added: Feature to hide the 'Remember Me' option. - Added: Option to change website background overlay color. - Added: German translation, thanks to Wolfgang
-
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
-
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
-
How to Show Popup Login Link
By default, the popup login link will automatically display in the primary menu. But, if you want to display it somewhere, there is two other way. Please follow the steps below: 1. With the Shortcode
-
OceanWP Theme Changelog
# OceanWP Changelog ### *2020.12.17.* - 2.0.2 * **Added** - Link underlined style removed from Elementor and WooCommerce pages. ### *2020.12.16.* - 2.0.1 * **Added** - Heading tag option in the
-
[oceanwp_woo_cart] Shortcode
This shortcode allows you to display a cart icon: [oceanwp_woo_cart] Here is a list of the different parameters: class: If you want to add a custom class. style: Choose between drop_down or custom_lin
-
[oceanwp_woo_cart_items] Shortcode
This shortcode allows you to display the items number of your WooCommerce cart: [oceanwp_woo_cart_items]
-
[oceanwp_woo_total_cart] Shortcode
This shortcode allows you to display the WooCommerce total cart: [oceanwp_woo_total_cart]
-
[oceanwp_woo_free_shipping_left] Shortcode
This shortcode allows you to display the WooCommerce free shipping amount left: [oceanwp_woo_free_shipping_left] Here is a list of the different parameters: content: If you want to change the text by
-
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
-
eCommerce Features in Depth
Deep and easy to use WooCommerce support Make your shop truly unique by styling it any way you want. Simply make all adjustments directly from WP Customizer. Prevent the need for several WooCommerce
-
Change WooCommerce Subtotal Text
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 WooCommerce "Checkout" Text
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
-
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
-
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
-
The WooCommerce CSS Does Not Work
If you encounter problems with WooCommerce CSS, you've probably generated the CSS file before you have enabled WooCommerce. It's very easy to solve this problem. 1 go to your WordPress dashboard, 2
-
Alter WooCommerce Menu Cart Icon HTML
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 Quickview not working with WPML
Quick view content is fetched using AJAX and when using WPML, by default the quick view doesn't work. In order to make it work, you need enable language cookie in WPML Settings. Go to WPML ->
-
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
-
Change WooCommerce "Out Of Stock" Text
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
-
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.
-
Remove or Edit The WooCommerce Menu Icon
By default if you have the WooCommerce plugin active on the Ocean theme then a little shopping cart will display in the main navigation menu. This icon can be remove and also tweaked via the WordPress
-
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 Category Typography on WooCommerce Archive 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
-
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
-
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 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 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
-
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