Set up Issue

Home Forums Legacy Support Support queries Setup issues Set up Issue

Tagged: 

Viewing 13 posts - 31 through 43 (of 43 total)
  • Author
    Posts
  • #387037
    softodex
    Spectator
    This reply has been marked as private.
    #387082
    Anshuman Sahu
    Keymaster
    1 . sorry I could not see your firebase project in my account. refer : https://support.google.com/firebase/answer/7000272?hl=en 2 . chat is removed from the vibebp plugin for now .We will introduce a new better chat plugin in future . 3 . Well I clearly mentioned the path in my reply : add this custom css in your wp-admin -> appearance -> customize : but you went to wp-admin -> wplms menu . you need to add it here : https://somup.com/c3iFoTurX8 4 . that plugin will crash your site , please remove it immediately . its and old discontinued plugin . covers to be enabled from wp-admin -> buddypress -> options . 5 . it'll appear here : https://prnt.sc/d-Pl2lOuHMXM but as of now its not implemented well with wplms v4 . 6 . its due to jetpack lazyload image feature not working there somehow . please disable it. 7 . yes you can use it but for that you need hide existing login and add a login page url with login widget on that page . 8 . this is a pending issue in vibebp , this appears due to sync , we sync wp and vibebp logins which needs page reload . 9. yes as explained in 8. . 10 . you need to let the sync enabled if you want to use donation plugin currently there is no quick solution .
    #387101
    softodex
    Spectator
    This reply has been marked as private.
    #387144
    Anshuman Sahu
    Keymaster
    1. . working on this with push notifications , debugged found that its appearing due to firebase instances there one from push notifications and other from vibebp causing this . 2 . fixed at site . 3 . please refer : https://prnt.sc/CWGRSl_MOrCF 4 . sorry this is not possible right now .
    #387197
    softodex
    Spectator
    This reply has been marked as private.
    #387262
    Anshuman Sahu
    Keymaster
    1. .working . 2 . changed css . 1 . Well google review your app now for basic checks . Please contact google play support on this . 1.1 no its not necessary you just need to update the service worker version given in wp-admin -> vibebp-> settings -> general -> service worker .AFter changng version save the changes and then regenerate the service worker ,this should show the updated changes in the same google app. 1.2 . Well its upto you ,I think you should not tick the ads as we are already selling the courses for revenue .But again its upto you .Ticking it on might attract some more checks in review . 1.3 . nope explained in point 1.1 . 2 . please refer 1.1
    #387270
    softodex
    Spectator
    This reply has been marked as private.
    #387271
    softodex
    Spectator
    This reply has been marked as private.
    #387295
    Anshuman Sahu
    Keymaster
    1 . release update of push notification plugin today , vibebp plugin update is pending . with vibebp update this issue should resolve. . 2 . Well this is not from out theme to solve this please disable WP_DEBUG in your wp-config.php file : https://wordpress.org/support/article/debugging-in-wordpress/#:~:text=Top%20%E2%86%91-,WP_DEBUG,%2F%2F%20This%20enables%20debugging. 3 . Well please edit its slides , there must be some sort of setting there regarding the images .try re-uploding them . 4 . this seems to be due to w3 total cache plugin , a nightmare plugin for ddevelpoer and user as well.Please purge all kinds of cache and uinstall this plugin since its does not properly clear all its caches .
    #387309
    softodex
    Spectator
    This reply has been marked as private.
    #387334
    Anshuman Sahu
    Keymaster
    4. for this you need to uninstall and then install the app again .then changes should appear since the change in the service worker version . 1 . currently im seeing the updated changes : https://screencast-o-matic.com/i/c3i0oBVZXCS 2 . fixed this at your end . 3 . well youc an use : https://wplms.io/downloads/wplms-user-sessions/ 4 . it should be cleared when service worker version changed and regenerated the service worker .
    #387341
    softodex
    Spectator
    This reply has been marked as private.
    #387384
    Anshuman Sahu
    Keymaster
    4 . Well im not able to replicate the issue menus and profile is showing same at both. https://prnt.sc/ztEsG4NNfVky 1 . tried to login but could not ,please add me as developer to your play console : [email protected] . https://prnt.sc/K2RnaUJd4Kon 1 . ITs because the content is not going from the above editor its going from plain text email content . https://prnt.sc/oWzUDtlJz-Zf The content from editor will go when your emails goes in html intead of plain text . for this please try adding this code in wplms-customizer.php file in wplms customizer plugin : add_filter( 'bp_email_use_wp_mail', '__return_true' ); 2 . order history shows here : https://prnt.sc/oWzUDtlJz-Zf . this seems to be an issue with caching , this is missed from cache handling . Drag to refresh should fix it .However this will be fixed in next update 3 . try adding this code in wplms-customizer.php file in wplms customizer plugin :
    add_filter( 'woocommerce_is_sold_individually', 'wc_remove_all_quantity_fields', 10, 2 );
    function wc_remove_all_quantity_fields( $return, $product ) 
    {
        return true ;
    }
Viewing 13 posts - 31 through 43 (of 43 total)
  • The topic ‘Set up Issue’ is closed to new replies.