mkdes
Forum Replies Created
-
You got me ?? For developers, everything.
I can’t because this is not fair. So far the plugin has only bugs. I discover them one by one. I don’t want to be Your beta tester.
My tests were to answer the question of whether my organization would buy multiple PRO licenses of multiple plugins. Now I know I won’t recommend it.
- This reply was modified 6 days, 21 hours ago by mkdes.
Oryginal problem is fixed.
I set, the Editor role can edit media from other users.
But the Editor who not upload image can not see images. Imager are not listed.
View post on imgur.com
Is this normal I can not disable editing for group? One allowed option is Enabled.
View post on imgur.com
I think the plugin not work quite well. If You fix it I will change review.
Yes. Permissions: Edit this post.
I add user, save page, refresh, and user disapear.
The same for wpadmin1 role settings. Settings changes are not saved.
View post on imgur.com
Forum: Plugins
In reply to: [LiteSpeed Cache] Can not delay defered scriptsThere are many third party plugins with defer scripts.
I can not change this.
But I want to load them after user interaction.
I can’t do this with Litespeed.
I think this should be possible.
- This reply was modified 3 months, 2 weeks ago by mkdes.
Forum: Plugins
In reply to: [Easy Replace Image] Replace button into grid viewWorks. Great. Thanks.
- This reply was modified 4 months ago by mkdes.
Problem is with this line into this file /plugins/gtm-kit/assets/integration/woocommerce.js
if ( eventTargetElement.closest( '.single_add_to_cart_button:not(.disabled,.input-needed)' ) ) {
Change this to:
if ( eventTargetElement.closest( '.single_add_to_cart_button' ) ) {
@torbenlundsgaard Please, consider changing the behavior of the add_to_cart button script on the product page.
Please, remove :not(.disabled,.input-needed)
This my occurs problems into shops using AJAX to adding product to cart.
Because after click on the button, woocommerce add class .disabled to button, and then IF statement rule will be FALSE, and script send dataLayer not fire.
I test this on shop page created with Bricks Builder, and add_to_cart event not trigger on product page.
Forum: Plugins
In reply to: [WooCommerce] Price not update if sale price is earlier set and removedForum: Plugins
In reply to: [WooCommerce] Price not update if sale price is earlier set and removedThis wasn’t woocommerce issue.
Forum: Plugins
In reply to: [Enable Media Replace] Replace SVG filesThis is a big mistake that apart from replacing the file, other things are changed. You do it WRONG.
Forum: Plugins
In reply to: [Enable Media Replace] Replace SVG filesEnable Media Replace plugin replace page post_meta value (_bricks_page_content_2) from this:
https://i.imgur.com/YXVnfKE.png
to this:
https://i.imgur.com/UH37ote.png
This is only part of code.
If you want test this is the export only this one post meta _bricks_page_content_2:
https://test.militaryshop24.eu/post_id_8_wp_postmeta.sql
Media file name is slide-01.webp
Problem is with private function replaceContent into Replacer.php
I think your plugin shouldn’t replace post meta at all.
- This reply was modified 4 months, 2 weeks ago by mkdes.
- This reply was modified 4 months, 2 weeks ago by mkdes.
- This reply was modified 4 months, 2 weeks ago by mkdes.
- This reply was modified 4 months, 2 weeks ago by mkdes.
- This reply was modified 4 months, 2 weeks ago by mkdes.
- This reply was modified 4 months, 2 weeks ago by mkdes.
Forum: Plugins
In reply to: [Enable Media Replace] Replace SVG filesNow we know, there is no problem with SVG files.
This is problem with all files replaced by Enable Media Replace pligin on Brick Builder page.
This is documentation: https://forum.bricksbuilder.io/t/no-bug-nested-slider-options-sanitization-error/23780/2
Can You adapt Your plugin plugin to Bricks Builder?
If You need access to website with brick builder, I can give You full access. Mail me at
[email protected]