Profiles

  • Member Since: February 20th, 2017
  • Find me on:
  • Posted a reply to Gallery not visulized, on the site WordPress.org Forums:
    I'm not sure what happened but the problem now is solved I hope. the galleries…

  • Created a topic, Gallery not visulized, on the site WordPress.org Forums:
    The gallery does not appear, it keep showing the spinn…

  • Posted a reply to wp_kses_post custom html tags, on the site WordPress.org Forums:
    bcworkz Thanks. Regarding the custom tags, I've notice (I actually read it some where but…

  • Created a topic, wp_kses_post custom html tags, on the site WordPress.org Forums:
    I created some custom HTML tags, but when they pass th…

  • Posted a reply to No privilege ajax not working after WordPress update, on the site WordPress.org Forums:
    If I'm the only one with this problem it must be something on my code/server/setting...…

  • Posted a reply to No privilege ajax not working after WordPress update, on the site WordPress.org Forums:
    yes through the function: wp_localize_script( 'my_general_functions_js', 'my_var', array( 'ajaxurl' => admin_url( 'admin-ajax.php' ), 'nonce' =>…

  • Created a topic, No privilege ajax not working after WordPress update, on the site WordPress.org Forums:
    Hi, I'm working on local host Linux machine. I'm havin…

  • Created a topic, meassage_id Header, on the site WordPress.org Forums:
    I use "Easy WP SMTP" to send emails with WP wp_email()…

  • Posted a reply to Composer HTTP_Proxy problem, on the site WordPress.org Forums:
    thanks

  • Created a topic, Composer HTTP_Proxy problem, on the site WordPress.org Forums:
    Hi, I'm trying to use composer on a wamp server, but I…

  • Posted a reply to COMPRESS and UNCOMPRESS data for the database, on the site WordPress.org Forums:
    Ok, Thanks for the warning.

  • Created a topic, COMPRESS and UNCOMPRESS data for the database, on the site WordPress.org Forums:
    Hi, I'm trying to save some space on the database when…

  • Posted a reply to Custom page for a specific page returns the archive page, on the site WordPress.org Forums:
    Problem solved. In case someone will have a similar problem, It was my mistake, I…

  • Created a topic, Custom page for a specific page returns the archive page, on the site WordPress.org Forums:
    Hi I'm having a strange problem, in a project I'm work…

  • Posted a reply to does the function sanitize_text_field() prevent from db injections?, on the site WordPress.org Forums:
    I've seen in the official documentation that 'macbookandrew' also use the $wpdb::prepare method on the…

  • Posted a reply to does the function sanitize_text_field() prevent from db injections?, on the site WordPress.org Forums:
    ok thank you very much

  • Created a topic, does the function sanitize_text_field() prevent from db injections?, on the site WordPress.org Forums:
    Hi, I'm working on a database query using the $wpdb c…

  • Posted a reply to CSS first transition doesn’t work, on the site WordPress.org Forums:
    Thank you very much for your answer.

  • Created a topic, CSS first transition doesn’t work, on the site WordPress.org Forums:
    Hi, I'm not sure what I'm doing wrong, I Would like to…

  • Posted a reply to JavaScript event “change” doesn’t trig, on the site WordPress.org Forums:
    Hi Dion, thanks for your kind replay. I just checked, I commented the line this.disabled…

  • Created a topic, JavaScript event “change” doesn’t trig, on the site WordPress.org Forums:
    Hi, I'm working with javascript on a new custom color …

  • Posted a reply to wp_update_user() and then stops, on the site WordPress.org Forums:
    Solved.

  • Created a topic, wp_update_user() and then stops, on the site WordPress.org Forums:
    Hi, I'm working on my own function to update some user…

  • Posted a reply to Ajax Requests in a Loop, on the site WordPress.org Forums:
    Joy, Thank you once more for your prompt help, yes that's what I will do.

  • Posted a reply to Ajax Requests in a Loop, on the site WordPress.org Forums:
    Hi Joy, thank you for your prompt answer, I'd figured it was something like that.…

  • Created a topic, Ajax Requests in a Loop, on the site WordPress.org Forums:
    hi, I'm trying to implement a loop that every time mak…

  • Posted a reply to list_files() => error undefined function, on the site WordPress.org Forums:
    Thank you very much! very useful.

  • Posted a reply to list_files() => error undefined function, on the site WordPress.org Forums:
    Forget what wrote above the error still also before the get_header();, I made a mistake…

  • Posted a reply to list_files() => error undefined function, on the site WordPress.org Forums:
    Yes, of course. I made a test, and the error was generated because I called…

  • Posted a reply to list_files() => error undefined function, on the site WordPress.org Forums:
    I just tried and I've got exactly the same error "Call to undefined function list_files()".…

  • Created a topic, list_files() => error undefined function, on the site WordPress.org Forums:
    Hi, I'm trying to get the list of files of my custom t…

  • Posted a reply to Form page $_POST deactivation on page reload, on the site WordPress.org Forums:
    Thanks for your kind replay, I thought to the "new page redirecting" solution but I…

  • Created a topic, Form page $_POST deactivation on page reload, on the site WordPress.org Forums:
    Hi, I'm working on a form page, and I would like to av…

  • Posted a reply to Can I user the wp_mail() function with this plugin, on the site WordPress.org Forums:
    I solved the problem thanks. BTW in case some other person is interest in the…

  • Created a topic, Can I user the wp_mail() function with this plugin, on the site WordPress.org Forums:
    Hi can I use the standard wordpress wp_mail() functio…

  • Posted a reply to wp doesn’t send emails, on the site WordPress.org Forums:
    Double checking is always good... ;-) The plugin I'm using now is "wp mail smpt",…

  • Posted a reply to wp doesn’t send emails, on the site WordPress.org Forums:
    I didn't receive any email because wordpress will not send emails (so far). Does Connection:…

  • Created a topic, wp doesn’t send emails, on the site WordPress.org Forums:
    I'm writing a new plugin from which I would like to be…

  • Posted a reply to Ajax return the wrong data, on the site WordPress.org Forums:
    I used a trick to make the Ajax handling function work, I wrote my own…

  • Posted a reply to Ajax return the wrong data, on the site WordPress.org Forums:
    I just did it and the page returned is exactly as the page where the…

  • Posted a reply to Ajax return the wrong data, on the site WordPress.org Forums:
    here ids the javascript code: function loginAuth(){ if (!userName.value || !passWord.value) { loginMessage.classList.add('wrong'); submitLogin.disabled =…

  • Created a topic, Ajax return the wrong data, on the site WordPress.org Forums:
    I'm writing my own login Ajax procedure, and everythin…

  • Posted a reply to how to verify wp nonce using getJSON(), on the site WordPress.org Forums:
    I believe it's clear now; hopefully... ;-) bcworkz thank you very much for your help.

  • Posted a reply to how to verify wp nonce using getJSON(), on the site WordPress.org Forums:
    Thanks for the suggestions, I'll implement them in my code. I read in the forum…

  • Posted a reply to how to verify wp nonce using getJSON(), on the site WordPress.org Forums:
    Hi bcworkz, it seems that I was able to solve the problem using the "check_ajax_referer"…

  • Posted a reply to how to verify wp nonce using getJSON(), on the site WordPress.org Forums:
    Hi bcworkz sorry I probably didn't explain my problem correctly. The function, where I'm trying…

  • Created a topic, how to verify wp nonce using getJSON(), on the site WordPress.org Forums:
    Hi I'm trying to get the "current user ID" inside a RE…

  • Posted a reply to Ajax bad request 400, on the site WordPress.org Forums:
    Yes I forgot the enqueue hook, I just copied the part I was interested in…

  • Posted a reply to Ajax bad request 400, on the site WordPress.org Forums:
    There is any php or wordpress parameter to set in order to let ajax work?…

  • Posted a reply to Ajax bad request 400, on the site WordPress.org Forums:
    I checked, and actually the ntfId wasn't a string, but a number, strange because I've…