Home › Forums › Legacy Support › Support queries › Update Issues › issues after migrating to modern theme
- This topic has 4 replies, 2 voices, and was last updated 8 years, 5 months ago by Anshuman Sahu.
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
May 27, 2016 at 5:54 am #50502neerajramnaniSpectatorHi, Yesterday I migrated from default to modern theme on my website. I also tried to set up BP social login. However there are certain challenges I'm facing because of this: 1) Somehow while testing BP social login plugin, my "member's name" changed from @neerajramnani to @undefined-2. What's worse is this is ruining the links at places like this. I do not know how to revert this change. 2) After a student logs in, in the dashboard on clicking on 'continue course', I want the student to be redirected to the "course-status" page. Rather, the student is taken to main course page, from which he/she has to click "continue course" again to go to "Course status". Where can I change this? 3) The about us page has the logo interfere with the header. The blog page and contact page have an issue with the styling too. 4) Is there a way to retain the default style for the modules and units in a course ("course status") instead of modern theme? I like the modern theme overall, but I liked the default look especially on mobile for within-the-course part. Please help with these issues.May 27, 2016 at 9:51 am #50557neerajramnaniSpectatorFor point (3), I changed to default template for About and Contact page, but I was wondering if there was a better way out? Also the social login is still not working. It logs in existing users, but not working as a way of accepting registrations.May 28, 2016 at 7:20 am #50707Anshuman SahuKeymaster1 .This is a known issue in bp social connect plugin as of now .But this issue does not appears in each setup . On our test setup we tried to replicate this but couldn't but it is appearing in our demo sites. We are still working in a way to resolve this . thanks for patience . 2. Please try adding the given code in your wplms-customizer.php file at the end before "?>" in wplms customer plugin : add_action('bp_directory_course_item','add_course_button'); function add_course_button(){ if(bp_is_my_profile()){ echo "<style>.bp-user.course.buddypress .item-credits {display: none;}a.button {float: right;}input.button {float: right;margin-top: 10px;}</style>"; the_course_button(get_the_ID()); }else{ bp_course_credits(); } } 3. For blog page add the given css from wp-admin -> appearance -> customize -> custom css : .page-template-blog1 section#title { padding-top: 120px; } For contact us page : .page-id-273 table.wp-list-table.widefat.fixed.posts { width: 100%; } For About us page : Try uploading a bit square images there . 4. For that simply delete the start.php file in modern child theme folder . 5. Please make sure that your bp social connect plugin is updated to latest and make sure that your app settings and bp social connect plugin settings are correct . refer tip : https://wplms.io/support/knowledge-base/bp-social-connect-integration-with-wplms/May 31, 2016 at 4:53 am #51015neerajramnaniSpectatorThanks for the inputs. 1) I can understand that there's an issue which is unresolved, but isn't there any temporary fix or work-around for this to change the link again?! Considering that my ID is probably the most important one on the website. I need to figure out a way to revert this!May 31, 2016 at 5:30 am #51023Anshuman SahuKeymaster1. We are also trying to fix this issue but as i said that we are unable to deduce a proper use case and reason behind this issue . As soon we find something we will definitely be posting a quick fix for this .
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘issues after migrating to modern theme’ is closed to new replies.