JesusGon
Forum Replies Created
-
Forum: Plugins
In reply to: [wpForo Forum] little mistakeOK, perfect, great job, thank you
Forum: Plugins
In reply to: [Yoast SEO] Problem after update to version 4.7As administrator works, other roles as editor does not work
Forum: Fixing WordPress
In reply to: Botón Subir imágenes o archivos no funcionaSí, parece un fallo de wordpress con chrome, ?pero hay alguna solución?
Forum: Plugins
In reply to: [WooCommerce] I can not change Tax RatesoK
Forum: Plugins
In reply to: [WooCommerce] I can not change Tax Ratesi directly change the sql and works
Forum: Plugins
In reply to: [WooCommerce] I can not change Tax RatesCan be changed directly in SQL ?, change the country “ES” for all country
Forum: Plugins
In reply to: [WooCommerce] I can not change Tax RatesIn debug mode says this…..
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Services_JSON_Error has a deprecated constructor in /home/****/wp-content/plugins/redsys/apiRedsys/json.php on line 781
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Services_JSON_Error has a deprecated constructor in /home/***/wp-content/plugins/redsys/apiRedsys/json.php on line 795
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; UDESIGN_Theme_Options has a deprecated constructor in /home/***/udesign_options_page.php on line 17
Notice: Undefined index: show_breadcrumbs in /home***/functions.php on line 1069
Notice: Undefined index: show_breadcrumbs in /home/****/u-design-woocommerce.class.php on line 145I turn off all the plugin that appears there, and nothing, not save
I turned off almost all plugin, but not
In the area of “Options taxes” if the changes are saved
in … Standard Rates | Rate Reduced Rates | Zero Rate Rates, fails to save the changesForum: Plugins
In reply to: [Login for Google Apps] Login Button DisappearedNo is problem of Captcha by BestwebSoft
Forum: Plugins
In reply to: [Login for Google Apps] Login Button DisappearedThe buttons disappear when activating the plugin
Captcha by BestWebSoftincompatibility?
Forum: Plugins
In reply to: [Plugin Organizer] Alerts 0Yes indeed, I use wpml and visual composer.
But they do not say how to solve the problemVersión 0.5.8 This version does work properly with Spanish sign
And there is a small bug with slider revolution does not change the direction of images
But its great
I just used the version 0.5.8 and it is working properly
Hello I am Spanish and usually use your doplicator plugin.
What rafa3000 says is right.
The latest versions they always error in the name of the files, does not accept accented characters, it does not work with ?.The problem is in this function that I use for anyone unable to view Wp-admin
The problem is in this function that I use for anyone to see Wp-admin
Can you think of any solution to you?
Thanks//Solo Administradores nivel4 entra en wp-Admin
// function restringir_login(){
// global $current_user;
// get_currentuserinfo();
//
// if ($current_user->user_level < 4) {
// wp_redirect( get_bloginfo(‘url’) );
// exit;
// }
//
// }
// add_action(‘admin_init’, ‘restringir_login’, 1);