Title: cnous's Replies | WordPress.org

---

# cnous

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution] Trouble with fancybox in shipping method](https://wordpress.org/support/topic/trouble-with-fancybox-in-shipping-method/)
 *  Thread Starter [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/trouble-with-fancybox-in-shipping-method/#post-16406531)
 * Still no answer ! It would be nice to answer…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution] Trouble with fancybox in shipping method](https://wordpress.org/support/topic/trouble-with-fancybox-in-shipping-method/)
 *  Thread Starter [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/trouble-with-fancybox-in-shipping-method/#post-16378171)
 * Hello I answer your mail and i still waiting for your analysis.
   Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution] Conflit ShopEngine/ElementorPro](https://wordpress.org/support/topic/conflit-shopengine-elementorpro/)
 *  [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/conflit-shopengine-elementorpro/#post-16378160)
 * Same for me with a Chronopost+elementor plugins… still no answer 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution] Trouble with fancybox in shipping method](https://wordpress.org/support/topic/trouble-with-fancybox-in-shipping-method/)
 *  Thread Starter [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/trouble-with-fancybox-in-shipping-method/#post-16293047)
 * I was able to move forward on the problem and see where it comes from. However,
   I can’t solve it.
    I did not receive an email from you, but we should be able
   to communicate… Can you please try to send me an email again? Otherwise I will
   provide you with a new address. Sorry, but I really need to move on. Thanks a
   lot.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution] Trouble with fancybox in shipping method](https://wordpress.org/support/topic/trouble-with-fancybox-in-shipping-method/)
 *  Thread Starter [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/trouble-with-fancybox-in-shipping-method/#post-16281644)
 * Thank you for your answer, but as I told you I did not receive anything on my
   mailbox (BCV).
    Can you please try again or provide me your address for a direct
   exchange? Thanks again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution] Trouble with fancybox in shipping method](https://wordpress.org/support/topic/trouble-with-fancybox-in-shipping-method/)
 *  Thread Starter [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/trouble-with-fancybox-in-shipping-method/#post-16272014)
 * Please…
    Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution] Trouble with fancybox in shipping method](https://wordpress.org/support/topic/trouble-with-fancybox-in-shipping-method/)
 *  Thread Starter [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/trouble-with-fancybox-in-shipping-method/#post-16267642)
 * Thank you but I did not receive a response… Really.
    Believe me, I wouldn’t bother
   you if that were the case. Can you please give me your instructions? Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReOrder Posts within Categories] Author capabilities](https://wordpress.org/support/topic/author-capabilities-2/)
 *  Thread Starter [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/author-capabilities-2/#post-14484328)
 * Thank you for your replies (and your work).
 * It still doesn’t work with this new version, but I found the problem.
 * In my case, but it may also be valid for others (?), I replaced: ‘my-users-posts’
   by ‘post’!
 * Which give :
 * add_filter (‘reorder_post_within_categories_capability’, ‘enable_editors’, 10,2);
   
   function enable_editors ($ capability, $ post_type) { // you can filter based
   on the post type if (‘posts’ == $ post_type) { $ capability = ‘publish_posts’;//
   Author role. } return $ capability; }
 * And it works now.
    Thanks again.
 * P.S. : I’ll send you some French translations…
    -  This reply was modified 5 years, 2 months ago by [cnous](https://wordpress.org/support/users/cnous/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReOrder Posts within Categories] Author capabilities](https://wordpress.org/support/topic/author-capabilities-2/)
 *  Thread Starter [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/author-capabilities-2/#post-14463484)
 * Yes and yes…
    Authors have access to “Posts” (“All posts” and “Add”), but not
   to “Categories” and not to “Reorder”…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] multilingual](https://wordpress.org/support/topic/multilingual-77/)
 *  Thread Starter [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/multilingual-77/#post-14334998)
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YayMail - WooCommerce Email Customizer] Download](https://wordpress.org/support/topic/download-37/)
 *  Thread Starter [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/download-37/#post-13701599)
 * Your work is very good, it’s a good start.
    But I can’t wait for you to integrate
   the features I need (Download and Polylang). Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Before download hook](https://wordpress.org/support/topic/before-download-hook/)
 *  Thread Starter [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/before-download-hook/#post-13066780)
 * Thank you a lot for your reply.
    What I’m trying to do is change a file (add 
   the customer name and the order number) before downloading. Whether right after
   payment or afterwards. Thank you for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reviews Plus] Content not Found](https://wordpress.org/support/topic/content-not-found-10/)
 *  Thread Starter [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/content-not-found-10/#post-12249651)
 * Have you let a test comment on the site “Test, just a test” ?
    Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reviews Plus] Content not Found](https://wordpress.org/support/topic/content-not-found-10/)
 *  Thread Starter [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/content-not-found-10/#post-12242102)
 * Yes there’s a message “Content not found”.
    Go to the URL [http://www.labdal.net/en/our-scripts/](http://www.labdal.net/en/our-scripts/)
   and click on “add or view comments”
 * You can try on French version ([http://www.labdal.net](http://www.labdal.net)
   + click on “Ajouer ou voir les commentaires”) or the German one ([http://www.labdal.net/de/unsere-skripte/](http://www.labdal.net/de/unsere-skripte/)
   + click on “Kommentar Anzeigen…”) It works, but not on English page.
 * Thank you for your help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Download Monitor] Redirect after download](https://wordpress.org/support/topic/redirect-after-download-2/)
 *  [cnous](https://wordpress.org/support/users/cnous/)
 * (@cnous)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/redirect-after-download-2/#post-11447426)
 * Same question here, i’d like to know how to redirect to a “thank page” after 
   a download… It could be (must be) a good thing !
 * Thank you

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

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