-
Author
-
March 23, 2016 at 13:14 #112337lagodnyParticipant
Hi SweetDate, thanks for the good work!
Help me.
incorrect title BuddyPress profile page
(1) http://site.com/members/user/ –> “| SiteName” (correct “UserName | SiteName”)
(2) and other links Profile (/profile/ /notifications/ /messages/ ….) displays post title from the blog
SweetDate 2.9.1 everything worked correctly
SweetDate 2.9.2-3 (with – Removed wp_title() because of wp 4.4 deprecation) – error
Yoast SEO 3.1.1
Help me please
March 25, 2016 at 18:32 #112768LauraModeratorHello, can you share admin credentials so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 29, 2016 at 00:21 #113196LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 29, 2016 at 07:52 #113222lagodnyParticipantthanks, they have advised me to contact the support Yoast
important: SweetDate 2.9.1 everything worked correctlyMarch 29, 2016 at 16:14 #113266RaduModeratorHi,
I’ve tested and with SEO by Yoast plugin activated the username is missing form title tag, try to contact them and let him know about this issue.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 31, 2016 at 14:03 #113778lagodnyParticipantHi,
I am using Plugin Organizer – https://wordpress.org/plugins/plugin-organizer/ to disable Yoast on BP Group / BP Members pages.
!!question!!
how to change the separator “-” to “|” in title for these pages?
March 31, 2016 at 15:11 #113785AbeKeymasterYou can add this function to your sweetdate-chil/functions.php file to override our theme default function
COPY CODEfunction sweetdate_wp_title( $title, $sep ) { global $paged, $page; if ( is_feed() ) return $title; // Add the site name. $title .= get_bloginfo( 'name' ); // Add the site description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) $title = "$title $sep $site_description"; // Add a page number if necessary. if ( $paged >= 2 || $page >= 2 ) $title = "$title $sep " . sprintf( __( 'Page %s', 'kleo_framework' ), max( $paged, $page ) ); return $title; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 31, 2016 at 15:18 #113786AbeKeymasternext week we will be adding support for title-tag in Sweetdate. See the link above on how to change the separator now and after:
http://wordpress.stackexchange.com/questions/203279/how-to-change-the-seperator-in-the-titleHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
You must be logged in to reply to this topic.