• Resolved lotusdove

    (@lotusdove)


    For some reason, some of my images are floating above the “frame” in the background of this template: https://surgeon-poet.com/wordpress/

    It works fine on this page: https://surgeon-poet.com/wordpress/about

    It must have something to do with the fact that there is no next on the page – i started to manually insert <p>  
    but i would like to avoid that – is there a fix so that the page will “see” the dimensions of the photo?

    Also, my friend asked me to install a “tag cloud of comments” on this site, similar to one he has installed on his non-wordpress site. https://surgeon-poet.com/comments.html

    This is different from the normal WP tag clouds because it isn’t pulling from tags – he updates a source file on the main server with the comments and it pulls from that.

    I tried a copy&paste of the script on the comment.html source page and it didn’t work. Here is what I have:

    <script type=”text/javascript”>
    var so = new SWFObject(“tagcloud.swf”, “tagcloud”, “500”, “500”, “7”, “#000000”);
    // uncomment next line to enable transparency
    // so.addParam(“wmode”, “transparent”);
    so.addVariable(“tcolor”, “0x0202F4”);
    so.addVariable(“tcolor2”, “0x0202F4”);
    so.addVariable(“hicolor”, “0x0202F4”);
    so.addVariable(“tspeed”, “100”);
    so.addVariable(“distr”, “true”);
    so.addVariable(“xmlpath”, “tagcloud.xml”);
    so.write(“flashcontent”);
    </script>

    Thank you! ??

Viewing 1 replies (of 1 total)
  • esmi

    (@esmi)

    some of my images are floating above the “frame”

    I can’t see any problems in Firebox. However, you could start by sorting out the validation errors in your theme. Then move onto the CSS errors.

Viewing 1 replies (of 1 total)
  • The topic ‘Two questions: Picture floating & Tag Cloud issues’ is closed to new replies.