salsatrips
Forum Replies Created
-
Hi Ketan,
OK, I didn’t change that, but re-entering the data and updating the page, now it works properly.
Thanks again & best regards,
Rico
Hi Ketan,
on the sub pages, I use carousels and the images usually were rotating, but now the images are frozen (still, fixed). The 7 images in the carousel (below the virtual tour image) are not rotating:
https://waldbronn.info/apartment-egI don’t know how to show in a screen shot that images are NOT rotating. Did you get the issue now?
Thanks,
Ricoahhh, but now I face a new challenge:
Now the images in carousels on other pages are also fixed and not moving anymore. E. g.
https://waldbronn.info/apartment-egCan this be separated, so the images of carousels will still be moving?
Thanks & best regards,
Rico
Hi Ketan,
Thanks for your quick response.
Adding this line, the links in Chrome work properly again now.
Can you please consider this with the next update that it woun’t be overwritten?
Thanks & best regards,
Rico
Hello,
okay, I see. I keep the information in mind, but I don’t want to install a further plug-in and I use the Sliders Pack also on other pages.
Thank you
Hello,
the FlexSlider shows just 2 images. On the mobile I can move them to the right, so that the 3rd image appears, but on the desktop that wasn’t possible and it’s also not really user friendly.
Reducing the slide width to 350, would work for 4K desktop, but shows just 2 images on mobile landscape and just 1 image on mobile portrait view. Or – in case I change from 1 to 3 images for mobiles – then there are the 3 very small images that are not responsive, like in my initial issue.
Owl Slider/Carousel 2 fits the best with (each) 3 images, 0 padding, and auto width = false. In any scenario I see 3 images next to each other. Obviously in mobile landscape view the images are still too small, but it’s okay with the caption below the image. However that’s not really responsive I think. But I keep this setting as of now.
In case you are working on the plugin, it would be great if you would improve the responsiveness of bxSlider to show the images beneath (instead next to) each other, once there is not sufficient space or, alternatively, that the user can enter an amout of pixel (width) from when it should change between beneath and next to each other.
Anyhow, thank you for the support
& best regards,Rico
Hello,
Thanks for the guidance.
This improves the layout on 4K desktop to 2,5 images (instead of 1). The rest remains the same: 1 image on mobile portrait view and 2,5 images on mobile landscape view.
But it should show
3 images beneath each other on mobile portrait view
3 images next to each other on mobile landscape view or desktopsThanks,
Rico
Hello,
Thanks for your reply, but that setting doesn’t work properly:
– it shows just 1 image and nothing else on mobile portrait mode. Not nice, but ok.
– it shows 1,5 images on mobile landscape mode. Before it was better to show 3 images next to each other.
– it shows just 1 image on 4K desktop. This is completely useless, because I need to show the 3 images next to each other and there is plenty of space available. That’s definitively not responsive at all.Is there any change to keep the layout for desktops and mobile landscape mode (because there is sufficient space available), but just change the layout for mobile portrait mode (or maybe in case of very low resolutions) and then show the 3 images beneath each other. That would be much better than hiding 2 completely.
Thank you & best regards,
Rico
Forum: Reviews
In reply to: [Gutenberg] Not so obvious, how to change the slug!OK, thanks for the info. I didn’t find any hint with google. And it’s not too obvious, while before it was visible & below the title.
Login to support forum received. THX
I have a similar challange:
License bought on October 30th, but not possible to register or login to support forum
https://pinpoint.world/wordpress/support/log-in/Several Mails from November 4th to [email protected], but no answer to this topic for a week now. Means also no support for my other questions.
Whenever I report anything to WPML, I get new tasks for myself from them. I just do not have the time to work that much for paid plugins anytime they request. I would be a happy customer in case they ever start to investigate or debug something, but in the past they never fixed bugs in a reasonable time frame. It took months or years for every reported bug. Long story short: Here is the reply from my paid developer:
***
In
wp-content/plugins/woocommerce-composite-products/includes/class-wp-cp-display.php
in der Funktionshow_composited_product()
wird mit mit dem aktivierten Multilingualplugin im Parameter$product_id
NULL
übergeben.
Die anschlie?ende Suche mit$composite->get_composited_product()
gibt dannfalse
zurück, woraufhin dannfalse->get_product()
aufgerufen wird, wodurch die Fehlermeldungcould not cal function on bool
zustande kam.Meine Vermutung ist, dass das Multilingualplugin den leeren String oder den String
'0'
, welche die Funktionshow_composited_product()
behandeln kann, in den WertNULL
“übersetzt” und damit den Fehler ausl?st.
Also Workaround habe ich die Funktion so modifizert, dass sie auch mitNULL
klarkommt. Ein Patch ist im Anhang.Der richtige Fix w?re eine Anpassung des Multilingualplugins.
***
…/woocommerce-composite-products/includes/class-wc-cp-display.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)diff –git a/wp/wp-content/plugins/woocommerce-composite-products/includes/class-wc-cp-display.php b/wp/wp-content/plugins/woocommerce-composite-products/includes/class-wc-cp-display.php
index ee86b68..c65d4ff 100755
— a/wp/wp-content/plugins/woocommerce-composite-products/includes/class-wc-cp-display.php
+++ b/wp/wp-content/plugins/woocommerce-composite-products/includes/class-wc-cp-display.php
@@ -153,7 +153,7 @@ class WC_CP_Display {
*/
public function show_composited_product( $product_id, $component_id, $composite ) {– if ( $product_id === ‘0’ || $product_id === ” ) {
+ if ( $product_id === NULL || $product_id === ‘0’ || $product_id === ” ) {return ‘<div class=”component_data” data-component_set=”true” data-price=”0″ data-regular_price=”0″ data-product_type=”none” style=”display:none;”></div>’;
Hello, so what do you suggest?
Not to report bugs, while WPML is not compatible with Composite Products and so I can’t use it with WooCommerce, too? Both are paid products, but not working properly, because of some smaller but essential bugs and nobody takes care for months or even years. Very poor situation that I’m starting to report now, hoping that the publicity drives WPML to look into it finally.
THXIt seems that there is some kind of mis-interpretation of “0” and “NULL” between WC Multilingual and Composite Products. In case a German developer of WPML can take care, we would provide an analysis from a freelancer (in German) as well as a patch, which fixed it as of now.
However, we would like to get the fix in the regular version plus there are other bugs in WC Multilingual for Composite Products, which work in the native language properly, but not on translated versions (e. g. dropdowns can’t be opened etc.)
Forum: Reviews
In reply to: [WooCommerce Multilingual & Multicurrency with WPML] Just doesn’t workI am sorry, but using the support, for me means that I have to ensure triple times that everything is updated, tested and tested over again. This will repeat and repeat and often the reported bug was not fixed at all. Sometimes I even got the impression that the support makes me busy so I can’t report any further issues meanwhile. Also tickets are closed quickly, whether the bug is fixed or not. Finally, after having one or the other stable version with just little issues – maybe even a few usable versions in a row – then there are heavy bugs which prevents you from using the shop at all. With the latest update, some of my composite products turned into white pages. This means if you use WPML, with EVERLY LITTLE UPDATE, you need to test your full multisite with all possible business cases, because WPML (at least in conjunction with WooCommerce) is extremely unstable, just like alpha developments in a sandbox.