swift212
Forum Replies Created
-
Forum: Reviews
In reply to: [Klarna Checkout for WooCommerce] Site does not stop to reload! Why?you can check here https://olivenmax.de/kasse/
please let me know after checking so I can disable the plugin
Forum: Plugins
In reply to: [WooCommerce] Woocommerce variable product is displayed several times?My current settings:
https://snipboard.io/yqhH2k.jpg
https://snipboard.io/GCyKZg.jpg
This way under /shop.. I see 4 products but I only want to see one.
Best Regards
Forum: Plugins
In reply to: [Photo Reviews for WooCommerce] Error adding file.Hi,
thank you for your help.
The error occured because of the Plugin Smush Image Optimization.
Best regards
Forum: Plugins
In reply to: [Photo Reviews for WooCommerce] Error adding file.Hello,
I’ve tried on iPhone 11 Pro and iPhone 7.
I get this error.
“Error adding file”
On my PC there is no Problem.
Best Regards
Forum: Plugins
In reply to: [Photo Reviews for WooCommerce] Error adding file.I get this error only when I upload a photo from mobile phone
Forum: Plugins
In reply to: [Germanized for WooCommerce] Warenkorb und KassenfehlerHabe jetzt auf “Kein voreingestellter Ort” gestellt und habe keine Fehlermeldung mehr. Danke.
Vorher war es auf Basisadresse des Shops eingestellt, auch keine Ortung eigentlich oder?
Grü?e
Forum: Plugins
In reply to: [Germanized for WooCommerce] Warenkorb und KassenfehlerAlso für Deutschland sind bei mir ganz normal die Steuern konfiguriert oder ist dort ein Fehler?
LG
Forum: Plugins
In reply to: Open the post and a tab with one clickHere is the right code I think
Forum: Fixing WordPress
In reply to: How to add a sidebar on the left sideI can’t really Code PHP but I would pay for this service where can I post that
@marceljm Unfortunately it doesn’t help. I don’t know what is the reason for this problem.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Cant see the external Images on DeTube ThemeThank your for your help. I thought that you can help me nevertheless. I want it so much that this works. I would pay for this service,when you can help me.
Regards
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Cant see the external Images on DeTube ThemeHello thank you it works but my next problem is that this plugin zooms into the picture :/
You can see it here, for better understanding.
I would be very happy, when you can help me.
Regards
My code is like this at this time.
/* If this is a video by jplayer, try to get thumbnail from video_posts */ if(empty($thumb_url) && $poster = get_post_meta($post_id, 'dp_video_poster', true)) $thumb_url = $poster; if ( class_exists( 'Nelio_Content_External_Featured_Image_Helper' ) ) { $nefi_aux = Nelio_Content_External_Featured_Image_Helper::instance(); if ( is_string( $nefi_aux ) && strlen( $nefi_aux ) ) { $thumb_url = $nefi_aux->get_nelio_featured_image( $post_id ); }//end if }//end if /* If still no image or is wp error, define default image */ if(empty($thumb_url) || is_wp_error($thumb_url)) { if($default === false || $default === 0) return false; $thumb_url = !empty($default) ? $default : get_template_directory_uri().'/images/nothumb.png'; } if($echo) echo $thumb_url; else return $thumb_url; }
But it doesnt work so.
regards
Hey, I tried to change it to Double-Quote Mode and Single-Quote Mode but I brought nothing, but thank you for this Note.
Can you show how my code have to be finally, than I can put it in my code unter functions.php
regards
To be sure because my english is not very good.
Here is the original Picture:
and this is how looks on my page.
Thank you very much for helping me.
Would your solution help me on this problem?
best regards