Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   [SOLVED] Site Title appended after the title generated by &am (http://forum.bytesforall.com/showthread.php?t=14340)

--yeah--wow May 25, 2011 12:50 PM

[SOLVED] Site Title appended after the title generated by &am
 
I am using the "WordPress SEO by Yoast" plugin on top of Atahualpa. It looks like Atahualpa is appending the Site Title to all the titles generated by the plugin, which is confusing and unwanted.

I have set "Use Bytes For All SEO options?" in Atahualpa to NO as indicated on the screen.

Can I tell Atahualpa not to do this, or is there another solution to this problem?

juggledad May 25, 2011 02:16 PM

what version of Atahualpa? if 3.6.7 do you have the BUGFIX's applied (new versions & updates forum)

--yeah--wow May 25, 2011 03:14 PM

Yes, I am using 3.6.7. but I have not applied any bugfix's, because I was not aware of them. I will look into it. Thanks for the quick reply!

lmilesw May 25, 2011 03:31 PM

Also in the settings for the Yoast SEO make sure and check the "Force rewrite titles" box.

--yeah--wow May 25, 2011 03:49 PM

Yes, I have done that (prior to this problem), so it isn't a solution...

I will check the BUGFIX's, or is 3.6.8. coming soon?

Snaxalig Jun 1, 2011 04:34 AM

I have the same problem, the site name is appended to the title.

I'm using Wordpress SEO 0.4.1 on top of Atahualpa 3.6.7.
I have applied the bugfix 367-02 by juggledad, which take care of double page titles.

juggledad Jun 1, 2011 05:11 AM

a quick install of the plugin causes me no problems, but I probably don't have the same settings, so If you are having the problem, please provide all the plugin settings and any setting for the plugin you did for a post.

lmilesw Jun 1, 2011 06:29 AM

Make sure you have Force rewrite of titles set for the SEO plugin.

Snaxalig Jun 1, 2011 12:21 PM

Thanks. Yes, I have set the Force rewrite on and off and on again, but the oddities remains...

Snaxalig Jun 1, 2011 12:34 PM

Hmmm, let's see... in the Titles tab of Yoast WordPress SEO I have activated the Force rewrite, the Post title template is set to this: "%%title%% - %%sitename%% | %%sitedesc%%".

The title is: "Rätta färger"
The site name is: "Foto: Sami Grahn"
The site description is: "Sveriges kanske bäste fotograf"

However, with the Atahualpa 3.6.7 theme the resulting post titles looks like this: "Rätta färger - Foto: Sami Grahn | Sveriges kanske bäste fotografFoto: Sami Grahn", where the sitename has been appended again after the site description. See live example here: http://www.samigrahn.se/2011/05/ratta-farger/

P.S. The language is Swedish but I think you grasp the context anyway :-)

lmilesw Jun 1, 2011 07:30 PM

Not sure what to tell you. It is working as it is supposed to for me.

juggledad Jun 2, 2011 04:16 AM

Once again, what are ALL the settings you have for the plugin?

Snaxalig Jun 2, 2011 05:27 AM

Thank you for taking your valuable time to have a look at this. I tried to export the Wordpress SEO settings, but it only resulted in the following error:

"Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/web34131/domains/samigrahn.se/public_html/wp/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php on line 93"

However, this is the all settings I'm using within the plugin:

Enabled in the Dashboard tab:
- Use meta keywords
- Disable date in snippet

Enabled in Titles tab:
- Force rewrite
- Post title template: %%title%% - %%sitename%% | %%sitedesc%%

Enabled in the Indexation tab:
- This site's search
- The login and register pages
- All admin pages
- Category archives
- Tag archives
- Nofollow login and registration links
- Nofollow comments links
- Disable the author archive
- Disable the date-based archives
- Hide RSD links
- Hide WLW Manifest Links
- Hide Wordpress Generator
- Hide Index Relation Links
- Hide Start Relation Links

Enabled in the XML Sitemaps tab:
- Check this box to enable XML
- Add images to XML
- Ping Google
- Ping Bing
- Ping Yahoo!
- Ping Ask.com
- Exclude taxonomies (Kategorier and Inläggsetiketter)

Enabled in the Permalinks tab:
- Strip the category base
- Enforce a trailing slash
- Redirect attachment URL's to parent post URL
- Force transport, set to "Leave default"

Nothing enabled in Internal Links tab:

Enabled in RSS tab:
- noindex the comment RSS feeds
- Ping the Search Engines with feed on new post

juggledad Jun 2, 2011 06:09 AM

What version of the plugin are you using?
also, do you have any other SEO plugins active?

Snaxalig Jun 2, 2011 12:01 PM

1 Attachment(s)
- Wordpress, version 3.1.3

- Atahualpa, version 3.6.7
--- SEO configured as follows:
----- Use Post / Page Options = No
----- Use Bytes for All SEO Options = No
----- Meta Title Tag format = Page Title - Blog Title [Default]

- Wordpress SEO by Yoast, version 0.4.1.
--- No other SEO plugins.

When I write a post, the SEO options look like this, see attachment:

freelancekonsulenten Jul 1, 2011 03:20 AM

I have changed the file: bfa_meta_tags.php.

Where it says: <title><?php wp_title('&laquo;', true, 'right'); ?><?php bloginfo('name'); ?></title>
I changed it to this: <title><?php wp_title(''); ?></title>

That worked for me.

juggledad Jul 1, 2011 04:49 AM

Sorry, for some reason, I thought it was the POST/PAGE title and didn't realize you meant the <title>... statement

please try this - edit bfa_meta_tags.php and change (version 3.6.7) lines 11-15 from
HTML Code:

        // if "All-In-One_SEO" Plugin (http://semperfiwebdesign.com) is installed
        if(class_exists('All_in_One_SEO_Pack') OR

        // if "WpSEO" Plugin (http://www.wpseo.de/) is installed
        class_exists('wpSEO') OR

to
HTML Code:

        // if "All-In-One_SEO" Plugin (http://semperfiwebdesign.com) is installed
        if(class_exists('All_in_One_SEO_Pack'))
        { ?> <title><?php wp_title(''); ?></title> <?php }
       
        // if "WpSEO" Plugin (http://www.wpseo.de/) is installed
        elseif (class_exists('wpSEO') OR

and see if that works

juggledad Jul 4, 2011 05:30 AM

This has been fixed with BUGFIX 367-05: Site Title appended after the 'WordPress SEO by Yoast' title


All times are GMT -6. The time now is 05:07 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.