Forum Replies Created

Viewing 8 posts - 31 through 38 (of 38 total)
  • Author
    Posts
  • in reply to: show avia elements for editors possible? #1336789

    Hi Mike,
    thanks for the hint, that was the right guess: I’m using the ‘User Role Editor Pro’ plugin and that was the cause.
    I was able to solve the problem.
    If the missing elements should also be shown for editors, you have to click the ‘Switch themes’ checkbox in the ‘Themes’ entry in that plugin.
    Then everything fits.
    See the following picture.
    Switch themes checkbox

    Thanks a lot for supporting me.
    Stefan

    in reply to: no theme update possible #1336597

    Hi, I sent you user + pass for temporay admin access some days before.
    Didn’t get any answer till yet, but I need one.
    I’m using enfold several times for paying customers.
    I am currently developing 2 websites.
    These are the subdomains for testing:

    Both websites have the same problem with updating the theme as described before.
    See temporary admin login in private content section below – same for the two URI’s.
    Thanks for supporting me
    Stefan

    • This reply was modified 2 years, 10 months ago by steridhh.
    in reply to: determine a target at the masonry gallery #1333564

    Perfect, thanks a lot, Ismael. That works.

    Hi Ismael, Yigit,
    thanks a lot for that.

    1A support.

    Stefan

    This reply has been marked as private.

    Hi Ismael, thanks for replying.

    It doesn’t matter whether the preloader is on or off. It’s always the same behavior.

    The overlay is never displayed, regardless of whether the preloader is switched on or off.

    I also wanted to avoid switching on the preloader as much as possible, because it delays the loading of the page very much.

    Do you want to have login data to see for yourself where the error could be.

    I have no idea.

    Thanks for supporting me.

    Stefan

    in reply to: Enfold & contact 7 columns styling #1269373

    Hey, I use this, that works:

    Copy that into the contact-form-7

    <div class=”wps-form”>
    <div class=”wps-form-row”>
    <div class=”wps-form-column”>
    [text* your-name class:vornachname placeholder “Ihr Name”]
    </div>
    <div class=”wps-form-column”>
    [email* your-email class:mailadresse placeholder “Ihre E-Mail-Adresse”]
    </div>
    </div>

    <div class=”wps-form-row”>
    <div class=”wps-form-column”>
    [text your-subject class:betreff placeholder “Betreff”]
    </div>
    </div>

    <div class=”wps-form-row”>
    <div class=”wps-form-column”>
    [textarea your-message class:ihre-nachricht placeholder “Ihre Nachricht”]
    </div>
    </div>
    <div class=”wps-form-row”>
    <div class=”wps-form-column_akzeptanz”>
    [acceptance acceptance-gdpr] Ich stimme zu, dass meine Angaben aus dem Kontaktformular zur Beantwortung meiner Anfrage erhoben und verarbeitet werden. Die Daten werden nach abgeschlossener Bearbeitung Ihrer Anfrage gelöscht.
    Hinweis: Sie können Ihre Einwilligung jederzeit für die Zukunft per E-Mail an ###### widerrufen.
    Einzelheiten dazu regelt unsere Datenschutzerklärung.
    </div>
    </div>
    <div class=”wps-form-row”>
    <div class=”wps-form-column_picture”>
    [cf7ic id:picture class:svgpicture]
    </div>
    <div class=”wps-form-column_send”>
    [submit “Senden” id:versenden]
    </div>
    </div>
    </div>
    ######################
    use this for acceptance dsgvo = tab Additional settings:

    acceptance_as_validation:on

    ########################################
    and this css in custom.css (or quick css)

    /*Formular stylen + Captcha*/

    /*Stylen der Formularelemente*/
    .vornachname, .mailadresse, .betreff, .ihre-nachricht, .svgpicture {font-size:0.9em !important; font-weight:500; background-color: rgba(250,250,250, 0.05); color:#611730 !important; padding:0 0 0 8px; border:none !important;} /*border-radius: 4px;*/
    .ihre-nachricht {padding:16px 0 0 8px;}
    .vornachname, .mailadresse {line-height: 2.8em !important;}
    .betreff {line-height: 2.8em !important;}
    .svgpicture,.wpcf7-not-valid-tip {color:#E3A381;}
    .beweis {margin:auto !important; text-align:left; width:80%; font-weight:400; color:#ddd;}
    input.vornachname, input.mailadresse, input.betreff {background-color: rgba(250, 250, 250, 0.05); color:#E3A381; padding:0 0 0 8px; border-color: rgba(57, 121, 120, 0.3);}
    /*.captcha-image {border: 1px solid #ddd; color:#ddd; border-radius: 4px;}*/
    .captcha-image label > input:checked + i {color:#dfdfdf;} /*Farbe ändern, wenn Bild ausgewählt/angeklickt/checked*/
    .kc_captcha {margin-left: -10px;}
    .wpcf7-not-valid-tip {margin-left:10px; font-weight:500; font-size:1.1em;}
    .wps-form {
    width: 90%;
    margin: 30px auto 50px auto;
    }
    .wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    }
    .wps-form-row .wpcf7-form-control {
    width: 100%;
    }
    .wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
    }
    /* Notebook / Desktop */
    @media only screen and ( min-width: 48em ) {
    .wps-form-row {
    flex-direction: row;
    }
    .wps-form-column, .wps-form-column_picture, .wps-form-column_send {
    padding: 0.5rem 1rem;
    }
    }

    /*Schrift innerhalb der Fomularfelder*/
    .wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap.your-message ::placeholder {color:#611730; font-size:18px;}

    /*submit button*/

    input.wpcf7-submit
    {
    border-radius: 4px !important;
    border:none;
    background-color: #E3A381 !important;
    color: #ddd;
    font-weight: 500;
    font-variant: small-caps!important;
    font-size: 1.1em;
    cursor: pointer;
    letter-spacing:0.1em;
    margin-top:10px;
    }

    /*Schriftfarbe im Button + bei hover*/
    input.wpcf7-form-control.wpcf7-submit {color:#611730 !important;}
    input.wpcf7-form-control.wpcf7-submit:hover {color:#cc0000 !important;}

    /* Farbe und Schriftfamilie für Satz ‘Beweisen sie , dass Sie ein Mensch sind*/
    .wps-form-column_beweis {color:#E3A381; padding-left:16px; font-size:0.8em !important; font-family: ‘open-sans’,’HelveticaNeue’,’Helvetica Neue’,’Helvetica-Neue’,Helvetica,Arial,sans-serif;}

    /*Schriftfamilie für ‘Wählen Sie…*/
    .cf7ic_instructions {font-family: ‘open-sans’,’HelveticaNeue’,’Helvetica Neue’,’Helvetica-Neue’,Helvetica,Arial,sans-serif;}

    /*Button umgebender div nach unten + Schriftfarbe bei hover*/
    .wps-form-column_send {margin-top:35px;}

    div.wpcf7-response-output {margin:-40px auto 30px auto !important; width:76%; border:1px solid #E3A381 !important; border-radius:4px; color:#E3A381 !important; font-size:1em;}

    /*Instruction ‘Wählen Sie’ als Block*/
    .cf7ic_instructions {display:block; font-size:20px !important;}

    /*Satz: Bitte beweisen Sie….*/
    .wps-form-column_beweis {font-size:20px !important;}

    /*######Struktur-CSS des Formulars#########*/
    .wps-form {
    width: 80%;
    margin: 30px auto 50px auto;
    }
    .wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    }
    .wps-form-row .wpcf7-form-control {
    width: 100%;
    }
    .wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
    }
    /* Notebook / Desktop */
    @media only screen and ( min-width: 48em ) {
    .wps-form-row {
    flex-direction: row;
    }
    .wps-form-column, .wps-form-column_picture, .wps-form-column_send {
    padding: 0.5rem 1rem;
    }
    }

    #########################
    I also use the additional plugin image captcha pro — > https://kccomputing.net/ no recptcha needed for security

    • This reply was modified 3 years, 11 months ago by steridhh.
    in reply to: I can't set a link at a hotspot #1188481

    Hey Yigit,
    thanks a lot – as I suspected: I was a blind man – what an easy solution.
    Best regards
    Stefan

Viewing 8 posts - 31 through 38 (of 38 total)