Stanko Metodiev
Forum Replies Created
-
Forum: Plugins
In reply to: [TikTok] Fatal error after updating to version 1.2.4Joining here to share that we had the same Critical Error while editing a WooCommerce product, so we had to revert to the previous version, so I would expect more people to report the same case.
Forum: Plugins
In reply to: [DX Delete Attached Media] caused a critical errorhey hey, thanks for all the reports! The team is working on a new release and we’ll update the plugin as soon as we are ready with the fix.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] create_order_errorHey there,
as a followup of @rollybueno update, here’s another set of errors, that’s from the console when you click on the pay with paypal button – https://gist.github.com/metodiew/1da6fcdb2fa57536bc8f469fbcedfd84
The project and the setup is the same:
WooCommerce Version 6.21
WooCommerce PayPal Payments version 1.7.0thanks for the report @mailnew2ster! I’ll take a look at this and post a followup once I have the update
Forum: Plugins
In reply to: [Quote Comments] UpdateHey there,
It seems I have missed the question here, apologize! This morning I’ve tested the plugin against the latest WordPress version and it was working fine for me. The plugin itself needs a code update and refactoring, but the main functionality seems to be working fine here.
I’ve released a point version just to bump the plugin and remove the “not updated” message.
Cheers
Hey Tzvetan,
Thanks for the feedback! We are going to take a look and get back to you!
Forum: Plugins
In reply to: [Easy Image Gallery] New images not going to Thumbnail sizeHey @speters150,
Do you still have the problem, as I cannot reproduce it at the moment on the linked page?
Could you share more details of what you have tried and what you are seeing on your page, probably providing a screenshot?
Thanks!
Forum: Plugins
In reply to: [DX Unanswered Comments] Doesnt work in WP 5.xHey @mcian,
Thanks for the report! We’ll work on an update and we’ll let you know once it’s ready.
Thanks!
Forum: Plugins
In reply to: [Easy Image Gallery] Can`t add a photo to the galleryhey Anton,
I’m not sure what’s the issue here – could you provide us more details?
Thanks in advance!
Forum: Plugins
In reply to: [Easy Image Gallery] Fatal Error : Call to undefined functionHi,
The function has been removed by the plugin this February.
You can see the link in this commit https://github.com/DevriX/Easy-Image-Gallery/commit/ffee285c6ceecc607ba2ee196d8c4c872636289d#diff-978209e01c6c9e4491c170874c427461L134
Seeing the error, it seems like you are calling the function in your theme, so you have a few options:
– Remove the function call
– If you need this function, you can restore it from the linked commit and add it to your theme or in another plugin
– Wrap the function call withif function_exists()
PHP checkLet us know if you have any other questions.
Cheers,
Forum: Plugins
In reply to: [Easy Image Gallery] Onde colocar o ShortcodeHi @douglasgaia,
The support we can offer here is English only, so I hope you’ll understand ??
The shortcode, generates after the update of the plugin needs to be placed somewhere in the content where you would like the gallery to appear.
The shortcode has been generated automatically for you and it’s available in the edit page where you have the Gallery Metabox.
Let us know if that helps.
Cheers,
Forum: Plugins
In reply to: [Easy Image Gallery] Disable autoposting to the bottom of the post/pageHi,
yes, you can use
add_filter( 'the_content', 'easy_image_gallery_append_to_content' );
filter in order to disable the autoposting of the gallery and use the shortcode manually somewhere in your code.Could you provide us more details about what are your problems with the fancybox and prettyphoto? Thanks
Hey,
I have a hard time reproducing the issue, so I’ll need your help. I’ve activated https://www.ads-software.com/themes/palm-beach/ theme, which seems the activated them on your site, Beaver Builder plugin and this plugin https://www.ads-software.com/plugins/wp-responsive-recent-post-slider/, is that the current setup you have at the moment?
I’ve activated Beaver Builder and created a few posts with a gallery from our plugin. I’ve created one empty debug page and that’s my result https://drive.google.com/file/d/1l7EwDMPcatcIGtXrdt24CyAzbq7c_LhJ/view?usp=sharing, the slider is working just fine on my end.
Could you export the BB page as a template, so I can test it locally and see if I’ll be able to reproduce the issue?
P.S. a big part of our team is going to WordCamp Europe 2018 this week, so we’ll have a limited time to respond here, please keep that in mind. Also, let me know if you’ll be around, so we can take a look ??
Regards,
Forum: Plugins
In reply to: [Easy Image Gallery] The original php script does not workAwesome, glad it worked! I’ll make the ticket as closed ^_^
Forum: Plugins
In reply to: [Easy Image Gallery] New Update not easy anymoreAwesome, thanks for the update here!
I’ll mark the ticket as resolved, feel free to let us know if there is anything else ??