BeeTeam368
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] [wpcf7_add_form_tag] function not workingThere are no comments for this yet. Looks like the author of CF7 is actively developing the code to fix it in the next update.
I think we should wait patiently.
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] [wpcf7_add_form_tag] function not workingWe are still waiting for a reply from the author of CF7.
It’s only a temporary solution.
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] [wpcf7_add_form_tag] function not workingThank you for your reply!
We have not compared the source code of version 5.7.2 and 5.7.3 – However, when this value array( ‘name-attr’ => true ) was removed, it worked normally: wpcf7_add_form_tag( ‘name_tag’, ‘tag_handler’);
But when the source code is fully written like this it doesn’t work: wpcf7_add_form_tag( ‘name_tag’, ‘tag_handler’ , array( ‘name-attr’ => true ) );
Do we need to be aware of anything with version 5.7.3?
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] [wpcf7_add_form_tag] function not workingHello,
We are developers and understand this.
However, when I updated to version 5.7.3, it no longer worked.
We are temporarily using version 5.7.2 at this time.
That’s why we had to create this support ticket to report the problem to you.
Thanks!
Hi @arsalantariq ,
Thank you so much!
The problem has been resolved. Thanks for your great work!
Regards!
Hello @capuderg
It doesn’t seem to be able to import menu items.
Can you check again?
Before WordPress 6.0 was released, everything was working perfectly. But now, menus are no longer imported. Without any changes to the xml file and the source code.
Thanks!
Hello @mammono ,
Calm down, we just did a quick report on this to the myCred team. They will fix it soon. Take a break and enjoy your life.
After they fix it, you just need to go to “Sell Content”. At the option of “Default Status”, select “Enabled” and save again.
Thanks!
Hi @arsalantariq ,
I am an author from ThemeForest, we are supporting myCred for some of our projects. And many of our customers have myCred installed and are using myCred. Thank you for your wonderful work.
The problem here is that you are using esc_attr in the wrong place, it is disabling the HTML tags of the options in the select box ( https://ibb.co/1vp3dnF ):
Please double check line 870 in this file: myCRED-addon-sell-content.php
That’s why people can’t enable/disable Sell Content: https://ibb.co/fd2wpNV
You should use at here, in enable_options function: https://ibb.co/qWsGXNV
Hope you guys fix this soon so everyone can update as soon as possible!
Best Regards!
@carazo Thanks for the clarification.
We understand and have changed a few things to match your current update.
Please lock this topic and mark it as solved!
Regards!
- This reply was modified 3 years, 2 months ago by BeeTeam368.
Forum: Plugins
In reply to: [Fast Velocity Minify] FVM Version 3.x ErrorHello Raul,
Sorry for the late reply!
We are still testing it and it looks like it should be fine.
Will report to you if we discover anything in this 3.x version.
Regards!
Forum: Plugins
In reply to: [Fast Velocity Minify] FVM Version 3.x ErrorHello Raul,
I think conditional statement:
stripos($fvm_cache_paths['cache_dir_min'], '/fvm') !== false
should be replaced with conditional statement:
( stripos($fvm_cache_paths[‘cache_dir_min’], ‘/fvm‘) !== false || stripos($fvm_cache_paths[‘cache_dir_min’], ‘\fvm‘) !== false )
Because in some cases, the pathname to the directory will be this:
/wp-content\cache\fvm\min\
The main difference is the slash: \ and /
Thanks!
- This reply was modified 3 years, 10 months ago by BeeTeam368.
Forum: Plugins
In reply to: [Fast Velocity Minify] FVM Version 3.x ErrorHello Raul,
Thanks for the reply.
It looks like you are using PHP’s stripos() function incorrectly.
Eg:
stripos($fvm_cache_paths[‘cache_dir_min’], ‘/fvm’) !== false
Because “/fvm” will always be at the end of the path – Eg:
C:…\folder\cache\fvm\domain.xyz …
I just tried to find and remove some of these functions in the conditional statement and the minify CSS files were generated.
Regards!
- This reply was modified 3 years, 10 months ago by BeeTeam368.
Forum: Plugins
In reply to: [Fast Velocity Minify] Latest updates causing 403Hello Raul,
We found FVM to work well with WP Fastest Cache.
Therefore, in the past 1 year. We have combined FVM with WP Fastest Cache.
This is really a great acceleration solution when used with Cloudflare.
Please calmly handle, maybe my problem is not like George’s …
However, when I installed version 2.8.8, everything worked fine. The javascript script works properly.
Thanks!
Forum: Plugins
In reply to: [Fast Velocity Minify] Latest updates causing 403Hello Raul vs George,
Sorry for interrupting this conversation!!!
I have not found the cause. But versions 2.8.4 and 2.8.8 work well.
When I use versions 2.8.6 and 2.8.7, some javascript scripts do not work properly.
Some of my clients reported a few hours ago…
I had to advise them to temporarily remove FVM.
I have compared, this is the change between versions 2.8.7 and 2.8.8:
Perhaps it is the cause, because after minify js, I cannot debug because the code is very long and difficult to read.
I have advised hundreds of my customers to use FVM. Perhaps they are having some trouble this evening …
Thanks!
Thank you very much!
Have a nice day!