Home › Forums › Legacy Support › Support queries › Update Issues › URGENT-WPLMS 2.0 Reverted Custom Styling
- This topic has 14 replies, 7 voices, and was last updated 8 years, 9 months ago by Anshuman Sahu.
Viewing 15 posts - 1 through 15 (of 15 total)
-
AuthorPosts
-
January 24, 2016 at 4:09 pm #20195dtconnerSpectatorJust updated to version 2.0. All Plugins have also been updated...EXCEPT WooCommerce has not been updated to 2.5. We have been using a child theme with a custom CSS file (that includes the parent CSS file) for modifying color and layout styles. www.experttechnicaltraining.com After updating to WPLM 2.0 today all our custom color styles reverted back to the default template colors. Browser cache has been cleared and the issue is across multiple browsers. Example: Child Theme Custom Style: /* BuddyPress.css Color Changes */ #buddypress .item-list-tabs ul li a:hover, #buddypress .item-list-tabs ul li.current a, #buddypress .item-list-tabs ul li.selected a { color: #FFF; background-color: #f5be2e !important; } (Note the background color should match the yellow-orange color of the logo.) Post Update Theme Style: #buddypress .item-list-tabs ul li a:hover, #buddypress .item-list-tabs ul li.current a, #buddypress .item-list-tabs ul li.selected a { color: #FFF; background-color: #78C8CE; } See attached images: 1. WPLMS2_0_Revert_Issue.jpg shows how the style got reverted
- QuizNotTabulating.jpg show an earlier screen grab on a previously solved issue but the color style on the sidebar menu shows the custom color we previously had working
January 24, 2016 at 4:16 pm #20202dtconnerSpectatorIt's as if the theme/platform is not recognizing my child theme use.January 24, 2016 at 4:48 pm #20209dtconnerSpectatorSorry Mr Vibe...after all the problems created by your 2.0 update I was forced to restore back to my site the way it was prior to the update. Please keep this ticket updated as the issues get resolved. Also, I too was getting the error code at the top of the screen like others are seeing.January 24, 2016 at 4:57 pm #20211dtconnerSpectatorAdditionally, it seems the issues I had are focused within the BuddyPress area. Not only did my BuddyPress styles get blow away but whenever I do one of your updates the BuddyPress footer widget drop out as unused. Hope this helps with your investigation.January 24, 2016 at 6:55 pm #20255ivanbayrossSpectatorHi, We also updated the WPLMS and using the WPLMS blank theme. All the styling in the style.css in the wplms blank theme is not getting recognised. When we check the view sort, the wplms blank theme style.css is not getting pinned only. Hence we have to revert back to old version. Please take a look and fix this issue so we can use the update WPLMS version.January 24, 2016 at 10:22 pm #20299SuperDaveSpectatorWe all need the bug fixes and new features but can we upgrade and disable the new them and new layout changes until we are ready to rework our CCS customisatioons and other things.January 25, 2016 at 8:51 am #20528ivanbayrossSpectatorAny updates???? Why is the child theme CSS not getting recognised in the updated WPLMS? Please help...January 25, 2016 at 2:35 pm #20808dtconnerSpectatorStill looking for a response here. We also are iFraming a number of videos on our site. Would be thrilled to know how you are planning to resolve the video issue (post 2.0 update) so we won't have to go back and touch a few hundred video iframe code segments.January 25, 2016 at 3:01 pm #20836H.K. LatiyanParticipantPlease use this code in childtheme/functions.php file to include your child theme's style.css file: wp_enqueue_style( 'wplms-child-style-css', get_stylesheet_directory_uri().'/style.css');January 25, 2016 at 3:03 pm #20837H.K. LatiyanParticipantPlease use our [iframevideo] shortcode like this : [iframevideo]<iframe width="560" height="315" src="https://www.youtube.com/embed/COvnHv42T-A" frameborder="0" allowfullscreen></iframe>[/iframevideo] Our shortcode works for every video types, but if you are using vzaar videos then, refer: https://wplms.io/support/knowledge-base/for-vzaar-responsive-videos/January 25, 2016 at 3:10 pm #20839dtconnerSpectatorI'm sorry but your resolution to the video issue is unacceptable. This is due to there are hundreds of videos we use for our courses. The videos were working just fine prior to the update. How can that be if we were not using the shortcode? Why now do we need to use the shortcode? Asking us to go back and touch hundreds of iframe code segments when it was all working fine before is not right. Why all of a sudden it is an issue with 2.0? Thanks in advance for a detail response on why.January 25, 2016 at 3:18 pm #20848sandyMemberCan you please refer this fix : https://wplms.io/support/knowledge-base/force-responsive-iframe-videos-content/ Let us know if this helps.January 25, 2016 at 4:37 pm #20902dtconnerSpectatorThis makes more sense as a fix. However, do we need to be concerned that the child theme functions.php file will be recognized in the 2.0 update give the style.css file was not?January 26, 2016 at 2:58 am #21066peppiesSpectatorSame issue here. Tried updating on the testing site and the process itself went fine. However, custom child theme css is not recognized. Header color has changed, course titles color has changed, default background color has been put in...etc. I'm using Child One theme. Is it supported at all? WPLMS 2 may be fine as a clean install but certainly doesn't work well when updating from 1.9.x. This should be addressed urgently. There is no way that an upgrade should completely ignore existing website styling.January 27, 2016 at 7:11 am #21485Anshuman SahuKeymasterPlease use this code in childtheme/functions.php file to include your child theme's style.css file:
wp_enqueue_style( 'wplms-child-style-css', get_stylesheet_directory_uri().'/style.css'); However this will be fixed in the wplms 2.0.1 update today .
-
AuthorPosts
Viewing 15 posts - 1 through 15 (of 15 total)
- The topic ‘URGENT-WPLMS 2.0 Reverted Custom Styling’ is closed to new replies.