moisescalzo
Forum Replies Created
-
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] CapabilitiesThank you very much for your help! ??
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
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 ); }
Hello…
Version 5.5.5Forum: Plugins
In reply to: [Polylang] Polylang and Rewrite RulesHello,
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
In reply to: [Polylang] Polylang and Rewrite RulesHello Chouby,
I’m stuck on a plugin development for a website that use Polylang…
I need to add a custom rewrite_ruleadd_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…
MoiseForum: Plugins
In reply to: [Breadcrumb NavXT] Only first Alphabetical Taxonomy Term showing in trailHello 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-titleI’am doing something wrong or is a bug?
thank you in advance
Forum: Plugins
In reply to: [Polylang] How to sync custom fields with media attachmentsThank 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
In reply to: [Broadcast] Polylang compatibleHello,
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-deAfter, you have to put the Polylang custom field on the ThreeWP internal field whitelist:
here is a screenshot:https://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
In reply to: [Broadcast] Polylang compatibleNo, unfortunately ThreeWP Broadcast isn’t compatible with Polylang ??
You have to find some workaround to use both.
Forum: Plugins
In reply to: [Breadcrumb NavXT] CPT Taxonomy issueHello 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
MoiseForum: Plugins
In reply to: [Polylang] Polylang 1.5 beta ready for testsWarnings 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
In reply to: [Polylang] Polylang in a multisite environmentHello,
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
In reply to: [Polylang] Polylang in a multisite environmentok Chouby,
tomorrow I’ll do some tests.Forum: Plugins
In reply to: [Polylang] Polylang in a multisite environmentOk I will try to find a solution by another way, I let you know if I ll manage to do ??
Thank you