valderes
Forum Replies Created
-
I found the possible problem. I created a “corporate” account and not added founds. When I created a personal account and created a key, it works.
Thank you very much, @specialk.
I wrote my own shortcode.
But in another poprtunity I test your suggestion.
Tanks for you attenttion.I restored to the old version and it worked perfectly. That done, I just clicked the update button and the problem came back.
It’s like the post type hasn’t been declared.And when I try to access the archive page directly through the url in the browser, return 404 error
Hello, @rafael1391.
I solved this issue adding this code at the functions.php file in the theme folder.
function moowoodle_force_set_language($user_data){ $user_data['lang']='pt_br'; return $user_data; } add_filter('moowoodle_moodle_users_data', 'moowoodle_force_set_language' ); add_theme_support( 'responsive-embeds' );
I found this solution somewhere on the internet I don’t remember where.
I never give up ??What method is used to enroll te student at the respetive course?
Hi @waldemarpereira.
I solved it addin this code at the functions.php file of the theme:
function moowoodle_force_set_language($user_data){ $user_data['lang']='pt_br'; return $user_data; } add_filter('moowoodle_moodle_users_data', 'moowoodle_force_set_language' ); add_theme_support( 'responsive-embeds' );
Hi @aamahin.
Thanks for answering.
I did what you suggested, disabled the plugin, removed and reinstalled.
Even so the problem persists.Thank you @rankmath team.
In the time interval between the opening of this topic and your reply, we have not made significant changes at the code level. But we performed a hard reset of the cache, in addition to server performance improvements. Which may have contributed to the solution of the problem, confirming his argument that the problem was in the performance.
complementing the previous post, this behavior only occurs on woocommerce product pages
Hi @rankmath team. Thankyou for your reply.
As I said before, the meta tags are correctly inserted in the html code, they appear right at the top. When submitting the url to the facebook test tool (https://developers.facebook.com/tools/debug/), it does not report any error, even after clicking the “Scrape Again” button.
When sharing on social media everything appears correctly, as expected.
The problem happens only in whatsapp.Hi, @cgigi. How are You?
First of all, you need to create a new template of Woocommerce Event Manager. Just follow this tutorial, https://demo.vaincode.com/mage-event/documentation/how-to-create-new-theme-template/ (is very easy!). Then you can modify your template as you need, inserting your custom field where you need following the ACF documentation (https://www.advancedcustomfields.com/resources/code-examples/).
Then… Voilà!
??
Thank you, @sociality. Your code works fine.
It create a user at Moodle but the user can’t log in. Probally a problem with the password.
Forum: Plugins
In reply to: [Affiliates Manager] Error: email address already in useHi, there.
@affmngr I don’t use Yoast plugin and have exactly the same issue.
You said the problem can be a reload for a single submission.
What can we do to solve this problem?