Title: moisescalzo's Replies | WordPress.org

---

# moisescalzo

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Capabilities](https://wordpress.org/support/topic/capabilities-14/)
 *  Thread Starter [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/capabilities-14/#post-8514593)
 * Thank you very much for your help! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Stop new user registration with hooks](https://wordpress.org/support/topic/stop-new-user-registration-with-hooks/)
 *  Thread Starter [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [11 years ago](https://wordpress.org/support/topic/stop-new-user-registration-with-hooks/#post-6179416)
 * Thank you for your answer but maybe I wasn’t clear enough in my question (sorry
   for this)…what I need isn’t to stop user registration at all but only after some
   backend checks like fields validation…
 * ty
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] em-events.php bug report](https://wordpress.org/support/topic/em-eventsphp-bug-report/)
 *  Thread Starter [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/em-eventsphp-bug-report/#post-5949206)
 * Hello,
    no errors, but on calling this EM_Events::get and passing a numeric array
   like array(25, 30) it return an empty result.
 * the complete code used is
 * `EM_Events::get( array(25, 30 ) );`
 * my actual work around is:
 *     ```
       foreach ( $args as $ID ) {
   
       				$this->events[] = new EM_Event( $ID );
       			}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] em-events.php bug report](https://wordpress.org/support/topic/em-eventsphp-bug-report/)
 *  Thread Starter [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/em-eventsphp-bug-report/#post-5949173)
 * Hello…
    Version 5.5.5
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Polylang and Rewrite Rules](https://wordpress.org/support/topic/polylang-and-rewrite-rules/)
 *  [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/polylang-and-rewrite-rules/#post-4654995)
 * Hello,
    thank you for your answer… after a few hours of debugging I noticed that
   my rule is interpreted as a page (fisically does not exist on db) because I’m
   using a template_redirect action to emulate a new page with the webservice as
   output.
 * I tried some new rules but no one works…
 * an exemple of what I tried is:
 *     ```
       add_rewrite_rule( '(it|en)/webservice/([a-zA-Z0-9_-]+)$', 'index.php?lang=$matches[1]&webservice=1&service=$matches[2]', 'top' );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Polylang and Rewrite Rules](https://wordpress.org/support/topic/polylang-and-rewrite-rules/)
 *  [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/polylang-and-rewrite-rules/#post-4654993)
 * Hello Chouby,
    I’m stuck on a plugin development for a website that use Polylang…
   I need to add a custom rewrite_rule
 * `add_rewrite_rule( 'webservice/([a-zA-Z0-9_-]+)?$', 'index.php?webservice=1&service
   =$matches[1]', 'top' );`
 * but when I flush rules, all custom post types with polylang they break…
    If I
   deactivate Polylang all works great…
 * any idea?
 * thank you in advance…
    Moise
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Breadcrumb NavXT] Only first Alphabetical Taxonomy Term showing in trail](https://wordpress.org/support/topic/only-first-alphabetical-taxonomy-term-showing-in-trail/)
 *  [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/only-first-alphabetical-taxonomy-term-showing-in-trail/#post-5462064)
 * Hello John,
    I have a similar problem… I have a CPT named **locations** with 
   a taxonomy named location_category which is hierarchical.
 * Now when I navigate through taxonomies the breadcrumb trail work great
 * exemple:
    **home/category-1/subcategory-2/subcategory-3** but when I click on
   the post related to the subcategory-3 the trail skyp this one like this:
 * **home/category-1/subcategory-2/my-post-title**
 * as you cans see, normally, before the “my-post-title” should be a “subcategory-
   3”
 * so the failed trail is:
    **home/category-1/subcategory-2/my-post-title** instead,
   the right trail should be: **home/category-1/subcategory-2/subcategory-3/my-post-
   title**
 * I’am doing something wrong or is a bug?
 * thank you in advance
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] How to sync custom fields with media attachments](https://wordpress.org/support/topic/how-to-sync-custom-fields-with-media-attachments/)
 *  Thread Starter [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/how-to-sync-custom-fields-with-media-attachments/#post-5449084)
 * Thank you very much, the function workS perfectly.
 * Your plugin is very good and your support too.
 * On your site I can’t find a way to make a donation, you have a link to Paypal
   or similar?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Broadcast] Polylang compatible](https://wordpress.org/support/topic/polylang-compatible/)
 *  [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/polylang-compatible/#post-4898771)
 * Hello,
    I found a little workaround but before that you have to:
 * Add the languages you need to diffuse in all the sites with the same language
   code:
 * Eg:
    Parent site with lang-en and lang-de Child site with lang-en and lang-de
 * After, you have to put the Polylang custom field on the ThreeWP internal field
   whitelist:
    here is a screenshot:
 * [http://postimg.org/image/e8wh1znrj/](http://postimg.org/image/e8wh1znrj/)
 * the annoying thing with this workaround is that you have to put on the ThreeWP
   internal field whitelist all the custom fields you need to diffuse (like in my
   screenshot)
 * bye
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Broadcast] Polylang compatible](https://wordpress.org/support/topic/polylang-compatible/)
 *  [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/polylang-compatible/#post-4898769)
 * No, unfortunately ThreeWP Broadcast isn’t compatible with Polylang 🙁
 * You have to find some workaround to use both.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Breadcrumb NavXT] CPT Taxonomy issue](https://wordpress.org/support/topic/cpt-taxonomy-issue/)
 *  Thread Starter [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/cpt-taxonomy-issue/#post-5412731)
 * Hello John,
    thank you for your reply…a little update, I saw that this issue 
   rises only if I’m logged in.
 * This is a little strange…
 * if it can help you, I’m on multisite environment and the “bugged” page is an 
   archive page of custom taxonomies.
 * I can’t understand why the is_search() function return true if I’m logged in 
   🙁
 * thank you
    Moise
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Polylang 1.5 beta ready for tests](https://wordpress.org/support/topic/polylang-15-beta-ready-for-tests/)
 *  [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/polylang-15-beta-ready-for-tests/#post-4833858)
 * Warnings on 1.5 beta:
 * Notice: Undefined index: description_ch-en in /home/chiccodo/public_html/wp-content/
   plugins/polylang/admin/admin-filters.php on line 94
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Polylang in a multisite environment](https://wordpress.org/support/topic/polylang-in-a-multisite-environment/)
 *  Thread Starter [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/polylang-in-a-multisite-environment/#post-4874021)
 * Hello,
    1.5beta installed and tested, all seems to work properly.
 * I solved my issues for multisite in this way: now I set German as default language
   for the second site and it works as you can see at this url: Chiccodoro.com/de
   
   The English version, instead, works as you can see from this url: Chiccodoro.
   com/de/en/. It’s not exactly the way I wanted but it is a great solution as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Polylang in a multisite environment](https://wordpress.org/support/topic/polylang-in-a-multisite-environment/)
 *  Thread Starter [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/polylang-in-a-multisite-environment/#post-4873991)
 * ok Chouby,
    tomorrow I’ll do some tests.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Polylang in a multisite environment](https://wordpress.org/support/topic/polylang-in-a-multisite-environment/)
 *  Thread Starter [moisescalzo](https://wordpress.org/support/users/moisescalzo/)
 * (@moisescalzo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/polylang-in-a-multisite-environment/#post-4873928)
 * Ok I will try to find a solution by another way, I let you know if I ll manage
   to do 🙂
    Thank you

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

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