alessandroemerich
Forum Replies Created
-
Hi @kevinb ,
Thank you very much for your help. With the configuration you mentioned, we were able to create the proof of concept. We will continue internally to validate the product. I would just like to point out another Javascript error that is shown above in the screenshots, but that will not hinder our proof of concept.
Thanks.
Hi @rizaardiyanto ,
I understand the issue, but how can I justify to the company buying something that already has an error? Something that I will have to buy and open a ticket to make it work (and that should work in the free version)? It’s a complicated issue. The idea is to see if the product is good enough to buy it. Would anyone buy MS Office if they later needed to contact technical support to make it work perfectly? A proof of concept works for that.
In addition, the permissions plugin also shows an error when clicking on a group. The “Set Specific Permission” and “Clone” tabs also don’t work. See below a print with the error:
https://sandbox.infomoney.com.br/wp-content/uploads/2024/09/demo_01_teste_05.jpg
Would it be possible to help us at least with the TAGs issue? With that, I can complete the proof of concept and justify the purchase. In addition, everyone who is trying out the tool would have a better impression of it.
Just for reference, here are some details about WordPress and the environment we are running on:
- Hosting: WPVIP
- WordPress version: 6.6.1
- Chrome: 128.0.6613.115
If you would like any further information, please let me know.
Thanks again.
Hi @rizaardiyanto
Following the instructions you provided in the link, I was able to restrict it. However, there are Groups or Roles for which I need the “Tags” item to be displayed, but even after assigning all permissions, this item does not appear.
Here are the Capability settings:
https://sandbox.infomoney.com.br/wp-content/uploads/2024/09/demo_01_teste_01.jpg
Here are the Permission settings:
https://sandbox.infomoney.com.br/wp-content/uploads/2024/09/demo_01_teste_02.jpg
Here is the user with the Role assigned:
https://sandbox.infomoney.com.br/wp-content/uploads/2024/09/demo_01_teste_03.jpg
Finally, the WordPress administration screen showing that the “TAG” item is not displayed:
https://sandbox.infomoney.com.br/wp-content/uploads/2024/09/demo_01_teste_04.jpg
We are doing a proof of concept. If we can achieve some goals, we will purchase the complete plugin package, if you confirm that we will need 2 plugins (previous question).
Thanks again for your help.Thanks for the help. I’ll test it here, but in short, do I have to install another plugin? If I buy it, do I have to buy both plugins?
I understood. Thank you very much.
Hi Pascal,
You nailed it. In our theme we do this for the AMP plugin, since our theme uses Tailwind. I looked for the point you mentioned and put it so that, in cases of CPT Web Stories, it doesn’t change the default behavior. That worked.
The strange thing is that this had never given an error, even for web stories, but it started to happen out of nowhere. One day it started complaining in Google’s Search Console and we didn’t understand the cause. I don’t know if there’s anything you can tell us that could give us an idea. I ask this because if we know the cause, we can foresee more future problems.
Thanks again.
Hi Luckina,
We have few plugins in our WordPress. We host with WPVIP (Automattic) and there is strict control over the use of plugins. We tested deactivating the few plugins we have to see if the problem would be resolved, but the error did not change.
When searching for “data-px-verified-tag“, which attribute of the style tag presents the problem, we only found it in 4 places, considering the “wp-content” folder.
AMP Plugin
- /wp-content/plugins/amp/includes/sanitizers/class-amp-style-sanitizer.php (line 954, in comment)
- /wp-content/plugins/amp/src/ValidationExemption.php (line 42, constant set to this value)
Web Stories Plugin
- /wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-style-sanitizer.php (line 769, in a comment identical to the AMP plugin comment. )
- /wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/ValidationExemption.php (line 40, constant set to this value identical to the AMP plugin)
Could you help us by explaining how the Web Stories plugin uses this tag so we can try to see if we can help with the solution?