WP update error

Home Forums Legacy Support Support queries Update Issues WP update error

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #242734
    mzen
    Spectator
    I'm trying to update wordpress but it gives an error related with envato theme please refer: https://prnt.sc/r37j5y How could I fix this? Thanks!
    #242850
    Anshuman Sahu
    Keymaster
    This is strange . Did you rename theme name or its folder ? If yes then you will have to manually update the theme . IF you have not then please share your valid ftp credentials along with wp-admin credentials in private reply to fix this .
    #242862
    mzen
    Spectator
    This reply has been marked as private.
    #242993
    Anshuman Sahu
    Keymaster
    Ok just found out that your theme of old version 3.6 containing old envato api which we were using for updates in wplms are deprecated now. Therefore

    if your theme version is 3.6 or below then refer :
    https://wplms.io/support/knowledge-base/manually-updating-wplms/(manually update theme)

    if 3.7 then refer :
    https://wplms.io/support/knowledge-base/auto-updating-wplms/
    (check the new updates video )

    This will happen for this time only from next time you need to follow the new video for auto update.

    #243020
    mzen
    Spectator
    This reply has been marked as private.
    #243171
    Anshuman Sahu
    Keymaster
    alex please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :   .single-course #item-meta { grid-template-columns: 80px 180px repeat(auto-fill,minmax(80px,180px)); } div#course-pricing {padding:15px !important;}
    #243188
    mzen
    Spectator
    This reply has been marked as private.
    #243323
    Anshuman Sahu
    Keymaster
    "courses included" this string is present in wplms theme or vibe course module plugin, please follow this tip in order to translate : https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/   try this css:   .single-course #item-meta { grid-template-columns: 80px 180px repeat(auto-fill,minmax(80px,180px)); } div#course-pricing {padding:15px !important;}   @media(max-width:991px){ .single-course #item-meta {display:flex;flex-direction:column;align-items:start;justify-content:start ;}.single-course #item-meta .students {margin:0 !important;} }
    #243341
    mzen
    Spectator
    This reply has been marked as private.
    #243455
    Anshuman Sahu
    Keymaster
    fixed at your end : http://prntscr.com/r5ogwz
    #243464
    mzen
    Spectator
    Great! Thanks!
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘WP update error’ is closed to new replies.