llavillaccama
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Woo Search] ARIA IDs are not unique LighthouseTo reproduce you just have to add the same shortcode ‘[aws search_form]’ in the header and footer or in the content of the page, I am using Elementor Pro
Forum: Plugins
In reply to: [Advanced Woo Search] ARIA IDs are not unique LighthouseHi Team,
I have the same form but in two different sections with different layouts but I use the same shortcode “[aws_search_form]”
I have already cleared cache and everything but the problem persists.
Regards
Change:
$lost_pw_text = ' <a class="xoo-el-lostpw-tgr">' . __( 'Lost your password?','easy-login-woocommerce' ). '</a>';
For:
$lost_pw_text = ' <span class="xoo-el-lostpw-tgr">' . __( 'Lost your password?','easy-login-woocommerce' ). '</span>';
I have the same problem, it would be great if you can add it.
RegardsForum: Plugins
In reply to: [Login/Signup Popup ( Inline Form + Woocommerce )] Social Login on Login FormHello, check the plugin documentation, basically what you have to do is copy the plugin template in your active theme and modify the code to add the social login shortcode.
RegardsForum: Plugins
In reply to: [Firelight Lightbox] Conflict in elementor ‘Media Carousel’ videosHi @ravanh, `The image is a preview of the video, it has a lot of logic because you can place an image with text that better describes what the video is about.
But for some reason ‘Easy FancyBox’ also adds the functionality in this type of elements.
for now i have solved it with jquery.jQuery(document).ready(function($) { $('.carrusel-video-off-fancibox a').click(function(event) { $('#fancybox-overlay,#fancybox-wrap').remove(); }); });
It is not the most suitable solution but it works for me.
RegardsMismo problema,deben corregir definitivamente esto es un bug.
Same problem, do you have a solution?
Regards
Forum: Plugins
In reply to: [Modern Events Calendar Lite] 502 error generated plugin in /wp-adminHo @webnus
The 502 error has been determined to be generated when the event has a shorcode in its content.
modern-events-calendar-lite\app\libraries\main.php line 334
$content = apply_filters('the_content', $post->post_content); return str_replace(']]>', ']]>', do_shortcode($content));
Example : https://ibb.co/L57GyNf
Please let me know if this helps so they can resolve the issue.
Regards
Forum: Plugins
In reply to: [Modern Events Calendar Lite] 502 error generated plugin in /wp-adminHi @webnus
We have done a deep investigation and have come up with the following line of code:` echo $render->skin(‘list’, array
(
‘sk-options’=>array(‘list’=>array
(
‘style’=>’minimal’,
‘start_date_type’=>’today’,
‘load_more_button’=>’0’,
‘limit’=>’1’,
‘month_divider’=>’0′
))
));’
For some reason this line generates error 502, I have modified the limit to 1 but the problem persists.
Note: We have the multisite in wpengine.Regards
Forum: Plugins
In reply to: [Modern Events Calendar Lite] 502 error generated plugin in /wp-adminIt has been possible to identify that the problem is caused by:
wp_add_dashboard_widget( 'mec_widget_news_features', __('Modern Events Calendar', 'modern-events-calendar-lite'), array($this, 'widget_news') );
When commenting the code the error disappears but in the plugin home page ‘/wp-admin/admin.php?page=mec-intro’ it stays loading and shows error 502.
It seems that the problem lies in some line of code in the ‘dashboard’
Regards
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Erro parameter 1I have investigated the matter and it seems to have a conflict with the plugin ‘Custom Payment Gateways for WooCommerce Pro’
RegardsForum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Erro parameter 1I have the same problem, could you solve it?
Warning: strpos() expects parameter 1 to be string, object given in .../public_html/wp-content/plugins/woocommerce-mercadopago/includes/payments/WC_WooMercadoPago_PaymentAbstract.php on line 1407
Regards
Forum: Plugins
In reply to: [Envios Ubigeo Perú] Keep name of Shipping methodshi,
I was doing some tests with the plugin and I have noticed that it is not working with ‘Shipping zones’.
I hope you can check it.
Regards