newriffa
Forum Replies Created
-
Forum: Plugins
In reply to: [License Manager for WooCommerce] API Key Pair User CapabilityRegarding my questions, I’ve tested the following (which seems working):
1) You don’t need to issue a new API key pair for every customer connecting, only one pair is enough.
2) Only a user with Admin capability can issue an API key pair to access the REST API.Forum: Plugins
In reply to: [License Manager for WooCommerce] API Key Pair User CapabilityDo I need to create an API key pair for every customer? Or one pair for all customers is sufficient?
If customers are independent of API key pair creation, which user capability shall I use for API key pairs?Hi Erick,
I guess this plugin support it, please, check with developers if the free version or the paid:
WC Multivendor MarketplaceFound this in their forum:
https://wclovers.com/forums/topic/wich-license-manager-is-compatible-with-wcfm/- This reply was modified 2 years, 1 month ago by newriffa. Reason: Adding forum link
@vismithams ga has todo with “Best Health CheckUp Packages In Pune” but it shows no error from my side.
@vismithams its seems what @heateor is saying is true
<script src="https://cdn.healthcarentsickcare.com/wp-content/cache/min/1/3dd7601268cd19e09ada2ffc79b0b29d.js" data-minify="1" defer=""></script>
loaded at the bottom of the page(last to load) which contains theChampSiteUrl variables:var theChampDefaultLang='en_GB', theChampCloseIconPath='https://cdn.healthcarentsickcare.com/wp-content/plugins/super-socializer/images/close.png'; var theChampSiteUrl='https://healthcarentsickcare.com', theChampVerified=0, theChampEmailPopup=0
While the rest of variables are at the top of the page(loaded early) before theChampSiteUrl is loaded. Moreover as @heateor said it is cached and minified.
Try “include JavaScript in website footer” option.
@shubhamtiwaripage its working fine from my side.
@vismithams most welcome. If you find it ok modifying php file and you are not using Comments feature replace following code in file super_socializer.php, line 720:
if(the_champ_social_login_enabled() && !is_user_logged_in()){
with this:
if(the_champ_social_login_enabled() && !is_user_logged_in() && $GLOBALS['pagenow'] === 'wp-login.php'){
Im not sure about the results on all pages, check and let me know.
Thank you I read the article, but are there shortcodes other than [TheChamp-GP-Comments] and [TheChamp-FB-Comments]?
Is there a way to create tabbed view?
@vismithams better you leave as is while its harmless. If you find difficulties in login or register using twitter or facebook let us know.
The link showing the following error:
Error establishing a database connection
@vismithams it seems the issue is non-harmful, check the login page where the actual Authentication is happening following url:
https://healthcarentsickcare.com/wp-login.phpThe plugin seems falsely generating script in a non login page.
The issue is in file: super_socializer.php, Line: 720:if(the_champ_social_login_enabled() && !is_user_logged_in()){ // JS HERE }
We could use:
$GLOBALS['pagenow'] === 'wp-login.php'
@senchibald sometimes effects take place after few hours, try to disable Webpushr for me. then test the share-count if responsive.
@teodrago the topic issue was without an error message unlike your case:
when trying to login with a new user (i.e. a Facebook account that has never been used with the website before), the pop up will appear and will just stay loading.
Try the following:
1. Use default WordPress theme then check. If not working…
2. use default WordPress theme and disable all plugins but keep Socializer.@shubhamtiwaripage can you please provide a link to the web page?
@vismithams my browser shows error at:
var theChampTwitterAuthUrl = theChampSiteUrl + “?SuperSocializerAuth=Twitter&super_socializer_redirect_to=” + theChampTwitterRedirect;Please, check Twitter auth URL or redirect URL in your settings and let me know.