pakka
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend File Manager Plugin] how to ignore image title in free versionWhat about permissions for the subscriber? Do I need to change something?
Ich can choose between digest and digest/basic.
And took second one for rstp and Web.okay…. never post before you check it 😉
With my Hikvision cam this phrase auth=basecode does not work… :((
I found a thread in german where it is discussed. they suggest to use “http://Kamera-IP/Streaming/channels/1/picture?auth=AUTH-String” but my ds-2cd2085 still asks for user and password.awesome!
exactly what I was looking for!Danke Klaus 🙂
Forum: Themes and Templates
In reply to: [Sydney] header menu masks title and texthi,
but that was not my intention to increase the white space!
I want the top slider to mask the header-image instead of title and text.
Is that possible?Forum: Plugins
In reply to: [cForms - Light speed fast Form Builder] No Mails transmittedIs there a option to delimit the Problem?
When I could send an Email with the PHP mailing function Out of a Site the Problem would be in your Code!?Forum: Plugins
In reply to: [cForms - Light speed fast Form Builder] No Mails transmittedhmmm… I tried it with other form-plugins (ContactForm7, …) and they all send emails without a problem.
Forum: Plugins
In reply to: [cForms - Light speed fast Form Builder] No Mails transmittedHi!
I still get no submission mails!
what mail-plugin do you suggest?
Like I said, test mails were sent from WP-Mail-SMTP Plugin. In settings I checked “send all mails with SMTP”…
Any idea!?Forum: Plugins
In reply to: [cForms - Light speed fast Form Builder] CSS-Tags and Button-Languagehi,
thanks for your example. that´s what I needed 😉
But it still doesn´t work for me.
maybe it´s the position where the stylesheet is included? the customizer implements my changes with your example in line 155 in my site-code. Your CSS-codes are imported in line 480:
<link rel='stylesheet' id='cforms_bs-css' href='http://hochtiet.langenberg.me/wp-content/plugins/cforms-plugin/admin/css/bootstrap-3.1.1.css?ver=3.0.0' type='text/css' media='all' />Forum: Plugins
In reply to: [cForms - Light speed fast Form Builder] No Mails transmittedhmm… I installed a smtp plugin now, test mail is okay from within that plugin.
but the form still doesn´t alert… But it´s listed in submissions.thanks for your help!!!
Forum: Plugins
In reply to: [cForms - Light speed fast Form Builder] required radio buttonsok! thanks for your info!
Forum: Plugins
In reply to: [cForms - Light speed fast Form Builder] CSS-Tags and Button-LanguageTranslation with “say what?” does not fix the problem because I can not find the strings ” __(), _e(), _n(), or _x(), ” in the code!?
Forum: Plugins
In reply to: [cForms - Light speed fast Form Builder] CSS-Tags and Button-LanguageI would be happy, if i could change the background-color of a checked button…
Forum: Plugins
In reply to: [cForms - Light speed fast Form Builder] CSS-Tags and Button-Languageokay.. in my case I have this radio-button group:
<div class="form-group input-radio"> <label for="field_14" class="control-label label-14 label-hidden"> kommt * </label> <div class="form-control-div"> <div class="btn-group" data-toggle="buttons"> <label class="btn btn-default"> <input type="radio" name="field[14]" id="field_14_0" class="form-control required" value="yes" required="required" /> Juhu! </label> <label class="btn btn-default"> <input type="radio" name="field[14]" id="field_14_1" class="form-control required" value="no" required="required" /> Nein... </label> </div> </div> </div>So I tried to modify the Custom Styles in my customizer like this:
.form-control { background-color: #300; } .form-control:focus { background-color: #000; } .form-control:checked { background-color: #f00; }but nothing worked!?
Forum: Plugins
In reply to: [cForms - Light speed fast Form Builder] CSS-Tags and Button-Languagewhat really would help me is a list of classes that effect a chance, for the background, all textfields, radiobuttons, etc.
I found that for cforms2 plugin but that seems not to match with this plugin.