Title: Dario Corbelli's Replies | WordPress.org

---

# Dario Corbelli

  [  ](https://wordpress.org/support/users/sync3ds/)

 *   [Profile](https://wordpress.org/support/users/sync3ds/)
 *   [Topics Started](https://wordpress.org/support/users/sync3ds/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sync3ds/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sync3ds/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sync3ds/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sync3ds/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sync3ds/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/sync3ds/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/sync3ds/replies/page/2/?output_format=md)

 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Title label in Widget doesn’t show up](https://wordpress.org/support/topic/title-label-in-widget-doesnt-show-up/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/title-label-in-widget-doesnt-show-up/#post-14853503)
 * A registered sidebar needs to be called inside your theme. It’s not enough to
   simply declare it in the functions.php.
 * To do so you need to add the following code wherever you want it to appear (page.
   php, single.php, archive.php and so on):
 *     ```
       <?php if ( is_active_sidebar( 'footer-widget-col-one' ) ) : ?>
           <?php dynamic_sidebar( 'footer-widget-col-one' ); ?>
       <?php endif; ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Edit status bar](https://wordpress.org/support/topic/edit-status-bar/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/edit-status-bar/#post-14853472)
 * There are several ways to do it.
    1. Install a plugin to _hide the admin bar_ (just search for it in the “Add New
       Plugin” section in the WP admin panel)
    2. Add the following code to your functions.php:
        `add_filter( 'show_admin_bar','
       __return_false' );`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What does this update message mean?](https://wordpress.org/support/topic/what-does-this-update-message-mean/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/what-does-this-update-message-mean/#post-14851648)
 * Ok so it’s showing you that you have a new version of both the “translation and
   various other localisation fixes”, so i think you should simply re-install it,
   as it suggests.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What does this update message mean?](https://wordpress.org/support/topic/what-does-this-update-message-mean/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/what-does-this-update-message-mean/#post-14851454)
 * What happens if you click the link reported in the alert, in the first screenshot?
   What page does it load?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Old blog title showing at the end of post title in google](https://wordpress.org/support/topic/old-blog-title-showing-at-the-end-of-post-title-in-google/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/old-blog-title-showing-at-the-end-of-post-title-in-google/#post-14851440)
 * Google doesn’t update your website in real time. You need to wait for your changes
   to be visible inside the search results (it could take even several weeks).
 * Here is a useful resource from Google itself, for reference: [https://developers.google.com/search/docs/advanced/crawling/ask-google-to-recrawl](https://developers.google.com/search/docs/advanced/crawling/ask-google-to-recrawl)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Solution for products automatically moving to trash](https://wordpress.org/support/topic/solution-for-products-automatically-moving-to-trash/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/solution-for-products-automatically-moving-to-trash/#post-14851414)
 * They’re automatically moved to trash… when? Where? I think you missed some useful
   informations here…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I changed the url and don’t have php admin](https://wordpress.org/support/topic/i-changed-the-url-and-dont-have-php-admin/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/i-changed-the-url-and-dont-have-php-admin/#post-14849870)
 * You’re welcome!
 * (And yes, maybe it had an administrator account).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need a Number Animation plug-in with shortcode *input*](https://wordpress.org/support/topic/need-a-number-animation-plug-in-with-shortcode-input/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/need-a-number-animation-plug-in-with-shortcode-input/#post-14849651)
 * Hi [@brettttrent](https://wordpress.org/support/users/brettttrent/). First of
   all, where do you need to use this plugin? Are you using a theme editor (Gutenberg,
   Elementor, WP Bakery and so on)? Are you using the simple WP text editor? Are
   you writing your code in PHP?
 * Normally these kind of plugins make use of shortcodes to print their output so,
   if i’m not wrong, you’re looking for a shortcode inside a shortcode?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Marktplatz / Kleinanzeigen](https://wordpress.org/support/topic/marktplatz-kleinanzeigen/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/marktplatz-kleinanzeigen/#post-14849628)
 * Hi [@tommi8](https://wordpress.org/support/users/tommi8/), please type your post
   in english so everybody can help you.
    Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I changed the url and don’t have php admin](https://wordpress.org/support/topic/i-changed-the-url-and-dont-have-php-admin/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/i-changed-the-url-and-dont-have-php-admin/#post-14849526)
 * I’m wondering how did you succeed in changing the url of the website with an 
   Editor account…
 * Anyway, the only way to change the website URL from outside the wp-admin is by
   modifing the record directly on the DB (in the wp_options table). According to
   your post, you don’t have access to it so i’m sorry but i think your website 
   is lost.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I changed the url and don’t have php admin](https://wordpress.org/support/topic/i-changed-the-url-and-dont-have-php-admin/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/i-changed-the-url-and-dont-have-php-admin/#post-14845284)
 * > “why not change the url to my friends main one and save it, so now he can use
   > this web and use the new version”
 * What does it mean? In which way did you change that url?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] New endpoints not working](https://wordpress.org/support/topic/new-endpoints-not-working/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/new-endpoints-not-working/#post-4606892)
 * I’ve the same problem! I’ve already updated the plugin to the 2.1.2 version but
   i still get 404 for every endpoint.
 * [http://www.pugliafoodidea.com/](http://www.pugliafoodidea.com/)
 * Anyone found a solution for this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AWD Weight/Country Shipping for WooCommerce] donot work](https://wordpress.org/support/topic/donot-work/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/donot-work/#post-4412044)
 * You’re welcome!
    And happy new year to you too 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AWD Weight/Country Shipping for WooCommerce] donot work](https://wordpress.org/support/topic/donot-work/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/donot-work/#post-4412041)
 * Here is the final “init” function:
 *     ```
       function init() {
           $this->init_form_fields();
           $this->init_settings();
           $this->enabled = $this->get_option('enabled');
           $this->title = $this->get_option('title');
           $this->country_group_no = $this->get_option('country_group_no');
           $this->sync_countries = $this->get_option('sync_countries');
           $this->availability = 'specific';
           $this->countries = $this->get_option('countries');
           $this->type = 'order';
           $this->tax_status = $this->get_option('tax_status');
           $this->fee = $this->get_option('fee');
           $this->options = (array) explode( "\n", $this->get_option( 'options' ) );
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AWD Weight/Country Shipping for WooCommerce] donot work](https://wordpress.org/support/topic/donot-work/)
 *  [Dario Corbelli](https://wordpress.org/support/users/sync3ds/)
 * (@sync3ds)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/donot-work/#post-4412038)
 * Of course it is. “get_option” is a function.

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/sync3ds/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/sync3ds/replies/page/2/?output_format=md)