Forum Replies Created

Viewing 15 replies - 421 through 435 (of 520 total)
  • Have you tried deactivating your plugins? Particularly the SEO plugin(s).

    I’m seeing a canonical url being specified in both pages:

    <link rel="canonical" href="http://www.benutzerfreun.de/category/allgemein/" />

    and it looks like it’s being added by All in One SEO Pack:

    <!-- All in One SEO Pack 2.0.3.1 by Michael Torbert of Semper Fi Web Design[257,298] -->
    <link rel='next' href='http://www.benutzerfreun.de/category/allgemein/page/2/' />
    
    <link rel="canonical" href="http://www.benutzerfreun.de/category/allgemein/" />
    <!-- /all in one seo pack -->

    Canonical URLs are used when you have multiple pages with the same content and don’t want to hurt Google rankings, etc. WordPress shouldn’t (that I’m aware of) create the duplicate content so I’m guessing the SEO plugin is doing that for the sake of “pretty URLs.”

    I’d start by deactivating that plugin and then checking if it has a setting for canonical URLs.

    If that doesn’t work, try deactivating all plugins and/or switching to a default WordPress theme like twentytwelve or twentythirteen.

    I’ve seen some plugins added extra content at the end of a feed. Have you tried deactivating your plugins (assuming you’re using any) and switching to a default theme like twentytwelve or twentythirteen?

    You’re quite welcome and no, not a waste of time at all. In fact, you benefited from my experience of doing the same exact thing a time or two in the past. Good luck and happy coding!

    OK, when I look at your feed source, I don’t see a tag:

    content:encoded

    which means you’re not providing the full text to the feed. Go to:

    Settings->Reading

    and set

    For each article in a feed, show

    to Full Text (it’s probably set to Summary).

    Normally there’s an hour cache on the RSS feed, so you may not see it change immediately, though you could always add another post to test.

    Sometimes images break because of relative links, but I don’t see any images in your feed at all. Do you have any kind of image hotlinking prevention? That would cause the images not to show in the feed.

    Forum: Fixing WordPress
    In reply to: Error on theme

    I don’t know. I just know that was written to replace Google XML Sitemaps. I won’t have time tonight, but I might have time tomorrow to try a few of the plugins or see if there’s a way to prevent xml sitemap being tacked onto the end of an xml feed.

    wpdb::prepare() requires a minimum of 2 arguments as of 3.5. Sounds like the plugin author needs to update the plugin. wpdb::prepare() now uses parameterized queries, so a second argument is required.

    Forum: Fixing WordPress
    In reply to: Error on theme

    First see if that cleans up your feed, and then if you want to have a generated site map, you might want to try some other plugins.

    I know WPEngine put Google XML Sitemaps plugin on their “disallowed” list, but I think for performance reasons. They replaced it with:

    Better WordPress Google XML Sitemaps

    You just want to make sure whatever plugin you use doesn’t add a second xml document to the end of your xml feed.

    Forum: Fixing WordPress
    In reply to: Error on theme

    A second XML document is being tagged onto the end of your feed:

    </jobs><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://transportationlogisticstaffing.com/wp-content/plugins/xml-sitemap-feed/includes/xsl/sitemap-index.xsl.php?ver=4.3.2"?>
    <!-- generated-on="2013-09-24T01:17:03+00:00" -->
    <!-- generator="XML & Google News Sitemap Feed plugin for WordPress" -->
    <!-- generator-url="http://status301.net/wordpress-plugins/xml-sitemap-feed/" -->
    <!-- generator-version="4.3.2" -->
    <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
    	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    	xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
    		http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd">
    	<sitemap>
    		<loc>http://transportationlogisticstaffing.com/sitemap-home.xml</loc>
    		<lastmod>2013-09-21T04:30:54+00:00</lastmod>
    	</sitemap>
    	<sitemap>
    		<loc>http://transportationlogisticstaffing.com/sitemap-posttype-post.xml</loc>
    		<lastmod>2013-09-23T23:57:24+00:00</lastmod>
    	</sitemap>
    	<sitemap>
    		<loc>http://transportationlogisticstaffing.com/sitemap-posttype-page.xml</loc>
    		<lastmod>2013-09-23T04:42:58+00:00</lastmod>
    	</sitemap>
    </sitemapindex>

    which is illegal syntax and probably breaking your feed.

    Forum: Fixing WordPress
    In reply to: Error on theme

    Try disabling those plugins. It looks like they are modifying your feed.

    Forum: Fixing WordPress
    In reply to: Error on theme

    How exactly is the feed generated and have you changed anything recently (plugins, etc)?

    Forum: Fixing WordPress
    In reply to: Error on theme

    In XML, there are only five character entities that are recognized out of the box. hellip
    is an HTML character entity, but not an XML entity. You either need to eliminate hellip from your feed, or you may need to declare a DocType:

    This may explain it a little better than I have:

    “Reference to undefined entity” error in XML file

    I also noticed that there is second bit of xml defined at the bottom by Google Site Maps. I don’t think that’s valid.

    Have you added any plugins recently? Regardless, you may try disabling your plugins and see if that clears up the problem.

    Forum: Fixing WordPress
    In reply to: Error on theme

    Is that the jobs page? Could you post the exact link?

    Forum: Fixing WordPress
    In reply to: Error on theme

    I just checked with Internet Explorer 10 on Windows 7. The site looks quite different from how it does on my Mac, but I didn’t get any errors.

    Forum: Fixing WordPress
    In reply to: Error on theme

    I checked:

    Home
    About
    Jobs
    Location (I picked one from the dropdown)
    RSS (for entries)

    I didn’t see the error in any of those places.

    Now that I reread your message, that looks like it might be a Javascript error. Are you using Internet Explorer (just asking, it looks like the type of Javascript error IE pops up).

Viewing 15 replies - 421 through 435 (of 520 total)