Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter redstring

    (@redstring)

    to be honest I am no expert at this and would be worried about deactivating things in case I could not get things working again. I just don’t understand why it would work Ok on my desktop but not on my phone – do you have any clues.

    Forum: Plugins
    In reply to: plugin wp customer reviews
    Thread Starter redstring

    (@redstring)

    I have tried that but as yet nobody has offered a solution so I just wanted to throw it out there is a desperate attempt to get an answer.

    Thread Starter redstring

    (@redstring)

    Thanks can you help me with another problem I am trying to get a rotating banner to work and even when I use the sample java script I see the image but it does not rotate:

    sample script:

    <div id="banner"><script src="https://www.bu.edu/nis/lib/jquery/crossslide.js" type="text/javascript"></script><script type="text/javascript">// <![CDATA[
    jQuery(document).ready(function($) { $('#bannerimage').crossSlide({ sleep: 2, fade: 2, shuffle: 0 }, [
    { src: 'https://www.heatispower.org/visuals/2010/08/thinkagain1000.jpg' },
    { src: 'https://www.heatispower.org/visuals/2010/08/wastedheatatsunset1000.jpg' },
    { src: 'https://www.heatispower.org/visuals/2010/08/justlikerenewables1000.jpg' },
    { src: 'https://www.heatispower.org/visuals/2010/08/letscaptureit1000.jpg' }
    ]); });
    // ]]></script>
    <div id="bannerimage" style="height: 417px; width: 1000px; align: center;"><img src="https://www.heatispower.org/visuals/2010/08/thinkagain1000.jpg" alt="" /></div>
    </div>

    do I need to add anything else to make it work

Viewing 3 replies - 1 through 3 (of 3 total)