SantiagoInteractive
Forum Replies Created
-
Forum: Plugins
In reply to: [MobCard Woo Payment Gateway] Return URLHi,
I think you are talking about another plugin. This plugin doesn’t work like that and there is no shortcode to put anywhere.
Forum: Reviews
In reply to: [MobCard Woo Payment Gateway] Thank you!Thank you for your rating. Appreciate it!
Forum: Plugins
In reply to: [MobCard Woo Payment Gateway] Support mobile payments sms card this version?Thank you for your testing and confirmation.
Have a productive day!Forum: Plugins
In reply to: [MobCard Woo Payment Gateway] Support mobile payments sms card this version?Hello,
Sorry for the late response.At this moment this plugin provides only payment gateway via credit/debit card. I will try to implement the SMS option soon when I will have some spare time, but I don’t have an ETA for this.
It should run just fine on the latest WordPress versions, even 4.6. I will update the read-me file in a few days after checking in-depth the compatibility.
In the mean time you can give it a try and post here if it works on your environment.
Enjoy!
Forum: Plugins
In reply to: [SS Quiz] [Plugin: SS Quiz] PLugin is not reactingYour welcome!
Try Contact Form 7 instead, it’s very good and it’s not bugging other plugins: http://ww.wp.xz.cn/extend/plugins/contact-form-7/Forum: Plugins
In reply to: [SS Quiz] [Plugin: SS Quiz] PLugin is not reactingYou have some errors:
TypeError: $m(“.ccf-datepicker”).datepicker is not a function
$m(“.ccf-datepicker”).datepicker();Try to deactivate the plugin for your contact form and see if works now.
Forum: Plugins
In reply to: [SS Quiz] [Plugin: SS Quiz] PLugin is not reactingCan you provide your website link?
Forum: Plugins
In reply to: [SS Quiz] [Plugin: SS Quiz] The plugin is not working on my themeSee this thread: http://ww.wp.xz.cn/support/topic/plugin-ss-quiz-plugin-is-not-reactin
Hope it helps.
Forum: Plugins
In reply to: [SS Quiz] [Plugin: SS Quiz] PLugin is not reactingDo you have wp_head(); declared in your header.php template file?
If not add this piece of code before </head> tag:<?php wp_head(); ?>This will get some jquery and ajax scrips needed for propper runnig this plugin.
Hope this helps.
Forum: Plugins
In reply to: [SS Quiz] [Plugin: SS Quiz] Add TimerTry this in your shortcode:
[ssquiz id=1 timer=90]Where 90 are seconds. You can fill there what value do you want, in seconds only. Please note that the timer is for all the quiz not for each question.