Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #994617

    Good evening folks,

    new question: some weeks ago I have noticed that the contact form-possibility
    in the text-block is disappeared. Why is that so? I liked it very much and I
    miss it very much, too. Please, I want it back! ;-)

    For your remember here is the code-block which I mean:
    [contact-form to=” (Email address hidden if logged out) ” subject=”name / Kontaktformular”][contact-field label=”Name” type=”name” required=”1″][contact-field label=”E-Mail” type=”email” required=”1″][contact-field label=”Kommentar” type=”textarea” required=”1″][/contact-form]

    In my mind, the functionality disappeared before 2 or 3 updates, but I can be wrong.
    Please enlighten me. ;-)

    Best regards
    Carsten

    #995050

    Hey Carsten,

    I’m not really sure what you meant, but the contact form shortcodes still works.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #995126

    Good Evening Nikko,

    thx for your answer! Of course I can give you my login-data, but before
    please read the next two sentences. Currently it is only a test for a customer.

    For better understanding please take look at the screenshot.
    Than you will understand me, I’m sure. :-)

    Best regards
    Carsten

    #995325

    Hi Carsten,

    I see, it was removed on text block since you already have the option to add the contact form via Advanced Layout Builder.
    The shortcodes can still be used though and you can still generate it using the Magic wand icon in the Default Editor.

    Best regards,
    Nikko

    #995474

    Hi Nikko,

    thx for your new answer!

    Now I understand. But I was a bit confused, because the form button just
    appeared again in the text block some time ago, although you already
    had the form option in the avia editor. Maybe it was a short mistake by Kriesi,
    which was corrected in the next update, who knows? ;-)

    Best regards
    Carsten

    #995526

    Hi Carsten,

    Glad it is there after all :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1019088

    Good Evening Folks,

    because that the thread isn’t already closed I come up with two new short questions
    to the same theme. :-)

    How can I change the font-size in the text-fields? And how can I change the colour
    of the words: Name / E-Mail / Message / etc.?

    I already have these css-snippets from you:
    ———————————————————————————————–
    #top .main_color input[type=”text”] , #top .main_color select
    {
    background-color: #ffffff;
    color: #35bcd1;
    }
    #top .main_color textarea{
    background-color: #ffffff;
    color: #35bcd1;
    }
    ———————————————————————————————–
    But with them I only can change the colour of the typing text. ;-) So, hwo can I
    change the other two things?

    Best regards
    Carsten

    #1019412

    Hi Carsten,

    For the font-size you can use the css snippets you have and it should work, if it doesn’t use the !important after the value to make sure it isn’t overriden by other css.
    As for the color, you can use the css placeholder for that:

    #top .main_color input[type="text"]::-webkit-input-placeholder {
      color: #35bcd1;
    }
    
    #top .main_color input[type="text"]::-moz-placeholder {
      color: #35bcd1;
    }
    
    #top .main_color input[type="text"]:-ms-input-placeholder {
      color: #35bcd1;
    }
    
    #top .main_color input[type="text"]:-moz-placeholder {
      color: #35bcd1;
    }

    Best regards,
    Nikko

    #1019696

    Good Evening Nikko,

    thx for your answer, but at the moment I’m a little bit confused about it,
    because I don’t know exactly how I can change the font-size with the
    old snippets? Of course I understand that I should use the old snippets,
    but with which new css-supplements? Please tell me that a little bit more
    concrete. ;-)

    The new snippets for the colour works fine…thx! But there is one word left…
    “message”! Please take a look at the screenshot. And another problem is,
    the old snippet for the button overwrite the word “send“. ;-/ Here is the old
    snippet:
    —————————————————————————————
    .avia_ajax_form .button {
    min-width: 100%;
    background-color: #ffffff !important;
    border: none;
    }
    —————————————————————————————
    How can I fix that? And of course here I want also change the font-size of
    the word “send”. ;-)

    I’m looking forward to your feedback!

    Best regards
    Carsten

    #1020088

    Good Evening again Nikko,

    after a little bit of brainstorming I understood what you ment yesterday. ;-)
    So, today I was able to change the font-size…yippi! :-)

    The problem with the word “message” and the “send button” remains.
    So, please help me to find here a solution…thx!

    Best regards
    Carsten

    #1020647

    Hi,

    #top .main_color input[button] {
    font-size: 18px;
    }

    Should change the text size of the button. Let us know if it works.

    Best regards,
    Basilis

    #1025992

    Hi Basilis,

    sorry for my late feedback and thx for your answer!
    In the meantime I fixed the problem with a developer on site.

    Now it works well, but my question related to the colour-change,
    because the size-problem was fixed before… Anyway…now
    everything is fine! :-)

    Best regards
    Carsten

    #1026092

    Hi Carsten,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.