For the second case, I saw this error and posted a photo for you
PHP Warning: Undefined array key “align” in public_html/wp-content/plugins/et-core-plugin/app/controllers/elementor/general/ banner-carousel.php on line 245
For the second case, I saw this error and posted a photo for you
PHP Warning: Undefined array key “align” in public_html/wp-content/plugins/et-core-plugin/app/controllers/elementor/general/ banner-carousel.php on line 245
I will definitely tell you if I see it, but now this problem is seen in the log file
PHP Warning: Undefined array key “align” in public_html/wp-content/plugins/et-core-plugin/app/controllers/elementor/general/ banner-carousel.php on line 245
Thanks, sent
Because it is a live site, this is not possible
But I can give you cpanel access
Please watch the video
Hello, yes, now the php version of my site is 8.1 and the problem has been solved
But there is a problem with php version 8.2
tanks
2- chrome
Of course, now the php version of my site is on 8.1
2- In php version 8.2, the Floating Navigation Panel option does not work well
Unfortunately, problem 6 has not been solved
I have sent you access to the site, please try it yourself
Thank You
Thank you for your advice
I wrote a code so that all discounted products are placed in the sale category, and now the products that are in the sale category are mixed in related products.
I also added the hide sale option in the Elementor element, but it is still displayed
Please watch the video
Thank
For problem number 6, the code you gave did not work
Thank you for your help, but my problem was not solved
Please watch the videos
2- Comment on the errors
Unchecked runtime.lastError: The message port closed before a response was received.
How can I solve it?
If you have a special tutorial or article, I would be grateful if you could help me
The child theme is activated
Thanks, 1 solved
2- When I open the search on mobile, it crashes with the shopping cart
Please see the picture
Access to your service
Thank you for your advice, I disabled all the plugins except Elementor, Pro Elementor, WooCommerce and the theme plugin
But it was not resolved, I also returned the Elementor settings to default, and there was no change
I also activated the debug section and did not see any problems
The video is related to topic 3
3- The grade of products is not displayed well
I checked the things I knew, but it didn’t work
please check it
thank you
Please see topic 3 and 4
4- My header and product page are designed with Elementor, but One Canvas does not open when I add to the shopping cart
How to open One canvas when a customer adds a product to the shopping cart?
3- The grade of products is not displayed well
I checked the things I knew, but it didn’t work
please check it
2- I put the code but it didn’t work and it still has link images
Thankful
Access in Private content
2- The photo gallery of Zoom and Lightbox products is disabled
And now when we click on the photo, it opens in a new page
How can I disable it? Nothing happens if the photo is clicked
add_action( ‘woocommerce_before_shop_loop_item_title’, ‘wk_out_of_stock_variations_loop’ );
function wk_out_of_stock_variations_loop(){
global $product;
if ( $product->product_type == ‘variable’ ) { // if variation product is out of stock
$available = $product->get_available_variations();
if ( $available )foreach ( $available as $instockvar ) {
if ( isset($instockvar[‘attributes’][‘attribute_pa_groesse’] ) ) {
if ( ( $instockvar[‘attributes’][‘attribute_pa_groesse’] == $_GET[‘filter_groesse’] ) && (!$instockvar[‘max_qty’]>0) ) {
global $product;
$id = $product->get_id();
echo “
“;
// echo ‘
OUT OF STOCK
‘;
}
}
}
}
if ( !$product->is_in_stock() ) { // if single product is out of stock
echo ‘
OUT OF STOCK
‘;
}
}
Hello
I use this piece of code and when I enable the “Hide out of stock items from the catalog” option
This code does not work because of the WooCommerce system
Do you have another way to activate the cross line mode on the product variable when the products become unavailable?
Private contentPrivate content
I changed German, French and Italian, but I did not know English
It is possible to check
I also installed the plugin
Thank you for your guidance
Can’t change from mo or po files?
Is there a way to not install a plugin and change it using coding?
Private content
Is it possible to check this problem?