cmelero
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Wrong canonical URLIt worked!
Thanks!
Forum: Plugins
In reply to: [Yoast SEO] Wrong canonical URLHi @611shabnam , thanks for your support.
This issue has being happening for months or years.
I have updated the plugin and it’s still the same.
Regards,
CarlosForum: Plugins
In reply to: [WP OAuth Server (OAuth Authentication)] Mapping of profile fields (again)oops!
I found the answer in other topic in this forum…
I have added this to my own plugin (I use it instead modify funtions.php)
It’s working great!
Thanks!
/** * Add first name and last name to return for /oauth/me */ add_filter( 'wo_me_resource_return', 'wo_example_extend_me', 99 ); function wo_example_extend_me( $data ) { // Grab a custom user meta field $first_name = get_user_meta( $data['ID'], 'first_name', true ); $last_name = get_user_meta( $data['ID'], 'last_name', true ); $data['first_name'] = $first_name; $data['last_name'] = $last_name; return $data; }
oops… I have read it again.. it’s not still deployed
Sorry ??
Forum: Plugins
In reply to: [WP OAuth Server (OAuth Authentication)] Moodle How toTy
- This reply was modified 3 years, 8 months ago by cmelero.
Hi
I’ll thank if you could tell me if this works in the free version.
I’m getting this error: error/Could not decode JSON token response
Thanks!
Regards,
Carlos.Forum: Plugins
In reply to: [WP OAuth Server (OAuth Authentication)] Moodle How toI didn’t know the video.
I have doing all again and it’s working !
Thanks!
Do you know how to map name and lastname? Is it a limitation of free version?
I really thank your fast and accurate support.
Forum: Plugins
In reply to: [Progress Tracker] List of pagesHi, thank you for the support.
I attach a few captures.
https://ibb.co/G0jHJMf
https://ibb.co/CzWSNxM
https://ibb.co/WFhLTd6As you can see, I have added the widget and it’s not shown.
I’ll thank your help
Best Regards,
CarlosI confirm: Using 7.0.2 Cert Link shows fine on results page but not interpolating on the emai.
Best regards,
Carlos.Forum: Plugins
In reply to: [WP Social Comments] Duplicated comment boxI got the same issue.
Could you let us know how did you fix it?
Tanks!
Forum: Plugins
In reply to: [wpForo Forum] this is out of wpforo forum environmentThen, if I have understood it right, I can’t embed the forum via shortcode in a page that is child of other.
Thank you for the information.
Forum: Plugins
In reply to: [wpForo Forum] this is out of wpforo forum environmentBut, it has been working for months, until last week.
Forum: Plugins
In reply to: [wpForo Forum] this is out of wpforo forum environmentI have tested it in a anonymous tab and it doesn’t work
The most amazing is that I have cloned the page and it works. It doesn’t work in the original one but it does work in the cloned page with identica content and configuration.
… until I publish it, then stop working.
I have created a new page tha only have a line with the forum shortcut. It appers to work after publish it… until… I configure a parent page, then it stop working. If the page has no parent, the forum apperas. If i declare a parent, the forum disaperas.
- This reply was modified 4 years, 5 months ago by cmelero.
Forum: Plugins
In reply to: [Accept Stripe Payments] Available country listEDITED:
What I really want was to limit the currencies, not the countries
May I add this code in my functions.php instead create a new plugin?
Thanks
- This reply was modified 4 years, 5 months ago by cmelero.
Forum: Plugins
In reply to: [Accept Stripe Payments] Can’t see colombian PesoThanks!