[SOLVED] get_current_page was called incorrectly
You see the following error when you use Merlin Wizard with WooCommerce. Notice : get_current_page was called incorrectly . Current page retrieval should be called on or after the `current_screen` hook. Please see Debugging in WordPress for more information. (This message was added in version 0.16.0.) in C:\xampp\htdocs\themes\wp-includes\functions.php on line To solve the issue, remove
Problems with order by woocommerce
If you imported your products with tools such as “WP All Import”, you have to regenerate “Product lookup tables” in WooCommerce > Status > Tools > Product lookup tables
Kirki Customizer Framework – Buttons don’t showing
The css and jquery files don’t included because of mime type is enabled. You can add the following code in functions.php file. function my_config() { $args = array( ‘url_path’ => ‘/wp-content/plugins/kirki’, ); return $args; } add_filter( ‘kirki/config’, ‘my_config’ );
Yith Compare plugin Broken on mobile devices [SOLVED]
You can add the following css code in Dashboard > Appearance > Customize > Additional CSS. @media(max-width:480px){ table.compare-list td img { width: 100px; } table.compare-list tbody th { min-width: 80px !important; padding: 6px 0; padding-left: 3px; } }
Elementor – if the page is_elementor
You can use the following code to check Elementor Builder has used for a page. if ( Elementor\Plugin::instance()->db->is_built_with_elementor( get_the_ID()) ) { //page is build with elementor } // or by checking directly $elementor_page = get_post_meta( get_the_ID(), ‘_elementor_edit_mode’, true ); if ( ! ! $elementor_page ) { //page is build with elementor }
WooCommerce Coupons Tab doesn’t exist
If the coupon tab doesn’t exist on Dashboard > WooCommerce, You need to enable coupons from Dashboard > WooCommerce > Settings.
How to Create WordPress Responsive Tables?
We usually benefit from the tables on our websites when we need to offer too much data to our visitors. They are the best elements that allow us to share the data in an organized manner. While they work on computers flawlessly, they may function poorly in mobile platforms. However, there is nothing to worry
How To Update a Themeforest Theme – Envato Market Plugin
Install (and update) your theme with the Envato Market Plugin After installing and activating your theme is super easy if you simply install the Envato Market plugin. The best part is that with this free plugin you’ll have access to all of your Themeforest and Codecanyon purchases right from your WordPress dashboard! This makes it
Theme is missing the style.css stylesheet error
A common issue that can occur when installing a WordPress themes is “The package could not be installed. The theme is missing the style.css stylesheet.” error message being displayed when uploading or activating the theme. One of the reasons you may receive this error is if you have uploaded the incorrect file. You have 2 options for downloading