RubenMartins
Forum Replies Created
-
This happens to me also and the block/admin settings page for lottie does not load its a blank page
Any updates on this? Having the same issue on 6.6.2 on a clean WP install…
Forum: Plugins
In reply to: [Trust.Reviews] Translate to Portuguese (Portugal) pt_PTThank you ??
Forum: Plugins
In reply to: [Map Block for Google Maps] Map Styles@webfactory that is great! ?? do you have an eta on that?
The same issue here.
Had to update wp-multisite-content-copier/wp-multisite-content-copier.php line 57
From:
wp_localize_script( 'wmcc-script', 'wmcc_ajaxurl', admin_url( '/admin-ajax.php' ) );
To:
wp_localize_script( 'wmcc-script', 'wmcc_ajaxurl', array( 'url' => admin_url( 'admin-ajax.php' ) ) );
And wp-multisite-content-copier/assets/js/wmcc-script.js line 11
From:
$.post( wmcc_ajaxurl, show_cc_data, function( response ) {
To:
$.post( wmcc_ajaxurl.url, show_cc_data, function( response ) {
And line 47
From:
$.post( wmcc_ajaxurl, send_cc_data, function( response ) {
To:
$.post( wmcc_ajaxurl.url, send_cc_data, function( response ) {
- This reply was modified 3 years, 5 months ago by RubenMartins.
@bornforphp Thank you for your reply, I’ve tried to activate the plugin and deactivate it again. When trying to delete it returns the same error.
I’ve as well tried to reset the plugin to the default settings but still with the same error.
Using the WP Rollback plugin I set it back to 3.1.6 and I could delete it normally. So this is related with the 3.1.7(latest) version only.
@jkohlbach any additional info that I ca provide to help just let me know.
Forum: Plugins
In reply to: [Contact Form 7] GDPRAny update on this?
Forum: Themes and Templates
In reply to: [Zerif Lite] Latest Versions not described in ChangelogHello,
But from version 1.8.5.0 – 13/09/2016 jumps to version 1.8.5.17 – 25/04/2017
What happened in between?
Thanks
Forum: Themes and Templates
In reply to: [Zerif Lite] Latest Versions not described in ChangelogHello,
I’m seeing a new version on WordPress 1.8.5.16 and the changelog only shows the 1.8.5.0 not the following.
Can you please check?
Forum: Plugins
In reply to: [WP Store Locator] Insert image thumbnail in map InfoWindow markerPerfect!
Also how can I change to a bigger image? For example the “medium” size?
Thanks
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] xhr errors on embed-player.jsGreat works fine now ??
And improved speed in opening the page since there is no video or files to load from youtube.
Tanks.
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] xhr errors on embed-player.jsThanks for the quick response.
I will close this thread once the new release go out.
Tanks
Hi eventualo,
I already updated to the latest version and works like a charm ??
Tanks and congrats for the great plugin you developed.
Hello,
Please check your class .hidden {
display: none !important;
visibility: hidden !important;}
in https://takeachill.rubenmartinsweb.com/wp-content/plugins/salon-booking-system/css/admin.css?ver=1.0.5 line:3143
That is overtaken the default class .hidden of wordpress core especialy in .screen-options-wrap and .contextual-help-wrap notice that happening.Please modify you class name to not conflit with the core wordpress classes.
Tanks,
Rúben Martins