Forum Replies Created

Viewing 11 replies - 61 through 71 (of 71 total)
  • Thread Starter MarcelC

    (@imc67)

    Hi Aleksandar,

    thanks for your quick response, here are the first two:

    [youtube_channel playlist=PLiLk712kYzMM5RS2L934ZO6vRRozIyAA4 resource=0 num=8 random=0 ratio=3 responsive=0 display=thumbnail autoplay=0 norel=1 nobrand=1 noinfo=1 no_thumb_title=1]

    [youtube_channel playlist=PLiLk712kYzMM2acY2HwcruQapxRwQsScr resource=0 num=16 random=0 ratio=3 responsive=0 display=thumbnail autoplay=0 norel=1 nobrand=1 noinfo=1 no_thumb_title=1]

    Regards,

    Marcel

    I finally dared to update to 4.6.1 and plugin kept working without the workaround of @thibaultv

    @thibaultv thanks for the workaround anyway.

    Any news on this?
    What’s the experience of other plug-in users updating to WordPress 4.6?

    If this JSON API is not compatible with 4.6 I’m not able to update as we heavily depend on this API for our apps.

    Thread Starter MarcelC

    (@imc67)

    Hi Danny, thanks for your quick response!

    I was indeed used to the convenient way your plugin handled the welcome mail. I didn’t realised untill now that the subsribers got imported instead of subscribed. I just switched on ‘double opt-in’ and now all works fine.

    Thanks!

    Marcel Cramm

    Thread Starter MarcelC

    (@imc67)

    Thanks Lester for pointing to this file and lines. Are you planning to update the code with translateable tags for a next release? Otherwise everbody has to change this file manually with every update?

    @pixelwunder: indeed that was also my solution, only stop wp-polls, others still working, thanks

    found it!

    We use TagDiv Speedbooster and it puts the CSS to the end of the page. I stopped that and now it works, also with the coloured bars test I entered yesterday 🙂

    In your page source it ays:
    <link rel=’stylesheet’ id=’wp-polls-css’ href=’https://lesterchan.net/wordpress/content/plugins/wp-polls/polls-css.css?ver=2.69&#8242; type=’text/css’ media=’all’ />

    In ours:
    <link rel=’stylesheet’ id=’wp-polls-css’ href=’http://tvvalkenburg.tv/wp-content/plugins/wp-polls/polls-css.css?ver=4.6.2&#8242; type=’text/css’ media=’all’ />

    And the content of that file is:

    /*
    +—————————————————————-+
    | |
    | WordPress Plugin: WP-Polls |
    | Copyright (c) 2012 Lester “GaMerZ” Chan |
    | |
    | File Written By: |
    | – Lester “GaMerZ” Chan |
    | – http://lesterchan.net |
    | |
    | File Information: |
    | – Polls CSS File |
    | – wp-content/plugins/wp-polls/polls-css.css |
    | |
    +—————————————————————-+
    */

    .wp-polls-archive {
    /* background-color: #ffffff; */
    }
    .wp-polls, .wp-polls-form {
    /* background-color: #ffffff; */
    }
    .wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
    text-align: left;
    background-image: none;
    display: block;
    }
    .wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
    text-align: left;
    list-style: none;
    float: none;
    }
    .wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
    content: ”;
    }
    .wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
    display: inline;
    border: 0px;
    padding: 0px;
    margin: 0px;
    }
    .wp-polls-ul {
    padding: 0px;
    margin: 0px 0px 10px 10px;
    }
    .wp-polls-ans {
    width:100%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    /* background-color: #ffffff; */
    }
    .wp-polls-loading {
    display: none;
    text-align: center;
    height: 16px;
    line-height: 16px;
    }
    .wp-polls-image {
    border: 0px;
    }
    .wp-polls .Buttons {
    border:1px solid #c8c8c8;
    background-color: #f3f6f8;
    }
    /* Polls Archive Paging */
    .wp-polls-paging a, .wp-polls-paging a:link {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #0066cc;
    color: #0066cc;
    background-color: #FFFFFF;
    }
    .wp-polls-paging a:visited {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #0066cc;
    color: #0066cc;
    background-color: #FFFFFF;
    }
    .wp-polls-paging a:hover {
    border: 1px solid #000000;
    color: #000000;
    background-color: #FFFFFF;
    }
    .wp-polls-paging a:active {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #0066cc;
    color: #0066cc;
    background-color: #FFFFFF;
    }
    .wp-polls-paging span.pages {
    padding: 2px 4px 2px 4px;
    margin: 2px 2px 2px 2px;
    color: #000000;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    }
    .wp-polls-paging span.current {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    font-weight: bold;
    border: 1px solid #000000;
    color: #000000;
    background-color: #FFFFFF;
    }
    .wp-polls-paging span.extend {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    border: 1px solid #000000;
    color: #000000;
    background-color: #FFFFFF;
    }

    I have the same problem: after updating the poll bars dissappeared, even when reconfiguring i.e. the colors or type via your plugin settings they don’t appear.
    How can I make them appear? I don’t have the code from the CSS, I used the settings page.

    Thread Starter MarcelC

    (@imc67)

    Thanks! It’s working!

    Thread Starter MarcelC

    (@imc67)

    Thanks!

    I merged them and translated the missing and wrongly translated ones.

    Still on the results ‘page’ in the widget the words “Total Voters” and the button “Vote” are not translated.

    Do you know what goes wrong?

    Marcel.

Viewing 11 replies - 61 through 71 (of 71 total)