Profiles

  • Member Since: December 3rd, 2018
  • Find me on:
  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    I cant see what is illogical, please try this "trip": from this position (an inner…

  • Posted a reply to Some labels of selectors in the search box have changed, on the site WordPress.org Forums:
    Ok, this is working!

  • Created a topic, how can I make larger the right sidebar in wordpress edit post page?, on the site WordPress.org Forums:
    How can I make larger the right sidebar in wordpress e…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    submenus come out all in italian, so it's impossible to switch the language

  • Posted a reply to Some labels of selectors in the search box have changed, on the site WordPress.org Forums:
    the new code broke the site :(

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    I'm using (also for DEUTSCH) this but it's not working add_filter('wp_setup_nav_menu_item', 'sac_en_menu_link', 20, 1 );function…

  • Posted a reply to Some labels of selectors in the search box have changed, on the site WordPress.org Forums:
    This is my meta box: https://pastebin.com/FHSzwP7j

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    yes, my codes for English and German are the same than before, that is to…

  • Posted a reply to Some labels of selectors in the search box have changed, on the site WordPress.org Forums:
    So I should remove '<option value="">' inside here: $functionOspitiDropdown .= '<option value="">' . esc_html__('n.Guests', 'sacconicase')…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    This code is a progress because now if I click on the top menu link…

  • Created a topic, Some labels of selectors in the search box have changed, on the site WordPress.org Forums:
    why in my search box (orange, right sidebar) I see now…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    with || true every page was in italian I added PHP_INT_MAX but it didnt change…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    I did it but it is still not working. There must be some other interference,…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    I have tryed this but it doesnt work add_filter('wp_setup_nav_menu_item', 'sac_it_menu_link', 20, 1 );function sac_it_menu_link( $item_post…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    Shoud I change get_site_url( null, $_SERVER['REQUEST_URI']); into get_site_url( 'REQUEST_URI'); ?

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    I have this in wp-config define( 'WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST']);define( 'WP_HOME', 'https://' . $_SERVER['HTTP_HOST']); if…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    I tryed with a bigger number but I was not succesfull. If I have well…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    Maybe I have to put the conditional in another already existent filter?

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    I tryed the following but it doesnt work add_filter('wp_setup_nav_menu_item', 'sac_it_menu_link', 20, 1 );function sac_it_menu_link( $item_post…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    I'm reaching the goal? add_filter('wp_setup_nav_menu_item', 'sac_it_menu_link', 20, 1 );function sac_it_menu_link( $item_post ) { $locale =…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    you wrote 'ITALIANO' should be what ever the item’s title or label is. The point is…

  • Posted a reply to move custom taxonomies from right sidebar to main container in post edit page, on the site WordPress.org Forums:
    yes

  • Posted a reply to move custom taxonomies from right sidebar to main container in post edit page, on the site WordPress.org Forums:
    I suppose it's Gutemberg, by blocks, where can I check it?

  • Created a topic, move custom taxonomies from right sidebar to main container in post edit page, on the site WordPress.org Forums:
    How can I move custom taxonomies from right sidebar to…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    So, I have to create a new meta field specific for the italian?

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    In the place of ITALIANO should I add it_IT' ? Have I to create a…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    I tryed the “it” version but something went wrong, the new code is not effective…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    Ok, but I have to build a new filter function of just nest this code…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    it's working! Now I have to build the code for the italian version. First I…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    I got a fatal error. About english language I have: https://pastebin.com/k8dWkqEe

  • Posted a reply to speed up the opening of custom taxonomies, on the site WordPress.org Forums:
    I tryed with one custom taxonomy but it's not loaded before the others, all the…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    This is for filtering the link in german: https://pastebin.com/KLrjAu6y

  • Posted a reply to speed up the opening of custom taxonomies, on the site WordPress.org Forums:
    Maybe it's a good idea putting all the taxonomies code in a custom plug-in instead…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    I just have a specific menu custom field where I put the address of the…

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    I have to put this code in functions.php?

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    Ok, where I have to put the hands to start with? which file?

  • Posted a reply to switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    I'm doing everything by custom code

  • Created a topic, switching from an inner page in italian into an inner page into i.e english, on the site WordPress.org Forums:
    How can I switch from an inner page in italian into an…

  • Posted a reply to multilanguage shortcode, on the site WordPress.org Forums:
    I had to change 'periodo_affitti_$lang' into "periodo_affitti_$lang"

  • Posted a reply to speed up the opening of custom taxonomies, on the site WordPress.org Forums:
    hello. I already have Query Monitor, I get one php error when loading the edit…

  • Posted a reply to multilanguage shortcode, on the site WordPress.org Forums:
    I think there are more faults with parenthesis...:(

  • Posted a reply to multilanguage shortcode, on the site WordPress.org Forums:
    Many questions. I'll start with: 1)There is 1 more closing curly braces '}' found, I…

  • Created a topic, multilanguage shortcode, on the site WordPress.org Forums:
    I have some problems with the following add_shortco…

  • Posted a reply to speed up the opening of custom taxonomies, on the site WordPress.org Forums:
    hello, the edit post page opens quickly, it's just the custom taxonomies boxes that take…

  • Created a topic, speed up the opening of custom taxonomies, on the site WordPress.org Forums:
    In each edit post page in the right bar I have a large…

  • Posted a reply to 2 tags and only one check-box to filter, on the site WordPress.org Forums:
    Hi, I dont know where I can contact you, could you help me pls for…

  • Posted a reply to problem with mobile menu in german version, on the site WordPress.org Forums:
    I tryed the above code but I have the same problem

  • Posted a reply to problem with mobile menu in german version, on the site WordPress.org Forums:
    I thought I could try with <IfModule mod_headers.c> SetEnvIf Origin "http(s)?://(www\.)?(de.test.sacconicase.com|en.test.sacconicase.com)$" AccessControlAllowOrigin=$0$1 Header add Access-Control-Allow-Origin…

  • Created a topic, problem with mobile menu in german version, on the site WordPress.org Forums:
    I have this in .htaccess <IfModule mod_headers.c…

  • Created a topic, php error, on the site WordPress.org Forums:
    NoticeConstant WPCACHEHOME already defined wp-conf…