Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m having the same problem. It appears that my digest cuts off at 11:59am instead of pm. My time settings on WP are set and the time is appearing correctly elsewhere.

    I am in the Pacific Time zone if that helps, currently -7UTC.

    Thread Starter darrellosborn

    (@darrellosborn)

    This problem is related to the FeedWordpress plugin. When I deactivated that plugin your dropdowns work fine. I noticed the same problem in the dropdowns for link categories – deactivating the FeedWordpress plugin fixed both issues.

    Thread Starter darrellosborn

    (@darrellosborn)

    The screen is stuck just like this…nothing will open, nothing will close. JavaScript functions everywhere else seem to be working ok.

    Thanks for your help.

    Screenshot

    I was having the same problem and it seemed to coincide with making changes to other plugins. It would be working fine, I would go in a make a change to another plugin and it would stop working.

    What I found that worked was to delete the contents of the cache folder and it would start working again.

    also make sure the cache folder is writable with permission of 755

    Thread Starter darrellosborn

    (@darrellosborn)

    I tried just that style sheet code first, but it didn’t like it. Oddly enough I stumbled onto a way to make the code in my post work by eliminating the “‘s altogether. Works on darrellosborn.com

    <li><img src=wp-content/themes/revolution_blog_split-10/images/icon_countdown.gif>

    Thread Starter darrellosborn

    (@darrellosborn)

    HEADER.PHP BELOW…

    ————————————
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;
    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”distribution” content=”global” />
    <meta name=”robots” content=”follow, all” />
    <meta name=”language” content=”en, sv” />

    <title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ :’; } ?> <?php bloginfo(‘name’); ?></title>
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <!– leave this for stats please –>

    <link rel=”Shortcut Icon” href=”<?php echo get_settings(‘home’); ?>/wp-content/themes/vertigo_v3/images/favicon.ico” type=”image/x-icon” />
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    <?php wp_head(); ?>
    <style type=”text/css” media=”screen”><!– @import url( <?php bloginfo(‘stylesheet_url’); ?> ); –></style>

    <script type=”text/javascript”><!–//–><![CDATA[//><!–
    sfHover = function() {
    if (!document.getElementsByTagName) return false;
    var sfEls = document.getElementById(“nav”).getElementsByTagName(“li”);

    for (var i=0; i<sfEls.length; i++) {
    sfEls[i].onmouseover=function() {
    this.className+=” sfhover”;
    }
    sfEls[i].onmouseout=function() {
    this.className=this.className.replace(new RegExp(” sfhover\\b”), “”);
    }
    }
    }
    if (window.attachEvent) window.attachEvent(“onload”, sfHover);
    //–><!]]></script>

    </head>

    <body>

    <div id=”header”>

    <div class=”headerleft”>
    /”><img src=”<?php bloginfo(‘template_url’); ?>/images/logo.png” alt=”<?php bloginfo(‘name’); ?>” />
    </div>

    <div class=”headerright”>
    <ul style=”align:right;” id=”nav”>

    • “>Home
    • <?php wp_list_pages(‘title_li=&depth=2&sort_column=menu_order’); ?>

    • “>RSS
    • </div>

      </div>

      <div id=”wrap”>

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