Webikon s.r.o.
Forum Replies Created
-
Forum: Plugins
In reply to: [ContestHopper for WordPress] Won't SubmitHi,
is there anything that shows up in your php logs?
alternatively, try to turn on debug mode – http://codex.wordpress.org/Editing_wp-config.php#Debugjuraj
Forum: Plugins
In reply to: [ContestHopper for WordPress] Hide buttonsHi metwo,
I’m glad you figured how to do it. We plan to add more possibilities how to customize the plugin in one of the next versions of ContestHopper. One of them will be custom fields (eg. question).
Peter
Forum: Plugins
In reply to: [ContestHopper for WordPress] Not submintting formHello,
thank you for the feedback.It seems that contesthopper front-end javascript and CSS is not loading on your page. From the plugin list I don’t see anything suspicious. Maybe the theme is causing that, but this is not straightforward to debug.
You can try to work around this by manually adding
CSS file (wp-content/plugins/contesthopper/templates/default/widget.css)
and enqueue+localize ch_js_widgetwp_enqueue_script('ch_js_widget'); wp_localize_script('ch_js_widget', 'ch_ajax', array('ajaxurl' => admin_url('admin-ajax.php')));Forum: Reviews
In reply to: [ContestHopper for WordPress] Love it and great pluginthanks!
Forum: Plugins
In reply to: [ContestHopper for WordPress] external contestsGlad to hear you love the plugin and thanks for the feature idea. We will try to implement it in one of the future versions of ContestHopper.
Please consider writing a review for us. Thanks.Peter
Forum: Plugins
In reply to: [ContestHopper for WordPress] Click and Copy URL is not workingHello,
thank you for the feedback.We agree, we will rework this functionality.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Share Buttons Not SharingHello,
could you please link us to a page with contesthopper widget again? It is a 404 on the one you linked before.
Thank you.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Problem adding images…Hello,
thank you for your feedback.We did not encounter this until now. Is it possible to send us admin account credentials for your site?
Forum: Plugins
In reply to: [ContestHopper for WordPress] Form Field and Join Button "Crushed"Hello,
try to add this to your style.css:
.ch_actions_inner input { height: 40px; }There is also a paragraph inside the ch_countdown div that should not be there.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Copy link: don't use FlashHello,
thank you for your feedback.Currently there is no easily accessible alternative, but we already have plans to rework the referral link in the widget.
For now, you could hack in an alternative by altering the widget template.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Seperate voting areasHello,
sorry for the late answer.Currently without touching the PHP code only through CSS.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Latency with confirmation emailHello,
thank you for your feedback.This is unfortunately out of our control. Plugin is using wordpress’ wp_mail function so the speed of delivery depends on your host.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Share Buttons Not SharingHello,
thank you for the feedback.Yes you understand the social buttons correctly. The social buttons should create a new window that will enable the user to share the contest (with the pictures/texts set in admin prefilled). Javascript is required for this to work.
If you have a javascript error on your site, it might disable this functionality.
Hello,
thank you for your feedback. We did not think about multiple registrations on one device. Currently, you have to delete the contesthopper cookie manually, or use the browser in incognito mode (or use other browser).
We will add this to our TODO list.
You can register only once per email. Even if you delete the cookie and register again with the same email, plugin will match the email with existing registration and will only restore the cookie (not create a new entry).
Forum: Plugins
In reply to: [ContestHopper for WordPress] Click and Copy URL is not workingHello,
it should be enough to click the URL. After the click it should be in the clipboard and user can paste it.
If it does not work. Could you give us the URL of your contest so we can try it out?
Thank you.