gajdoseni
Forum Replies Created
-
Hello @ausyed,
sometimes it was working good, but sometimes reloading the page. From your answer to Cylis, I think this was my problem also. I tried Forminator but it did not work in popup, so I have given up for now, the form must work – now it works opened on a new page instead of popup.
regards,
EnikoI have the same problem. Did you sove this somehow?
@ausyed, if you can help:
url is: https://www.pissorsmarietta.com
button text is: “Ajánlatkérés” (request for offer)
Thank you!- This reply was modified 3 years, 6 months ago by gajdoseni.
Forum: Plugins
In reply to: [WP Image Zoom] Thumbnail image hightFinally I did it. ?? It was the fault of woocommerce 3.3…
I have found a code to put in the theme’s functions.php:
add_filter( ‘woocommerce_get_image_size_gallery_thumbnail’, function( $size ) {
return array(
‘width’ => 200,
‘height’ => 300,
‘crop’ => 0,
);
} );Forum: Plugins
In reply to: [WP Image Zoom] Thumbnail image hightDear Diana,
thanks for you reply! Unfortunately this setting disappeared from Woocommerce, now you can set it only at the media settings of wordpress. I disabled it and regenerated the thumbnails, but still they are square. ??
I also set the woocommerce setings in Divi for not crpped, but nothing has changed.Forum: Plugins
In reply to: [Event Calendar With Map View(ECWMV)] TranslationThank you!
I will contact you.Forum: Plugins
In reply to: [Event Calendar With Map View(ECWMV)] TranslationThank you for your answer, Harshpandya!
I tried to find the things in the coding, I succeeded with some of them, but I still have some issues. Could you maybe help me how to change this things (or make them choosable in settings in the next version)?
– 24 hours format instead of am/pm
– change the first day of the week from Sunday to Monday– can I change somewhere the name of the days/months? I have found and translated many words like ‘map’ ‘list’… ‘starting time and date”location’… but can’t find those.
Thanks, Eniko