erpiu
Forum Replies Created
-
Forum: Plugins
In reply to: [Accept Stripe Payments] Deprecated featureHi,
I understand your point. I will follow your recommendations and change my applications in such a way they use products created inside the plugin.
Thanks again for your software and your support.
Forum: Plugins
In reply to: [Accept Stripe Payments] Deprecated featureThanks for your feedback. Can you give me an approximate date when the feature will no longer be supported?
Yes, I am using Polylang.
I must confirm the incorrect behavior of the plugin since the last update : existing members as well as newly created ones are unable to access any restricted content. It seems they aren’t recognized as valid members.
Thanks in advance for having a look at this issue.
I also have the same issue on the Newsletter dashboard : since I upgraded to the latest version (7.8.6) most of the links or menu items on the dashboard page cannot be clicked on. For instance, on the top menu (Subscribers, Subscriptions,Newsletters, Settings…), only the first sub-menu (Subscribers) is accessible : all other sub-menus cannot even be displayed.
Hi mohsinbsf,
After extensive additional testing I’ve come to the following conclusion : when a post carousel is built from the preset without feature image (the 4th one) and when this carousel is the first carousel on a page or post, it will be incorrectly displayed. It is displayed as a post grid and not as a carousel.
When built without using any preset, the same post carousel is correct.Among the 4 presets proposed, the 4th one is the only one that causes problems.
Tests were made using Spectra version 2.5.1 and the Astra Pro theme.
I hope this will help you reproduce the issue.
–
Hi Judith!
Same for me. It works with version 2.1.1.
Thanks a lot!
There is also an issue with other types of carousel, not only with those using the post image as a background!
I was having a carousel displaying the post image on the top. After I upgraded to the version 2.1.0 the gap between two posts in the carousel disappeared! In fact I think the gap is still there, but it seems to be filled with the post background color, which is incorrect.There is definitely a problem with carousels in this new version 2.1.0
I hope it can be fixed very soon.
In the meantime I will stay with the previous version.Hi,
Good news! Thanks.
For your information, below is the simple modification I did.In the file plugin.php of the add-on newsletter-wpusers, at line 262, I replaced the assignment :
$subscription = $subscription_module->get_default_subscription( );
with the following :$wplang = substr( get_user_meta($wp_user_id, 'locale', true), 0, 2 ); $subscription = empty( $wplang ) ? $subscription_module->get_default_subscription( ) : $subscription_module->get_default_subscription( $wplang ) ;
I hope, this will help.
Pierre
Forum: Plugins
In reply to: [Accept Stripe Payments] Error while installing version 2.0.59Thanks a lot! It works!
Forum: Plugins
In reply to: [Accept Stripe Payments] Price at zero in product listThanks a lot!
Forum: Plugins
In reply to: [Polylang] Feature loss in Polylang 3.1 Free?Thanks for your feedback.
I would summarize another way. Considering the update to WP 5.8 in existing applications using Polylang and language dependent widgets:- if I want to or must stay with Polylang, I will have to use only legacy widgets in the future and I will probably install the Classic widgets plugin that disables the block based widget editor; hoping that this plugin is maintained beyond 2022 !!
- if I want to take advantage of the new block based widget editor of WP 5.8, I will need to upgrade to Polylang Pro.
Is this correct?
Forum: Plugins
In reply to: [Accept Stripe Payments] Issue with version 2.0.38?If you checked the plugin setting “Send email from Stripe”, ie if you asked Stripe for sending a receipt to your customers, the emails of your customers must appear in your Stripe account under “Receipt history”.
Forum: Plugins
In reply to: [Accept Stripe Payments] Issue with version 2.0.38?You can probably retrieve the emails of your buyers in your account on the Stripe website. This is what I did.
I’m sure the fixed version will come very soon. In the meantime we’ll stay with version 2.0.37.Forum: Plugins
In reply to: [Accept Stripe Payments] Issue with version 2.0.38?I do confirm. It works in version 2.0.39t1. Thanks a lot.
I’m looking forward to getting version 2.0.39 very soon!