• Resolved kosaidpo

    (@kosaidpo)


    hi everyone im using the pluggin feedburner feedsmith and feed doesnt work correctly idk why (well thats why im here :D) when i suscribe to my feed everything goes ok but when i want to see the articles of my blog it gives me this msg “loadin failed”
    this is my site http://xsaiddx.0fees.net/ by the way
    and i’ve tried to validate my feed but it gives me this error

    http://feedvalidator.org/check.cgi?url= … .com%2Ffe1

    and i wanted to put my hands in the code but idont realy kno where to find it

    so guys any ideas or tricks to fix this im so takin em anf thanks guys

Viewing 4 replies - 1 through 4 (of 4 total)
  • Something is adding a blank line at the top of your RSS feed. Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-related problems?

    resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter kosaidpo

    (@kosaidpo)

    thnaks 😀
    now my rss works even i desactivate feedburner feedsmith plugin but i have another problem from my feedburner account i cant see my feed page it gives me this

    Erreur d’analyse XML : instruction de traitement XML ou texte pas au début d’une entité externe
    Emplacement : http://feeds.feedburner.com/fe1
    Numéro de ligne 2, Colonne 1 :<?xml version=”1.0″ encoding=”UTF-8″?><!– generator=”WordPress/2.8.6″ –>
    ^

    You’ve still got the leading blank line in your RSS file. Try editing your theme’s header.php file. I think that also has a leading blank line – which might be causing the error in your RSS feed.

    Thread Starter kosaidpo

    (@kosaidpo)

    i’ve done some manipulation to the title for optimazition seo
    but now i changed it to the default and it still not workin from my feedburner account and it gives me the error “loadin failed ” but it works from my site
    is it normal to have the pluggin desactivated n my feed still works??
    and here’s my header.php cus i have no idea wht i have to touch
    and tnx for ur help a lot 😀

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    
    <head>
    <title><?php wp_title('&laquo;', true, 'right'); ?><?php bloginfo('name'); ?></title>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />
    <?php global $lw_layout_settings; if($lw_layout_settings == "Wider") : ?>
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/wider.css" type="text/css" />
    <?php else: ?>
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/original.css" type="text/css" />
    <?php endif; ?>
    <link rel="shortcut icon" href="<?php bloginfo('url'); ?>/favicon.ico" />
    <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 1.0" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_enqueue_script('jquery'); ?>
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    <?php wp_head(); ?>
    
    </head>
    
    <body>
    <div id="wrapper">
    <?php lw_header_image(); ?>
    <div id="header">
    <?php lw_rss_feed(); ?>
    
    <div id="top_bar">
    <ul id="front_menu"<?php echo lw_expmenu(); ?>>
    <?php echo lw_homebtn(__('Home','lightword')); ?>
    <?php echo lw_wp_list_pages();  ?>
    </ul>
    <?php echo lw_searchbox(); ?>
    </div>
    
    </div>
    <div id="content">

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘rss trouble’ is closed to new replies.