Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • 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,

    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' );
    }

    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 !

    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!

    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 ?

    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
    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… 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 🙂

    Thread Starter imudo

    (@imudo)

    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

    But here the solution is in the htaccess :
    http://forums.hostgator.com/wordpress-index-php-downloads-instead-opening-t76354.html?s=58a902887ecf21367a866ab9e272e7fd&amp;

    What would you advice me to test first ?

    Yes !!!!

    I have just updated the last version and it works !

    I’m so happy, thank you 😀

    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 : <[email protected]>
    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 🙂

    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 : <[email protected]>
    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 🙂

    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)