Home › Forums › Legacy Support › Support queries › Other issues › All Courses Page title problem
Tagged: all courses, Brazil, loco, Portuguese, translation
- This topic has 5 replies, 3 voices, and was last updated 8 years, 8 months ago by H.K. Latiyan.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
December 29, 2015 at 1:22 am #15921patriciabSpectatorOur page that holds all the courses titled "all-courses" shows up as "Jingle Bells Level 3" in the information tab. We haven't changed anything with that page and checked the page for the permalink and url - everything is the same but now the information tab says Jingle Bells (Level 3). This is one of our courses but have no idea why our main course page would have this title too? Any ideas?? This is the page: http://accordionlife.com/all-courses/ Including snapshots of the page tabs. Thank you, ~PatriciaDecember 29, 2015 at 9:50 am #16009H.K. LatiyanParticipantThis is a known issue, it will be fixed in our next update wplms 2.0. Till then Quick fix: Add this code in your wplms-customizer plugin->wplms-customizer.php add_filter('wpseo_title','wplms_remove_wpseo_from_buddypress_new'); function wplms_remove_wpseo_from_buddypress_new($title){ global $bp,$post; if(empty($bp_pages)){ $bp_pages = get_option('bp-pages'); } if((function_exists('bp_is_directory') && bp_is_directory()) || in_array($post->ID,$bp_pages)){ $title = sprintf(_x('%s Directory - %s','Directory Title format','vibe'),ucfirst(bp_current_component()),get_bloginfo('name')); } if (function_exists('bp_is_user') && bp_is_user()){ //$title = sprintf(_x('%1s group - %2s','Member Name',ucfirst(bp_get_displayed_user_fullname()),get_bloginfo('name'))); $title = ucfirst(bp_get_displayed_user_fullname()).' - '.get_bloginfo('name'); } if (function_exists('bp_is_group') && bp_is_group()){ //$title = sprintf(_x('%1s group - %2s','Group Name',ucfirst(bp_get_current_group_name()),get_bloginfo('name'))); $title = ucfirst(bp_get_current_group_name()).' - '.get_bloginfo('name'); } return $title; }February 22, 2016 at 2:40 pm #31024raraujo28SpectatorI have the same issue here, with the same page (/all-courses/) but when I tryed to apply the fix suggested (at public_html/cursos/wp-content/plugins/wplms-customizer/wplms-customizer.php, right?), I got the error message below: <span style="color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px; background-color: #f9f9f9;">"add_filter('wpseo_title','wplms_remove_wpseo_from_buddypress_new'); function wplms_remove_wpseo_from_buddypress_new($title){ global $bp,$post; if(empty($bp_pages)){ $bp_pages = get_option('bp-pages'); } if((function_exists('bp_is_directory') && bp_is_directory()) || in_array($post->ID,$bp_pages)){ $title = sprintf(_x('%s Directory - %s','Directory Title format','vibe'),ucfirst(bp_current_component()),get_bloginfo('name')); } if (function_exists('bp_is_user') && bp_is_user()){ //$title = sprintf(_x('%1s group - %2s','Member Name',ucfirst(bp_get_displayed_user_fullname()),get_bloginfo('name'))); $title = ucfirst(bp_get_displayed_user_fullname()).' - '.get_bloginfo('name'); } if (function_exists('bp_is_group') && bp_is_group()){ //$title = sprintf(_x('%1s group - %2s','Group Name',ucfirst(bp_get_current_group_name()),get_bloginfo('name'))); $title = ucfirst(bp_get_current_group_name()).' - '.get_bloginfo('name'); } return $title; }</span><br style="box-sizing: border-box; color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px;" /><span style="box-sizing: border-box; font-weight: bold; color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px;">Warning</span><span style="color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px; background-color: #f9f9f9;">: Cannot modify header information - headers already sent by (output started at /home/rodolfoa/public_html/cursos/wp-content/plugins/wplms-customizer/wplms-customizer.php:102) in </span><span style="box-sizing: border-box; font-weight: bold; color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px;">/home/rodolfoa/public_html/cursos/wp-content/themes/wplms/includes/func.php</span><span style="color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px; background-color: #f9f9f9;"> on line</span><span style="box-sizing: border-box; font-weight: bold; color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px;">352</span><br style="box-sizing: border-box; color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px;" /><br style="box-sizing: border-box; color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px;" /><span style="box-sizing: border-box; font-weight: bold; color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px;">Warning</span><span style="color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px; background-color: #f9f9f9;">: Cannot modify header information - headers already sent by (output started at /home/rodolfoa/public_html/cursos/wp-content/plugins/wplms-customizer/wplms-customizer.php:102) in </span><span style="box-sizing: border-box; font-weight: bold; color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px;">/home/rodolfoa/public_html/cursos/wp-content/plugins/wpclef/includes/lib/wp-session/class-wp-session.php</span><span style="color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px; background-color: #f9f9f9;"> on line </span><span style="box-sizing: border-box; font-weight: bold; color: #313b3d; font-family: 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 20px;">124</span>" Any suggestions? Thanks in advance, Rodolfo.February 23, 2016 at 7:59 am #31205H.K. LatiyanParticipant@raraujo28: This issue is already fixed in the latest update. You don't need to apply this fix now. Please update the theme and all the plugins to the latest versions. Latest Versions WPLMS v 2.0.6 Vibe Course Module v 2.0.6 Vibe Custom Types v 2.0.6 Vibe Shortcodes v 2.0.6 WPLMS Dashboard v 2.0.6 WPLMS Assignment v 2.0.6 WPLMS Front End v 2.0.6 WPLMS EventOn v 2.0.6 WPLMS Modern Child Theme v 2.0.6February 23, 2016 at 2:34 pm #31335raraujo28SpectatorActually, updating everything itself doesn't fix the problem. I only solved it by editing the translation files (using Loco), specifically "Vibe Course Module v1.9.0" (see printscreen). By the way, in the process I updated lots of Brazilian Portuguese translations. How can I send them to you? Best regards, Rodolfo.February 24, 2016 at 7:12 am #31505H.K. LatiyanParticipantYou can email translation files to us on [email protected] and put the subject as translation files for wplms
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘All Courses Page title problem’ is closed to new replies.