Luis Méndez Alejo
Forum Replies Created
-
Forum: Plugins
In reply to: [Sensei LMS] Button StylingHi @justinea
Try CSS from Appearance > Customize > Custom CSS, adding this style which you can then customize in size and color:
.lesson-template-default .post footer a.button { padding: 12px 40px; display: inline-block; font-size: 14px; }
Make a backup of your website before applying changes 😉
Forum: Plugins
In reply to: [Site Reviews] After 5.0.0 update I have lost functionalitiesHi Gemini Labs,
I just want to put on record here that the issue has been resolved.
Thank you for the support of Email Support, it has been essential to solve it.
EXCELLENT support
Thanks!!! ヅ
Forum: Plugins
In reply to: [Site Reviews] review_categorie TAG not work!Hi Gemini Labs,
Thanks, you’re right, I answer in the other thread by email, as you indicated.
Thx 🤗
[You can close this thread]
Forum: Plugins
In reply to: [Site Reviews] review_categorie TAG not work!Hi Gemini Labs,
New Reviews enter if associated Category, empty.
https://monosnap.com/file/etYuS73Z9Ixbnu4FEGLOePJsuOiJSM
This has been the case since the new plugin update was released almost 2 months ago.
I tried to do a rollback but it didn’t work because the changes were applied, in your update, also at the database structure level.
Regards
Forum: Plugins
In reply to: [Site Reviews] review_categorie TAG not work!Hi Gemini Labs,
The title field is shown well in the received email, the Category field, whose TAG is {review_categories} appears EMPTY in the received email.
https://monosnap.com/file/etLGHR6qSm48XxzsDHZeLYLAkVCplv
Regards!
Forum: Plugins
In reply to: [Site Reviews] review_categorie TAG not work!Hi Gemini Labs,
The text “Felicidades por el Curso” is the {review_title} TAG, is not {review_categories}
The problem is {review_categories} TAG empty.
Regards.
Forum: Plugins
In reply to: [Site Reviews] review_categorie TAG not work!Hi Gemini Labs,
The email notification template is correct -> OK
– https://monosnap.com/file/jWIDJEt3DkQjoIP25brZdaMm9b3O81
The categories exist and are correct – OK
– https://monosnap.com/file/pTfneprwjwNP5yLLNFdIrCjA3YUPaH
The {review_categories} field is not filled in, it appears empty. – KO
– https://monosnap.com/file/D9Tbh84BqEw4bP3qNA3kAltPs1GDZM
Any idea?
- This reply was modified 1 month, 3 weeks ago by Luis Méndez Alejo.
Forum: Plugins
In reply to: [Site Reviews] After 5.0.0 update I have lost functionalitiesHi @geminilabs
I already know those 3 answers of yours because you have given them in similar post:
https://wordpress.org/support/topic/after-update-reviews-broke/
I have read:
...edit.php?post_type=site-review&page=documentation ...index.php?page=site-reviews-welcome#tab-upgrade-guide
Many forum threads and additional documentation, but for the moment I see that it is not solved.
As a translator of the “site Reviews” plugin for es_ES I know the mechanics of it, the use of features and hooks and I spend many hours a week optimizing and running the plugin on WordPress sites.
In version 5.0.0 you have applied very radical changes that affect functions, filters and hooks and this leaves without functionality things that before did not give any problem.
You have changed paths such as:
site-reviews/review-form/order
which I have already corrected in the filter I use in functions.php:
add_filter( 'site-reviews/config/forms/submission-form', function( $fields ) { $fields['category'] = [ 'label' => 'Select the course for this REVIEW', required' => true, 'options' => ['' => __( 'Select the course to review', 'site-reviews' )] + glsr( 'Database' )->getTerms(), type' => 'select', ]; return $fields; }); /** Customize the order of the fields used in the review submission form */ add_filter( 'site-reviews/submission-form/order', function( $order ) { return [ category', rating, title', content', 'name', email', terms', ]; });
But the reviews are still not assigned to the corresponding course category and the worst thing is that now they are not even published on the front of the site.
Any idea?
Forum: Plugins
In reply to: [Sensei LMS] IntegrationHi verosantos11,
In this lesson https://www.webempresa.com/university/crear-academia-online-con-wordpress/foro-para-alumnos/ I show that bbPress and Sensei LMS have no problem working together in WordPress 5.5.
Regards!
Forum: Plugins
In reply to: [Sensei LMS] IntegrationHi,
It is not clear what kind of integration you are trying to make between Sensei LMS and bbpress, but initially tell you that the stable version of the plugin “bbPress” 2.6.5 does not present problems of coexistence with Sensei LMS 3.4.1 in WordPress 5.5.
With this configuration I have a bbpress working in “private” mode (only for students logged in Sensei LMS) and works correctly, because between both plugins there is no direct interaction, nor I think it is necessary.
Regards!
Forum: Plugins
In reply to: [Sensei LMS] IntegrationHi Donna,
We have the free courses platform with more than 30.000 students and all the registrations and access https://www.webempresa.com/university/registro-alumnos/ are done in Sensei LMS with Ultimate Member and it works great.
Thanks for the work you do, I declare myself a fan of Sensei LMS!! 🙌 😍
Forum: Plugins
In reply to: [Sensei LMS] IntegrationHi,
The integration with Ultimate Member is quite good, although we must exclude some urls from the caching to avoid NONCE errors, and also “hide” the native forms of Login and Registration of Sensei LMS so that only those of Ultimate Member are visible.
We use it here https://www.webempresa.com/university/ and Sensei LMS + UM get along great.
Good luck! 😉
- This reply was modified 5 months, 1 week ago by Luis Méndez Alejo.
Forum: Plugins
In reply to: [Sensei LMS] “complete lesson” buttonHola maytetxu,
No hay shortcode para “Completar Lección”, pero ayudaría ver una captura de cómo tienes configurado el bloque “Ajustes del Cuestionario” porque tal como bien indicas, si no hay preguntas deberían estar todas esas opciones desmarcadas.
No hay más configuraciones que aplicar en cada lección, si no hay preguntas, aunque haya prerequisitos activados en cada lección (haber hecho la lección anterior, por ejemplo).
También seria bueno saber que versión de Sensei LMS estás usando y si has instalado algún plugin que pueda generar algún conflicto en Divi.
Puedes por ejemplo probar a cambiar el tema Divi (entiendo que es el que usas) por el nativo de WordPress “Twenty Seventeen” y luego ir a una lección y comprobar si aparece el botón “Completar Lección”. Si aparece entonces tienes un conflicto con tu tema Divi y alguna personalización aplicada.
Saludos
- This reply was modified 6 months ago by Luis Méndez Alejo.
Forum: Plugins
In reply to: [Sensei LMS] editar pagina palntilla de curso y moduloHi maytetxu,
Te he respondido en otro hilo que tienes abierto 😉
Saludos!
Forum: Plugins
In reply to: [Sensei LMS] “complete lesson” buttonHi maytetxu,
Revisa cómo tienes configurada cada Lección de ese Curso (yo no lo he podido ver en tu web porque requiere registro) ya que posiblemente en el bloque de cada Lección del Curso “Ajustes del Cuestionario” tengas marcado o desmarcado algún condicional necesario, por ejemplo tener desmarcada la opción “Se requiere aprobar para completar la lección”.
Si miras este Curso, verás que es gratis y que no lleva cuestionario de preguntas y permite avanzar entre lecciones mostrando el botón “Completar Lección”.
https://www.webempresa.com/university/curso-optimizacion-seo-wordpress/
Ya dirás algo! 😉