Viewing 15 replies - 1 through 15 (of 18 total)
  • https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.thebluntprophet.com%2F

    what is “vslider”? and “post-slider”? these might be your issue, though i haven’t checked the other two sites to see if you’re using them there… thebluntprophet takes forever to load up the first time as it is… however without refreshing (just waiting) the images finally showed up on the first shot.

    on second notice – the other two sites are taking forever to load up as well – and i’m on a cable connection… over a minute and counting right now…

    Thread Starter thebluntprophet

    (@thebluntprophet)

    I have noticed that also with the server. I am in talks with the ost now to move them to a newer server etc.

    vslider and postslider are part of the themes I use now for bluntprophet. SO as I said any theme it seems to do this for me.

    At least it showed for you now.

    I couldn’t even wait for the sites to appear… way too slow, all of them. At this moment I wouldn’t worry about anything else: just get a normal, faster host.
    (lady seems to be more patient: I don’t wait a minute or more just to see a site, sorry!)

    Thread Starter thebluntprophet

    (@thebluntprophet)

    Just copied and pasted this into my hosts trouble call system, hopefully will see something soon

    Thread Starter thebluntprophet

    (@thebluntprophet)

    Hosting is better now and I still and having to refresh once it supposedly loads. No matter what theme, what browser etc.

    Thanks

    Is 2.0.3 tuneup plugin installed?

    you have this also:

    https://validator.w3.org/check?uri=https://www.thebluntprophet.com/?p=3

    related to your <head> tags in your single page views. Might want to fix that, as thats going to be the first thing to lad into the browser window.

    Thread Starter thebluntprophet

    (@thebluntprophet)

    Yosemite I installed this plugin right away. Still getting it as far as I can tell.

    Whooami –
    This is my header file – Only one that has <head> anywhere

    <!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=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <style type=”text/css” media=”screen”>
    @import url(“<?php bloginfo(‘stylesheet_url’); ?>”);
    </style>

    <?php wp_head(); ?>

    </head>

    <body>

    Thread Starter thebluntprophet

    (@thebluntprophet)

    Can anyone tell me how to fix this 1 last error?

    I don’t think the head thingy is causing the problem, I’m experiencing the same problem and don’t know how to fix it either.

    Do you have your site hosted with Dreamhost by any chance? I was searching for similar topics and found someone with the same problem, he was hosting his blog on Dreamhost, just as I am.

    I can’t re-create this with FF 1.5.0.4… I just don’t see the problem you describe.

    Thread Starter thebluntprophet

    (@thebluntprophet)

    nfm I am on Dreamhost for my hosting. I have had another blog though with wordpress that I thought worked. Its been a while though. I will send them a help ticket now.

    Yosemite – basically what happens is when you click the link or type it in, it just shows up as a white page. Then you hit refresh and BAM it shows just fine.
    The coworker right next to me just experienced it.

    Thread Starter thebluntprophet

    (@thebluntprophet)

    Just submitted a site ticket. Hopefully its something they can take care of since most people are not seeing it happening or do not know what the error is.

    Thread Starter thebluntprophet

    (@thebluntprophet)

    Found that its a problem with the wp-cache plugin and PHP5.

    You need to do the following to the wp-cache-phase2.php file.

    Find: ob_end_clean()

    Replace with: ob_end_flush()

    It seems to be working. Will check back with you all if you need any more help.

    Ahh yes. Another good reason to read all the comments at the plugin author’s page. I learned that the hard way…

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Blank page, refresh issue?’ is closed to new replies.