Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor webdorado

    (@webdorado)

    Dear radagast,

    Could you please give us a link, where you see this?
    Thank you.

    Thread Starter radagast

    (@radagast)

    it’s http://andrewswebsite.net/ (in the pop-out sidebar). 3 posts, auto-update YES, style 2

    the problem is that the posts are inserted with display:none.
    <div style=”display: none; overflow: hidden;” id=”randarticle_0″>

    thanks!

    Plugin Contributor webdorado

    (@webdorado)

    Dear radagast,

    Please note, that the plugin itself is not set to have display:none; style. It is inheriting the style of the website theme or being changed because of another plugin your website has.
    Please contact us to info@web-dorado.com and we will take a look at the problem closely.
    Thank you.

    Thread Starter radagast

    (@radagast)

    Hey I got it.
    watched the code execute, found that the last.fm plugin was causing a jQuery error with certain parameters, which meant that your plugin was able to set the display=’none’, but unable to set the fadeIn() on the same element.
    Is there a reason you use
    document.getElementById(‘randarticle_’+id).style.display=’none’;
    to hide the element when
    jQuery(“#randarticle_”+id+””).hide();
    would be more consistent?

    anyway, thanks for the suggestion, fixed for me now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘no posts, no error’ is closed to new replies.