Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
themes-topic
Undesired Title Tage on first line of body
Avatar
Franck Scipion
Member
Free Members
sp_UserOfflineSmall Offline
Jun 27, 2014 - 10:28 am

Ok Mr Papa, thanks for your help

The display issue is now solved, hacking the SP theme as you have pointed me to.

But...

From a SEO point of view, I now have all my forum page with the same title & description. How to solve that???

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jun 27, 2014 - 12:36 pm

Just to be 100% accurate - you didn't just 'hack the SP theme'. You altered header code to deal with an anomaly (and non-standard) artefact of the SEO plugin.

So - have you looked at the SEO options admin panel? What are the options you haver set up?

andy-signature.png
YELLOW
SWORDFISH
Avatar
Franck Scipion
Member
Free Members
sp_UserOfflineSmall Offline
Jun 27, 2014 - 1:18 pm

Everything ON

And nothing works

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jun 27, 2014 - 7:33 pm

are you using an SEO plugin?

and literally every option on forum - components - seo is enabled?

search yields this:  https://simple-press.com/suppo.....2/#p124538

Avatar
Franck Scipion
Member
Free Members
sp_UserOfflineSmall Offline
Jun 29, 2014 - 5:01 am

Yes Mr Papa, all enable

And the hack mentioned on the link above also implemented with the correct forum ID

Can't get anything working

All page have the same defaut Meta Title & Description

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jun 29, 2014 - 11:32 am

so would still like to know if you are using SEO plugin and if so, which one...

Avatar
Franck Scipion
Member
Free Members
sp_UserOfflineSmall Offline
Jun 29, 2014 - 11:39 am

WordPress SEO

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jun 29, 2014 - 11:51 am

that's the yoast one, right?   generally working for users and in use on one of our test sites since its somewhat popular...

so every sp checkbox is checked in the forum - components - seo panel (just checking cause most dont do that - shouldnt matter)...  might try unchecking the force sp one and see...

I will also try to dig in a bit further on our test site and see if we have an special wordpress seo options checked and verify the hooks (if any) we are using...

the wp_title() function is the most 'abused' hook in wp :)   by abused mean plugins and themes always battle over setting it, so its a constant struggle...  yoast himself has updated his plugin half a dozen times to alter the usage of that hook because some other thing was interfering...  nobody inherently wrong, just competing for controlling the title.. and most seo plugins assume a wp page is static which is not true and not the case here...

I assume you have told genesis to use wordpress seo?

Avatar
Franck Scipion
Member
Free Members
sp_UserOfflineSmall Offline
Jun 29, 2014 - 12:43 pm

Unchecked forced SP SEO, and nothing happen!

Nothing to tell at genesis level

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jun 29, 2014 - 2:23 pm

give this a try to keep  yoast from ruling the roost...

add_action('sph_forum_startup', 'do_my_title_filter');
function do_my_title_filter() {
    remove_filter('wp_title', 'sp_setup_browser_title', 99, 3); # want it to run last
    add_filter('wp_title', 'sp_setup_browser_title', 10, 3); # want it to run last
    remove_filter( 'wp_title', array( $GLOBALS['wpseo_front'], 'title' ), 15, 3 ); # dont let yoast ruin our title
}
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625