Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I too cannot get this to display in my sidebar. Using v3.3.1, child theme of 2010. It appears as a widget to drag around, but won’t appear. I can drag other widgets into the same area, and they do show.

    Dang! Now I have installed and tested on Chrome, and the same exact problem!! Turned off Javascript, and it shows.

    Seems the background color of the BODY is all that shows up and is covering everything? This is in Safari 4 and in Chrome 2. The page is there, but covered? Javascript problem, or me? I am running WinXP Home SP2.

    I spoke too soon… again I cannot see my pages in Safari 4 for PC. There is source code, so I know it’s there! And turning off javascript in the browser does fix it.

    What could I be doing wrong? Here’s the Heading section of code I get:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
      <head>
    
    <meta name='robots' content='noindex,nofollow' />
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://anniefink.com/wordpress/xmlrpc.php?rsd" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://anniefink.com/wordpress/wp-includes/wlwmanifest.xml" />
    <script type='text/javascript' src='https://anniefink.com/wordpress/wp-includes/js/jquery/jquery.js?ver=1.2.6'></script>
    <script type='text/javascript' src='https://anniefink.com/wordpress/wp-content/plugins/lightbox-plus/js/jquery.colorbox-min.js?ver=2.7.1'></script>
    <meta name="generator" content="WordPress 2.7.1" />
    
    <script type="text/javascript">
    jQuery(function($){
      $(document).ready(function(){
      $.fn.colorbox.settings.transition = "elastic";
      $.fn.colorbox.settings.speed = 350;
      $.fn.colorbox.settings.maxWidth = "90%";
      $.fn.colorbox.settings.maxHeight = "90%";
      $.fn.colorbox.settings.resize = true;
      $.fn.colorbox.settings.opacity = 0.85;
      $.fn.colorbox.settings.preloading = false;
      $.fn.colorbox.settings.current = "Image {current} of {total}";
      $.fn.colorbox.settings.previous = "previous";
      $.fn.colorbox.settings.next = "next";
      $.fn.colorbox.settings.close = "close";
      $.fn.colorbox.settings.overlayClose = false;
      $.fn.colorbox.settings.slideshow = true;
      $.fn.colorbox.settings.slideshowAuto = false;
      $.fn.colorbox.settings.slideshowSpeed = 500;
      $.fn.colorbox.settings.slideshowStart =  "start";
      $.fn.colorbox.settings.slideshowStop = "stop";
      $("a[rel*=lightbox]").colorbox();
      });
    });
    </script>
    <link rel="stylesheet" type="text/css" href="https://anniefink.com/wordpress/wp-content/plugins/lightbox-plus/css/lightweight/colorbox.css" media="screen" />
    
    <title>
      annie fink designs</title>
    
    <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 
    
        <style type="text/css" media="screen">
          @import url( https://anniefink.com/wordpress/wp-content/themes/annie/style.css );
        </style>
    
        <link rel="pingback" href="https://anniefink.com/wordpress/xmlrpc.php" />
    
    <!--[if lte IE 7]>
    <style type="text/css">
    #content { padding-top: 160px; }
    </style>
    <![endif]--> 
    
      </head>

    Thanks!

    duh… took a tad more research, but I finally realized it was because I had my wp-head() code AFTER my other style sheets were declared. I was cascading the wrong direction! So now Safari works, though I am struggling with how much smaller all my text-sizes are!!

    I run Safari 4 on WinXP and the activation of this plugin made the entire site disappear in that browser. Deactivate it, all is well. Other browsers (on my PCs) are fine with it so far… Opera, IE 7, Foxfire 3.5. I have no other javascript happening, just the usual PHP.

    If I knew how to tell WordPress — IF Safari DO NOT load this plugin– then I would do that, but I have no idea how. Any other work-arounds (or fixes) would be much appreciated!

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