Profiles

  • Member Since: December 3rd, 2018
  • Find me on:
  • Created a topic, Update failed. The response is not a valid JSON response., on the site WordPress.org Forums:
    I can't save posts anymore, I get an error message: "U…

  • Created a topic, boxes of custom taxonomies dont open (pop up) regularly, on the site WordPress.org Forums:
    I have 20 custom taxonomy boxes on my right sidebar in…

  • Posted a reply to Layout problems on laptop view, on the site WordPress.org Forums:
    I flushed the browser's cache but no news. Maybe you too you see the german…

  • Posted a reply to Layout problems on laptop view, on the site WordPress.org Forums:
    https://underscores.me/

  • Posted a reply to Layout problems on laptop view, on the site WordPress.org Forums:
    my theme comes from underscores, a starter theme, it's not a commercial theme

  • Created a topic, Layout problems on laptop view, on the site WordPress.org Forums:
    I have 2 problems: orange search-box on the right …

  • Created a topic, adding data on the right column of the the post edit page, on the site WordPress.org Forums:
    When I open a post edit page on the right column I hav…

  • Posted a reply to fixing a behaviour in my custom search functions, on the site WordPress.org Forums:
    I changed "any" into "post" and it works...!

  • Created a topic, fixing a behaviour in my custom search functions, on the site WordPress.org Forums:
    My custom code is here: https://pastebin.com/k38Nw0bt …

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    Ok, it works :)

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    About getting author meta, these fields remain the same, that is to say they are…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    I still cant get the email link in authors table list, probably I have to…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    I want to study a little bit Java Script in the meanwhile could you give…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    url = /* construct proper URL here with appropriate query string */; Should I use…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    Is this the way to determinate the selection? const selectElement = document.querySelector("#lingue_straniere");selectElement.addEventListener("change", (event) => {…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    I found a bit of code and tryed to adapt it const selectElement = document.querySelector(".lingue_link");const…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    I have also PHP errors: Undefined index: lingue_link I think I should have some "else"…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    Ok, now it works! Is there a way to have a "jump" effect? So that…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    https://pastebin.com/VQny34EN I'd like to do the same but from this position https://sacconicase.com/wp-admin/users.php?role=author not from the…

  • Posted a reply to Sanitizing a checkbox, on the site WordPress.org Forums:
    I found the error $checkbox_status = get_the_author_meta($post->ID, 'checkbox_6', true); The checkbox is in the edit…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    I put the code but I havent got any replace add_filter( 'get_shortlink', 'filter_short_links', 10, 1…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    add_filter( 'get_shortlink', 'filter_short_links', 10, 2 ); function filter_short_links ( $shortlink ) { if( $_GET['lingue_link'] ==…

  • Posted a reply to Sanitizing a checkbox, on the site WordPress.org Forums:
    Let's take this specific apartment: https://test.sacconicase.com/alloggio-6-posti-a-lignano-sabbiadoro-a-due-passi-dal-mare-e-dalla-zona-pedonale/#titolo_listino_prezzi This apartment has a $discount_post = 20% and the…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    I could start from add_filter( 'get_shortlink', 'filter_short_links', 10, 2 ); function filter_short_links ( $actions, $post…

  • Posted a reply to Sanitizing a checkbox, on the site WordPress.org Forums:
    The sense of what I am doing is the following: The discount concerning all prices…

  • Posted a reply to Breadcrumbs desappeared after updating, on the site WordPress.org Forums:
    Ok, If I have well understood I have to wait until the final 7.4.1 version…

  • Created a topic, Altering short links column, on the site WordPress.org Forums:
    The usual action hook to output table cell content is …

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    I'm using "admin columns"

  • Posted a reply to Sanitizing a checkbox, on the site WordPress.org Forums:
    it's not clear to me how I should change the code in my custom plug…

  • Created a topic, Breadcrumbs desappeared after updating, on the site WordPress.org Forums:
    The widget is no more visible and available, are you g…

  • Posted a reply to Sanitizing a checkbox, on the site WordPress.org Forums:
    The above code is in a custom plug in, instead the checkbox code is in…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    Ok, I understand I need a separate function, but with which hook? I tryed to…

  • Posted a reply to Sanitizing a checkbox, on the site WordPress.org Forums:
    I used the above code but I think I should correct also the following: $checkbox_status…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    Ok, there are not so many other positions: 1) down just before the last closing…

  • Posted a reply to Sanitizing a checkbox, on the site WordPress.org Forums:
    maybe with new above string I have to change the sanitize/save code? The current one…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    I don't know why but that Taiwanese "pizza" reminds me of certain flood bloggers who…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    Ok, now the selector is visible. Now I should add the "no option" option, that…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    add_action( 'restrict_manage_posts', 'short_link_filter', 10, 2 );function short_link_filter ( $post, $which ) { if ( 'post'…

  • Posted a reply to Sanitizing a checkbox, on the site WordPress.org Forums:
    The checkbox now stays checked, but how can I traduce in code your advice? Actually…

  • Posted a reply to Adding a conditional if a check box is checked, on the site WordPress.org Forums:
    unluckily it's not working. the code doesnt understand when checked and when unchecked

  • Posted a reply to Sanitizing a checkbox, on the site WordPress.org Forums:
    @bcworkz I tryed this combination, without effect <input type="checkbox" name="checkbox_6" id="checkbox_6" value="checkbox_6"<?php echo empty( get_the_author_meta(…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    Ok, I changed the code, but the selector is still invisible, this depends on the…

  • Posted a reply to Sanitizing a checkbox, on the site WordPress.org Forums:
    ok, I did <input type="checkbox" name="checkbox_6" id="checkbox_6" value="checkbox_6"<?php echo esc_attr( get_the_author_meta( 'checkbox_6', $user->ID ) );…

  • Posted a reply to Sanitizing a checkbox, on the site WordPress.org Forums:
    I changed something in my html <input type="checkbox" name="6" id="6" value="yes"<?php echo esc_attr( get_the_author_meta( '6',…

  • Posted a reply to Sanitizing a checkbox, on the site WordPress.org Forums:
    Unluckily the checkbox doesnt remain checked after I save the work...

  • Created a topic, Sanitizing a checkbox, on the site WordPress.org Forums:
    I'm used up to now to sanitize text areas and simple t…

  • Posted a reply to Adding a conditional if a check box is checked, on the site WordPress.org Forums:
    The checkbox will be in the author admin page so more like the following? get_the_author_meta(…

  • Created a topic, Adding a conditional if a check box is checked, on the site WordPress.org Forums:
    I have a code here: https://pastebin.com/KnYtcFr9 T…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    The code now has no errors but the filter doesnt appear in my https://test.sacconicase.com/wp-admin/edit.php

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    add_action( 'restrict_manage_posts', 'short_link_filter', 10, 2 );function short_link_filter ( $post, $which ) { if ( 'post'…