Juan Carlos
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Image Zoom] Hello, works with two or more images?Thank you so much…
Hello, is there someone there who can answer my question,” again the countdown disappeared, I do not know what more to do …
Forum: Plugins
In reply to: [Login Form Anywhere] Please help to not redirectWell, that was the first thing to try, but I get redirected to the post where this place the shortcode [loginform].
If you enter any product from this list https://www.proyectoswebtilia.info/pedrasa/carta-online/ and tries to buy as a test, without the logged rather than show you the message that the product was added to the cart, rises a “modal popup box” and within the form.
The plugin that makes it possible to “modal popup box” is “SB Modal”. Here a capture so that they better understand what I mean https://snap.ashampoo.com/uploads/2015-10-17/SATXTz3R.png
After using the form within the popup, you are logged in as is expected, but i am redirected to https://www.proyectoswebtilia.info/pedrasa/blog/sb_modals/iniciar-sesion-productos/
I am looking for it not redirect to any place, if not as biting in the same product woocommerce to then make possible the purchase.
I hope you can help me
GreetingForum: Plugins
In reply to: [Redirection] Missing argument 2 for wpdb::prepare()thank you very much friend, everything went well with the code you gave me.
greetings from PeruForum: Plugins
In reply to: [Redirection] Missing argument 2 for wpdb::prepare()Hi, between lines 105 and 113 of this file are this:
//check if the user is blog admin function is_user_blog_admin($user_id,$blog_id){ global $wpdb; $meta_key=$wpdb->prefix.$blog_id.'_capabilities';//.."_user_level"; $role_sql="SELECT user_id,meta_value FROM {$wpdb->usermeta} WHERE meta_key='". $meta_key."'"; $role=$wpdb->get_results($wpdb->prepare($role_sql),ARRAY_A); //clean the role
What should I do with this code?
Forum: Plugins
In reply to: [Redirection] Missing argument 2 for wpdb::prepare()Hello, wordpress version I have is 3.7.1, is a version in Spanish
Forum: Plugins
In reply to: [Redirection] Missing argument 2 for wpdb::prepare()Hi, I have a similar error.
Warning: Missing argument 2 for wpdb::prepare(), called in /home/user_cpanel/public_html/wp-content/plugins/limit-bogs-per-user.php on line 112 and defined in /home/user_cpanel/public_html/wp-includes/wp-db.php on line 992these are the codes:
/public_html/wp-content/plugins/limit-bogs-per-user.php on line 112 = $role=$wpdb->get_results($wpdb->prepare($role_sql),ARRAY_A);public_html/wp-includes/wp-db.php on line 992 =
function prepare( $query, $args ) {Any suggestions?
thank you very much