Prabin
Forum Replies Created
-
The latest error I got is, “ERROR Could not initiate Vipps payment 402 Merchant not available or deactivated or blocked”.
I have setup all the necessary keys from the payment setting section. What could have been wrong here?
Hi @iverok . Thanks for the quick reply.
This is what I got.
ERROR Could not get Vipps access token Access denied due to missing subscription key. Make sure to include subscription key when making requests to an API.
I’ve added the right subscription key. Should I contact Vipps regarding issue?
Regards,
PrabinForum: Plugins
In reply to: [Google Maps - Simple Pins] Weird Grascale line Showing inside MapHello Bunte Giraffe,
Thanks, it’s working like a charm now. ??
Hoping for a new release. Good Luck !!
Kind Regards,
PrabinForum: Plugins
In reply to: [AccessPress Social Counter] Google Plus count not workingNo response from the plugin author.I think this plugin has a issue.
Forum: Plugins
In reply to: [HD Quiz] Add Two or More Answers for a Single QuestionHi @harmonic_design,
I’m little confused here. If we randomize the question here, then there will be different questions in the fourth number right ?
So, if we want the two correct answers of the questionPost ID 275, what will be the right way to add our
jQuery
?Thanks
Forum: Reviews
In reply to: [Wp-Pro-Quiz] Inactive AuthorHello @xeno010 , I think you know what the problem is. I gave the feedback 5 months ago and you are replying now.
I don’t expect anything from you .. ?? Just be active that’s it. Reply to my message and I will rate again. No hard feelings mate !!- This reply was modified 8 years, 1 month ago by Prabin.
Yes , I removed the plugin but then I won’t be able to use the plugin right ?
Forum: Reviews
In reply to: [OneSignal - Web Push Notifications] OneSignal is malwareWhy are you chuntering about Malware? It’s not a Malware.
FYI Malware is a software which is specifically designed to disrupt or damage a computer system.
Your review is entirely illogical because the plugin is supposed to popup notification on desktop. And sir, You may have to rethink about the review.
If you have a problem or query, there’s always a Support Forum.Forum: Plugins
In reply to: [HD Quiz] After successfully Facebook Sharing, pages goes Blank !Oh sorry,
it was on the
if{
condition I added the target =”_blank”. Instead, it should be placed onelse
condition. My mistake !!Thankx again
Forum: Plugins
In reply to: [HD Quiz] After successfully Facebook Sharing, pages goes Blank !Thank you for your response.
I think
target = "_blank"
is a temporary solution for now.
However, addingtarget = "_blank"
still opening the sharing link in the same tab.Forum: Plugins
In reply to: [HD Quiz] After successfully Facebook Sharing, pages goes Blank !Hello,
Yes, facebook sharing redirects to the blank page after successful sharing and the URL is of Facebook URL. The only extensions I was using were Adblock Plus and Multilogin, I disabled them and still the issue persists.
The blank page url looks like this
Twitter sharing is working very fine though !!
Forum: Plugins
In reply to: [HD Quiz] Disallowing users to answer questions after Quiz is finishedHaha, this was the free and best Quiz Plugin I’ve discovered in WordPress after 2 weeks hard work of research. Easy to use and customize too. However, I am still customizing some stylesheet of the plugin. Thanks again !!
Forum: Plugins
In reply to: [HD Quiz] Top Scorer Functionality?WOW !! Great , finally that worked. But in my updated version of the plugin that was not in line 90. ?? I replaced :
<img onclick="shareOnFB();" style="cursor:pointer" id ="fbShare" src="" alt ="Share your score!">
above code, and it finally worked !!
Great plugin, but however, I have discovered another unusual issue on this plugin when after clicking the finish button. I don’t know if it was developed that way by the Plugin Author but in most of the case, it’s not that standard. I will post in my next Support Topic.
Thank you again ??Forum: Plugins
In reply to: [HD Quiz] Top Scorer Functionality?Hi,
I replaced<a href = "https://www.facebook.com/sharer/sharer.php?u=<?php echo $quAddress;?>&title=<?php echo $quTitle;?>"><img id ="fbShare" src="" target ="_blank" alt ="Share your score!"></a>
with your above code:
<a href ="https://www.facebook.com/v2.4/dialog/share?app_id=<?php echo $fb; ?>&caption=<?php echo $captionText; ?>&description=<?php echo 'I scored '.$total.'/'.$total_Questions.' or '.$total_Percent.'%. Can you beat me?'; ?>&href=<?php echo $quAddress; ?>&locale=en_US&mobile_iframe=false&name=<?php echo $quTitle; ?>"><img onclick="" style="cursor:pointer" id ="fbShare" src="" alt ="Share your score!"></a>
But the same issue, no change. ?? Is there any other solution ?
Forum: Plugins
In reply to: [HD Quiz] Top Scorer Functionality?Thank you for your reply.
But I couldn’t add more than two APP DOMAINS. I can copy and paste in the field but when I hit the Save Changes button. It reverts back to 2 app domains. Does facebook has a limit to this?