Home › Forums › Legacy Support › Support queries › Setup issues › Set up Issue
Tagged: order history
- This topic has 42 replies, 3 voices, and was last updated 2 years, 4 months ago by Anshuman Sahu.
-
AuthorPosts
-
July 17, 2022 at 7:51 am #387037softodexSpectatorThis reply has been marked as private.July 18, 2022 at 3:32 pm #387082Anshuman SahuKeymaster1 . 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 .July 19, 2022 at 2:44 am #387101softodexSpectatorThis reply has been marked as private.July 19, 2022 at 3:49 pm #387144Anshuman SahuKeymaster1. . 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 .July 20, 2022 at 6:15 am #387197softodexSpectatorThis reply has been marked as private.July 21, 2022 at 3:37 pm #387262Anshuman SahuKeymaster1. .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.1July 22, 2022 at 4:32 am #387270softodexSpectatorThis reply has been marked as private.July 22, 2022 at 6:23 am #387271softodexSpectatorThis reply has been marked as private.July 22, 2022 at 3:45 pm #387295Anshuman SahuKeymaster1 . 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 .July 23, 2022 at 4:49 am #387309softodexSpectatorThis reply has been marked as private.July 23, 2022 at 3:54 pm #387334Anshuman SahuKeymaster4. 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 .July 23, 2022 at 5:45 pm #387341softodexSpectatorThis reply has been marked as private.July 25, 2022 at 3:58 pm #387384Anshuman SahuKeymaster4 . 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 ; }
-
AuthorPosts
- The topic ‘Set up Issue’ is closed to new replies.