Polarwind
Forum Replies Created
-
SOLVED
——Thx for the info. Just to let you know that I solved the non-https issue. Works now on all devices.
Solution: I created FREE account (max 100 listeners // Audio up to 128kbps) with one of the many IceCast server providers that support https/SSL. From my local PC, In my recaster I added the https IceCast stream link. Works like a charm. This way I have :
my Radio software >> my recaster >> to my own local PC IceCast server (non-https DDNS)
and
my Radio software >> my recaster >> to my external IceCast server (HTTPS)
Looking forward to the update.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Need some help with CSSThank you. There seems to be something fishy with the input[type=”text”] parameter. When I use that part in my custom css input field, my wp-admin becomes unaccessible, gives error 500. I had to rename the plugin folder to regain access.
I tested by adding the sections one by one. When I found out what section was giving the problem, I testet by only using one of the two parameters.
.yikes-easy-mc-form.yikes-easy-mc-form-1 input[type=”text”] {
height: 42px;
padding: 6px 12px;
font-size: 20px;
font-weight: 200;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
}results in error 500.
.yikes-easy-mc-form.yikes-easy-mc-form-1 input[type=”email”] {
height: 42px;
padding: 6px 12px;
font-size: 20px;
font-weight: 200;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
}works just fine.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Need some help with CSSDone 😉
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Need some help with CSSHi Tracy,
I’ve updated the test page at http://Care4U.no/test. Now you see both your form plugin and the default one that I use. If you should notice that on the default form the background color is missing from the lower part of the form, just resize your window a bit (make it smaller). This is the reason I want to use your plugin, as there is something in the CSS code that brakes my form. But it should show you the colors, the margins etc.I hope this helps. Thank you 🙂
Forum: Fixing WordPress
In reply to: Can't update core from dashboardAdded this in my etc/hosts. Worked. Thx.
66.155.40.203 api.ww.wp.xz.cn