Nahuai Badiola
Forum Replies Created
-
Forum: Reviews
In reply to: [Simple Social Icons] All the Updated Icons I NeededThanks for your kind words Linda.
I’m glad the plugin it’s a perfect fit for you.Forum: Plugins
In reply to: [Osom Author Pro] Can’t Remove or Edit Pre-Guttenberg booksHi,
The plugin still works fine with Genesis child themes, we’ve tested it.
You should see the book fields under the content like:
If you don’t you have to probably enable the custom fields on the block editor.
For that, clic on the 3 dots on top-right then “Preferences” and make sure to enable “Book Details”:
Regarding the button, it’s inheriting the color from your theme. So you could change it there.
If you can’t you could add a few lines of CSS. Don’t worry, it’s really easy.
Just go to the WordPress customizer (Appearance > Customize) and add the following under additional CSS panel:
.book-details .button-book {
background-color: black;
}and save it. Your background color should be white now. Make sure that you clean the cache if you have any plugin that manage it
I hope that helps.
Best.Forum: Plugins
In reply to: [Osom Author Pro] Can’t Remove or Edit Pre-Guttenberg booksHi,
I’m not sure if I understand correctly your issue and when I go to the URL you provided us I can’t inspect it because it redirects me to the home. Can you switch off the redirection temporarily so we can take a look?Best.
Forum: Plugins
In reply to: [Osom Modal Login] Problemas con wpsimplepayGenial, Joan.
Muchas gracias por compartir la solución. Esta bien saber que “solo” había que enganchar la función que compartimos contigo a un hook específico del plugin WP Simple Pay.
Un saludo.
Forum: Plugins
In reply to: [Osom Modal Login] Problemas con wpsimplepayBuenas, Joan.
Veo que la URL que compartiste ya se ve correctamente, entiendo que los desarrolladores del otro plugin también te echaron un mano para solucionar el problema ?verdad?
Si me lo confirmas marco el ticket como resuelto y si quieres puedes compartir la solución por si le sirve a otra persona en un futuro.
Un saludo.
Forum: Plugins
In reply to: [Osom Modal Login] Problemas con wpsimplepayBuenas, Joan.
El código de CSS debería de funcionarte. Si lo a?ado desde el inspector del navegador en la URL que nos compartiste la modal se oculta.
Es muy probable que no veas el cambio por un tema de caché (del navegador y/o del servidor/plugin -veo que usas el de SG-), prueba a limpiarlo y debería de funcionarte.
Un saludo.
Forum: Plugins
In reply to: [Osom Modal Login] Problemas con wpsimplepayBuenas, Joan.
Puedes usar dos estrategias:- Ocultar la modal mediante CSS. Pare ello a?ade el siguiente snippet:
.simpay-payment-page #OMLlogin {
display: none;
}- Usar un condicional para que no se cargue la modal. En ese caso, puedes usar este otro:
add_action( 'template_redirect', 'osom_remove_modal_login',15 );
function osom_remove_modal_login() {
if(is_page('pago-kora-ki')){
remove_action( 'wp_footer', 'osom\Osom_Modal\osom_modal_login' );
}
}En el ejemplo de arriba uso el slug ya que no veo el ID de la página, pero si lo sabes también podrías usarlo.
Espero que lo puedas solucionar con alguna de las dos opciones.
Un saludo.
Forum: Plugins
In reply to: [Osom Modal Login] Problemas con wpsimplepayBuenas, Joan.
Gracias por tu feedback.
Nos puedes facilitar una URL donde podamos investigar mejor el problema?Muchas gracias.
Forum: Reviews
In reply to: [Osom Modal Login] PerfectoMuchas gracias, Joan. ??
Great! I’m glad I was able to help finding the issue.?
And thanks for letting us know how you solve it.If you are satisfied with the plugin, please consider leaving us a review. Your feedback not only motivates us to keep improving it, but also helps guide others looking for a one-purpose, lightweight plugin like this.
Have a great day.
Hi.
I can see the icons (white with dark blue background) in every page, using different browsers.
It could be an issue with your browser, try to clear the cache and/or use other browser.Best.
Forum: Plugins
In reply to: [Osom Modal Login] Access with urlI’m glad we could help. ??
Forum: Plugins
In reply to: [Osom Modal Login] I want to change the textHi Arantxa,
Since you didn’t reply to my last questions I asume that the issue was solved, so I’m closing the ticket.
If you want to add more information in the future you can.
Best.Forum: Plugins
In reply to: [Genesis Portfolio Pro] Update 1.3 broke websiteGreat! Happy to help!
If you are satisfied with the plugin and the support, please consider leaving us a review. Your feedback not only motivates us to keep improving it, but also helps guide others looking for a one-purpose, lightweight plugin like this.?
And if you encounter any other issue, do not hesitate to open a new topic right here. We will be happy to help you again.
Forum: Plugins
In reply to: [Osom Author Pro] don’t see information