Title: imudo's Replies | WordPress.org

---

# imudo

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Fields for Contact Form 7] Hide mandatory fields?](https://wordpress.org/support/topic/hide-mandatory-fields/)
 *  [imudo](https://wordpress.org/support/users/imudo/)
 * (@imudo)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/hide-mandatory-fields/#post-8530632)
 * Hello,
 * Same problem here, and I have the last version of the plugin.
 * Can’t give you the link cause it is protected, how could I help ?
 * Thanks in advance for your reply,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by WooRockets.com] Remove stylesheets and javascript on which pagebuilder is not used](https://wordpress.org/support/topic/remove-stylesheets-and-javascript-on-which-pagebuilder-is-not-used-2/)
 *  [imudo](https://wordpress.org/support/users/imudo/)
 * (@imudo)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-stylesheets-and-javascript-on-which-pagebuilder-is-not-used-2/#post-6911956)
 * Ok, I’ve juste find the solution for the styles :
 *     ```
       function my_deregister_styles() {
       	wp_deregister_style( 'wr-pb-font-icomoon' );
       	wp_deregister_style( 'wr-pb-joomlashine-frontend' );
       	wp_deregister_style( 'wr-pb-frontend' );
       	wp_deregister_style( 'wr-pb-frontend-responsive' );
       }
       ```
   
 * Didn’t try for the scri^ts yet, but it must be something like :
 *     ```
       add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 );
   
       function my_deregister_javascript() {
       	wp_deregister_script( 'THE_HANDLE' );
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by WooRockets.com] Remove stylesheets and javascript on which pagebuilder is not used](https://wordpress.org/support/topic/remove-stylesheets-and-javascript-on-which-pagebuilder-is-not-used-2/)
 *  [imudo](https://wordpress.org/support/users/imudo/)
 * (@imudo)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-stylesheets-and-javascript-on-which-pagebuilder-is-not-used-2/#post-6911955)
 * Hello,
 * I have exactly the same question.
 * I already use Bootstrap CSS & JS with my theme, so I d’ont want to use theses
   files, even if the builder is used.
 * I guess we need to enqueued / deregister something via functions.php ?
    Something
   like that ? 🙂
 * Thanks in adavce for your help !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Before Download] Not working on WordPress.org 4.4?](https://wordpress.org/support/topic/not-working-on-wordpressorg-44/)
 *  [imudo](https://wordpress.org/support/users/imudo/)
 * (@imudo)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/not-working-on-wordpressorg-44/page/6/#post-6850271)
 * Thank you Dtynan for your feedback.
 * > You must use a field name of “your-name” and a field name of “your-email” for
   > the form names for a name field and an email field. That is a requirement of
   > EBD.
 * Ok, I didn’t know.
 * I’m moving now on holidays during 15 days, I’ll try when I’ll be back.
    And I’ll
   tell if it works.
 * Thank you again, I’m hopeful!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Before Download] Not working on WordPress.org 4.4?](https://wordpress.org/support/topic/not-working-on-wordpressorg-44/)
 *  [imudo](https://wordpress.org/support/users/imudo/)
 * (@imudo)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/not-working-on-wordpressorg-44/page/5/#post-6850259)
 * Hello,
 * Thank you for your feedback
 * > look at the detail for that file in Download Monitor (…) That URL should let
   > someone get to your download file and download it. If that doesn’t work, you
   > have problems that are not related to EBD. Please check that.
 * Ok for me, the download link works.
 * > imudo – I looked at your test page and I’m not sure how it could work because
   > the form (in the lower right of the page) does not seem to have a field named“
   > your-name” or a field named “your-email”. I think you’ll need those for it 
   > to work. I don’t know if those are messed up on your actual site or just the
   > test page.
 * The form in the footer of the page (in the black part) is only a form contact.
   
   I use the form above (in the white part) to download the document after submission.
 * Is the title / or the ID of my fields important ? I don’t understand exactly 
   what do you mean ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Before Download] Not working on WordPress.org 4.4?](https://wordpress.org/support/topic/not-working-on-wordpressorg-44/)
 *  [imudo](https://wordpress.org/support/users/imudo/)
 * (@imudo)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/not-working-on-wordpressorg-44/page/4/#post-6850245)
 * Hello,
 * I have the same problem on my website : download link doesn’t work, it leads 
   to a blank page.
    I created a test page here : [http://goo.gl/4ACuIN](http://goo.gl/4ACuIN)
   When I download, it opens a new page, with a url [http://www.website.com/wp-content/plugins/email-before-download/download.php?dl=123456789&#8230](http://www.website.com/wp-content/plugins/email-before-download/download.php?dl=123456789&#8230);
   but the page is blank, saying it is not correctly redirected.
 * I was already the plugin on an other website (not updated), and it works.
    Now
   this website is WP 4.4.1, and it doesn’t work.
 * Any idea ?
    Do you nedd I try somthing to make some tests ?
 * Thanks in advance for your help 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Home > download the index.php file](https://wordpress.org/support/topic/home-download-the-indexphp-file/)
 *  Thread Starter [imudo](https://wordpress.org/support/users/imudo/)
 * (@imudo)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/home-download-the-indexphp-file/#post-3285989)
 * For information, the website is at the root (“www” folder), and here is the content
   of my htaccess (if it can help ?) :
 *     ```
       SetEnv PHP_VER 5_3
       SetEnv REGISTER_GLOBALS 0
   
       # URL Rewriting
       Options +FollowSymlinks
       RewriteEngine on
       RewriteBase /
       RewriteRule locations/fr/gite/ index.php?page_id=36 [R=301,L]
       RewriteRule locations/fr/chalet_bois/ index.php?page_id=34 [R=301,L]
       RewriteRule locations/fr/roulotte/ index.php?page_id=32 [R=301,L]
   
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
   
       AddType video/ogg .ogv
       AddType video/mp4 .mp4
       AddType video/webm .webm
       ```
   
 * My website is hosted at OVH.
 * Here it is said there’s no link with the htaccess :
    [http://stackoverflow.com/questions/4561105/apache2wordpress-not-displaying-the-index-php-but-download](http://stackoverflow.com/questions/4561105/apache2wordpress-not-displaying-the-index-php-but-download)
 * But here the solution is in the htaccess :
    [http://forums.hostgator.com/wordpress-index-php-downloads-instead-opening-t76354.html?s=58a902887ecf21367a866ab9e272e7fd&amp](http://forums.hostgator.com/wordpress-index-php-downloads-instead-opening-t76354.html?s=58a902887ecf21367a866ab9e272e7fd&amp);
 * What would you advice me to test first ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jazzy Forms] [Plugin: Jazzy Forms] New email function](https://wordpress.org/support/topic/plugin-jazzy-forms-new-email-function/)
 *  [imudo](https://wordpress.org/support/users/imudo/)
 * (@imudo)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-jazzy-forms-new-email-function/page/3/#post-2688623)
 * Yes !!!!
 * I have just updated the last version and it works !
 * I’m so happy, thank you 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jazzy Forms] [Plugin: Jazzy Forms] show pulldown's selected option name on email contents instead of value](https://wordpress.org/support/topic/plugin-jazzy-forms-show-pulldowns-selected-option-name-on-email-contents-instead-of-value/)
 *  [imudo](https://wordpress.org/support/users/imudo/)
 * (@imudo)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-jazzy-forms-show-pulldowns-selected-option-name-on-email-contents-instead-of-value/#post-2880396)
 * Hello to everybody,
 * The plugin is very nice, but I have a problem with sending my form : when I click
   on the send-button, it stays blocked on “Sending…” position.
 * My form has many fields, I tryed to create a very simple new one, with only one
   field and one send-button, and it still doesn’t work.
 * And in the Email section (backoffice) of my form, I have :
    to : <my-adress@mail.
   com> from : Test Subject : Test Message : test test
 * I have already used others forms plugin on my website, so I don’t think I have
   any problem of configuration.
 * I don’t know where to start to search. Could you help me ?
 * I thank you in advance 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jazzy Forms] [Plugin: Jazzy Forms] New email function](https://wordpress.org/support/topic/plugin-jazzy-forms-new-email-function/)
 *  [imudo](https://wordpress.org/support/users/imudo/)
 * (@imudo)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-jazzy-forms-new-email-function/page/3/#post-2688621)
 * Hello to everybody,
 * The plugin is very nice, but I have a problem with sending my form : when I click
   on the send-button, it stays blocked on “Sending…” position.
 * My form has many fields, I tryed to create a very simple new one, with only one
   field and one send-button, and it still doesn’t work.
 * And in the Email section (backoffice) of my form, I have :
    to : <my-adress@mail.
   com> from : Test Subject : Test Message : test test
 * I have already used others forms plugin on my website, so I don’t think I have
   any problem of configuration.
 * I don’t know where to start to search. Could you help me ?
 * I thank you in advance 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DLG Client Upload] DLG Client Upload Errors](https://wordpress.org/support/topic/dlg-client-upload-errors/)
 *  [imudo](https://wordpress.org/support/users/imudo/)
 * (@imudo)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/dlg-client-upload-errors/#post-2428150)
 * Hello,
 * For me the problem is : files are not uploaded
 * When I send a file, it appears on the frontoffice / Repertory Page
    And I can
   also see it in the backoffice/user profile.
 * But I can’t download it, because the path in the link of the file is empty (and
   finish with the character “-” (?!))
    wwww.mywebsite/wp-content/uploads/dlg-client-
   upload/4/123456- And I arrive on a 404 Page.
 * And when I go on the FTP, there are no files in the dlg uploads repertory :
    
   Folders are created “1”, “2”, .. probably the users ID I guess. But there’s nothing
   inside.
 * It’s like informations of the file are created, but files are not uploaded.
 * A problem with the plugin or with my host ?
 * Thank you in advance for your help : )
 * PS : By the way : in the plugin admin, it is spoken about “Cemys extra fields”.
   
   Do we need it ? This plugin does not seem to exist.

Viewing 11 replies - 1 through 11 (of 11 total)