Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • da4kinov

    (@da4kinov)

    Thank you,hmgauna!
    You saved my day ?? Now sending only 1 email.

    Thread Starter da4kinov

    (@da4kinov)

    please email me at da4kinov[here is the monkey sign]abv.bg

    How did you solve the proble. I cannot change the Submit button text yet.

    Hello,
    I also have to translate the buttons/form but can’t find the lines where I need to replace. Can you help me?

    Triple up.
    Tell me how I’m going to editing.
    I found where to edit the validation (js) Does any body know how to edit form text and submit buttons.

    Kind regards
    Dimitar

    Thread Starter da4kinov

    (@da4kinov)

    Forum: Fixing WordPress
    In reply to: Table problems
    Thread Starter da4kinov

    (@da4kinov)

    This is what I’ve got. where to put this atribute? Am I need to declare a css class before that? and if yes where to add it?

    <table border="0">
    <tbody>
    <tr>
    <td><iframe src="https://maps.google.bg/maps?f=q&source=s_q&hl=bg&geocode=&q=%D0%91%D0%BE%D0%BD%D0%B6%D1%83%D1%80+%D0%9F%D0%B0%D0%BD%D0%B0%D0%B3%D1%8E%D1%80%D0%B8%D1%89%D0%B5&aq=&sll=42.50542,24.191593&sspn=0.052202,0.111494&vpsrc=6&ie=UTF8&hq=%D0%91%D0%BE%D0%BD%D0%B6%D1%83%D1%80&hnear=%D0%9F%D0%B0%D0%BD%D0%B0%D0%B3%D1%8E%D1%80%D0%B8%D1%89%D0%B5,+%D0%9F%D0%B0%D0%B7%D0%B0%D1%80%D0%B4%D0%B6%D0%B8%D0%BA&t=h&cid=7601852203964014987&ll=42.507176,24.189513&spn=0.007593,0.013733&z=16&iwloc=A&output=embed" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="480"></iframe></td>
    <td>?Hello<img class="aligncenter size-full wp-image-79" title="17.11.2011 г. 17-13-39 ч." src="https://bonjour-bg.com/wp-content/uploads/2011/11/17.11.2011-г.-17-13-39-ч..png" alt="" width="193" height="190" />I want to be higher</td>
    </tr>
    </tbody>
    </table>

    I followed your instruction and noting happened. Maybe I’m doing it wrong. Let me see:
    1. Create myjs.js file, saved in unicode:

    jQuery(document).ready(function($) {
    	$.extend($.validator.messages, {
    		required: "Eingabe n?tig",
    		email: "Bitte eine gültige E-Mail-Adresse eingeben"
    	});
    });

    then I sent it in theme folder respectively …/…theme/theme’sname/HERE
    2. Same place editing the function.php
    I put:
    wp_enqueue_script( 'my-visual-form-builder-validation', get_bloginfo( 'template_url' ) . '/myjs.js' , array( 'jquery', 'jquery-form-validation' ), '', true );
    rigth between <?php and ?>
    what to do after that? still won’t change.

    please contact me at skype: da4kinov
    Would like to talk about transaltion of thw text lines. If you need I can provide the translation for you next updates.
    thank you
    (edit)
    If I want to put these lines and make translation here? The question is where to put them?

    jQuery.extend(jQuery.validator.messages, {
        required: "This field is required.",
        remote: "Please fix this field.",
        email: "Please enter a valid email address.",
        url: "Please enter a valid URL.",
        date: "Please enter a valid date.",
        dateISO: "Please enter a valid date (ISO).",
        number: "Please enter a valid number.",
        digits: "Please enter only digits.",
        creditcard: "Please enter a valid credit card number.",
        equalTo: "Please enter the same value again.",
        accept: "Please enter a value with a valid extension.",
        maxlength: jQuery.validator.format("Please enter no more than {0} characters."),
        minlength: jQuery.validator.format("Please enter at least {0} characters."),
        rangelength: jQuery.validator.format("Please enter a value between {0} and {1} characters long."),
        range: jQuery.validator.format("Please enter a value between {0} and {1}."),
        max: jQuery.validator.format("Please enter a value less than or equal to {0}."),
        min: jQuery.validator.format("Please enter a value greater than or equal to {0}.")
    });

    Hi, Great plugin definitely!
    I would like to make translation to bulgarian. I was able to find only wrong telephone number code. I cannot find where to replace: This field is required.
    Also found the verification line text, but when I try to edit it says: Forbidden

    You don’t have permission to access /wp-admin/plugin-editor.php on this server.
    Do you have idea how to change the text?
    If I use Filezilla, do you know where the files are located?

    Also would like to resize the fields. Some of my fields are 1-2 signs so it would be great if I could make them smaller.

    Something else. The E-mail is working great. Just because my field’s names are written in bulgarian I receive E-mail (the reservation) with these simbols: %d0%b2%d0%b0%d1%88%d0%b5%d1%82%d0%be %d0%b8%d0%bc%d0%b5 the traslation of this is 3 lettered word “name” in bulgarian. Is there any way to make the code in UTF-8?

    (edit)Forgot to say that I put

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>

    in my .htaccess. Thought that it works, but I cannot edit visual-form-builder/visual-form-builder.php only ??

    Kind regards
    Dimitar

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