Issue after WPLS 2.0 update

Home Forums Legacy Support Support queries Update Issues Issue after WPLS 2.0 update

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #20198
    loiane
    Spectator
    Hi, updated the theme today along with all plugins updates. I have some styling issues, will appreciate the help. 1 - Warning on top of website:
     Warning: Illegal string offset 'layout_shortcode' in /home/loianetraining/public_html/wp-content/plugins/vibe-customtypes/metaboxes/library/vibe-editor.php on line 2173
    2 - embedded iframes issue: my videos and any embedded iframes are not being displyed with full height - see screenshot - this was working before update. 3 - Remove activities and buddy drive options - don't want to display this - see screenshot 4 - Remove Continue Course course message from all courses - see screenshot Also, some css customisations I have made before were lost. Also, how can I go back to previous version? Did not like the changes on this new one.
    #20203
    dtconner
    Spectator
    If you did a full site and DB backup with something like the UpdraftsPlus Backups plugin you should just be able to revert/restore back to previous backup state.
    #20208
    dtconner
    Spectator
    FYI...after getting same errors at the top of the screen like you are seeing and after all my styling reverted back to theme defaults I decided to restore my site to the backup I did minutes prior to doing the 2.0 updates. All is back to what it was before the update...and working fine (no errors, styling back to custom styles, no new plugins and etc...))  I will wait it out until a more stable 2.0 update is ready. Good luck!
    #20210
    xaver
    Participant
    Waiting for updates also  
    #20470
    Anshuman Sahu
    Keymaster
    1. This  has been fixed .Please update your vibe customtypes plugin . 2. Can you please check if your theme and plugin both are at version 2.0 or not . If updated already please share the url of the unit and admin credentials to fix this . Ps:you can mark you reply as private also . 3. To remove drive option please uninstall the Buddydrive plugin . And to remove the activities please add the given code in your wplms-customizer.php file in wplms customizer plugin : add_filter('wplms_course_nav_menu','remove_activity');     function remove_activity($nav){         unset ($nav['activity']);         return $nav ;     } 4. Please note that after lot of requests from our users we have added the course status of the user in that course block . It indicates the current status of the user in that course . If user have not taken any course then it will show pricing to her .  
    #20619
    loiane
    Spectator
    Hi, Thanks, issues #1 and #3 resolved. Still have the issue with the iframes #2. Saw on another thread about the <span style="color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px;">iframevideo </span><span style="line-height: 1.5;">tag. However, it does not work for slideshare iframes. I'll can spend some time and change all units for youtube videos, but I still have issues with slideshare.</span> Regarding #4, the default message if "Continue Course Course", where can I change it to remove this extra "course" label?  
    #20621
    loiane
    Spectator
    for #2 issue - iframe: http://loiane.training/?post_type=course&p=2301 u: loiane p: passWPLMS
    #20635
    sandy
    Member
    Can you please refer this tip and let us know if this helps : https://wplms.io/support/knowledge-base/force-responsive-iframe-videos-content/
    #24981
    loiane
    Spectator
    All issues solved after update.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Issue after WPLS 2.0 update’ is closed to new replies.