Eric Malalel
Forum Replies Created
-
Forum: Plugins
In reply to: [Broadcast] how to broadcast categories and custom taxonomiesHi,
I have made other tests, same results.
I have a debug file available, please tell me how to send it to you.Forum: Plugins
In reply to: [Broadcast] how to broadcast categories and custom taxonomiesok, will do that on monday, I have to leave know, 7.30pm here in France, time to start my weekend ??
Thanks for being so responsive.Forum: Plugins
In reply to: [Broadcast] how to broadcast categories and custom taxonomiesyes, I am logged in as super admin and taxonomies check box is checked.
I run PHP 7.should the taxonomies already exists in targeted sites?
- This reply was modified 7 years, 10 months ago by Eric Malalel.
Forum: Plugins
In reply to: [Nested Pages] Drag & drop working only sporadicallysame for me.
I use WP 4.7, and only the first drag and drop works fine.
After the first one, I am no longer able to rearrange pages by drag and drop.
You will probably fix that very quickly, thanks in advance.Forum: Hacks
In reply to: issue with hierarchical custom post typeThanks.
Meanwhile, I ended up using the get_page_by_path() function.
It returns null when called with “accueil-parcours-107”
and finds a post when called with “place-01/accueil-parcours-107”Forum: Hacks
In reply to: issue with hierarchical custom post typeThanks for feedback.
I have added this code which uses ChromePHP to help me see what happens:add_action('parse_query', 'kpcms_parse_query'); function kpcms_parse_query( $wp_query ) { $post = get_post($wp_query->post); if ( (get_post_type($post)=='kpcms_place') && ($post->post_parent !== '0') ) { ChromePhp::log('post name: ' . $post->post_name); ChromePhp::log('permalink: ' . get_permalink()); } }
I get this in the console:
begin parse query
log.js:137 post name: accueil-parcours-106
log.js:137 permalink: https://responsive.knowledgeplaces.com/places/place-01/accueil-parcours-106/
log.js:137 begin parse query
log.js:137 post name: accueil-parcours-106
log.js:137 permalink: https://responsive.knowledgeplaces.com/places/place-01/accueil-parcours-106/Sorry, don’t understand where to go from there
Forum: Plugins
In reply to: [WebVTT] subtitles not availableI agree, it’s working again, and I have changed nothing. weird…
But it works, so just close this, and thanks for feedback anyway.Forum: Plugins
In reply to: [Loco Translate] Translate po mo files associated to pagesOK thanks a lot.
I will dig into your documentation and I assume I should be able to handle it.
Also, I see there are plans for Loco here: https://localise.biz/plans
So, is the plugin free or will I need to upgrade to paid plans if I exceed 2000 translations?Forum: Plugins
In reply to: [Loco Translate] Translate po mo files associated to pagesMy plugin handles the text domain, but is it possible to associate multiple po/mo files to the same plugin? How will it be handled by Loco?
From the Loco admin interface, it seems I select a theme or plugin, and then I can edit the single po file associated to that theme/plugin, but I can’t see a list of files.
Please correct me if I’m wrong.Forum: Plugins
In reply to: [Multiple Domain] no domain admin page visiblesolved, was a cache issue
Forum: Plugins
In reply to: [WP-OAuth] How to add new OAuth provider?I have the same need to add a new, custom OAuth provider.
I would like to know if it is possible and how to proceed.
I also would like to know if this plugin works if my WP site is hosted on a Win 2012 / IIS 8.5 server.
Forum: Plugins
In reply to: [Contact Form 7] email sent by plugin tagged as spam by GmailI have installed and configured WP-Mail-SMTP and it saved my life, no more spams.
Hope it will work for you too.
Forum: Plugins
In reply to: [WebVTT] conflict when using chapters and subtitlesOK fine, so far I have decided to go with subtitles only.
OK will see how to handle that.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] compatibility issue with WordPress 4.5solved.
was not related to wp pro quiz but to divi theme from elegant themes.
updated divi and everything works fine.