asiermusa
Forum Replies Created
-
Forum: Plugins
In reply to: [Flamingo] I can’t view inbound messagesIt was because I had an action in my theme’s functions.php file. That code was related with user roles and it blocked the access to the Flamingo’s admin section.
In your case it could be related with some user roles plugin.
I hope you solve the problem.
- This reply was modified 4 years, 4 months ago by asiermusa.
Forum: Plugins
In reply to: [Flamingo] I can’t view inbound messagesFinally I solved the problem removing some actions from my functions.php file.
Thanks!
Forum: Plugins
In reply to: [Flamingo] I can’t view inbound messagesHi!
It works with the default theme!
Do you know what can I do in my custom theme to solve the problem?
Thanks!
Forum: Plugins
In reply to: [Flamingo] I can’t view inbound messagesSure.
Forum: Plugins
In reply to: [Flamingo] I can’t view inbound messagesI have some plugins and my custom theme.
It worked fine and I have more than 7000 flamingo’s posts saved. But I don’t know when this happened.
Plugins list:
Advanced Custom Fields PRO
Breadcrumb NavXT
Classic Editor
Contact Form 7
Contact Form 7 Datepicker
Custom Post Type UI
Cyclone Slider
Flamingo
Google XML Sitemaps
MailPoet 2
qTranslate-XT
Really Simple SSL
User Meta Lite
WP Mail SMTP
WP-Paginate- This reply was modified 4 years, 5 months ago by asiermusa.
Forum: Plugins
In reply to: [Flamingo] I can’t view inbound messagesForum: Plugins
In reply to: [Flamingo] I can’t view inbound messagesHi!
But to see the problem I supose that you need admin access. Do you need it?
thanks
Forum: Plugins
In reply to: [YITH Donations for WooCommerce] All strings are emptyI have the same problem with both, free and premium version.
- This reply was modified 4 years, 5 months ago by asiermusa.
Forum: Reviews
In reply to: [Woo Product Carousel and Zoom] Excellent workThanks!!!
Forum: Reviews
In reply to: [Woo Product Carousel and Zoom] Amazing Zoom and Caroussel Plugin!Thank you!!!
Are you using another plugin for the product variant selectors? if you are using a clean WooCommerce instalation, it works fine. Can you check it? maybe the problem is with another plugin.
Thanks again for your support!
Forum: Reviews
In reply to: [Unyson] Garbage – Stick With Visual ComposerHola,
La función que recibe el pago crea un array con dos variables, las cuales llamarán a otra función para guardar los nuevos datos en la BBDD.
function payment_received( $info ) { global $userdata; ob_start(); $id = get_userdata( $userdata->ID ); if ( $info['post_id'] ) { $this->handle_post_publish( $info['post_id'] ); } else if ( $info['pack_id'] ) { $this->new_subscription( $info['user_id'] $info['pack_id'] ); } }
El fallo está en esta linea:
$this->new_subscription( $info[‘user_id’] $info[‘pack_id’] );
$info[‘user_id’] está vacio, y no devuelve nada. ahora la cuestión es buscar donde carga el ID del user…
I have a same problem….