Webikon s.r.o.
Forum Replies Created
-
Forum: Plugins
In reply to: [ContestHopper for WordPress] social sharing icons and options missingHi An,
well, seems that your settings are wrong or there is a fight between plugins. do you have a test environment where you could give me access to?
Juraj
Forum: Plugins
In reply to: [ContestHopper for WordPress] Changing ColousHi,
at the moment there is no built in way to change colors, but you can override them using your own CSS.
Juraj
Forum: Plugins
In reply to: [ContestHopper for WordPress] social sharing icons and options missingHi,
do you have a link to a running website, where this happens?
Juraj
Forum: Plugins
In reply to: [ContestHopper for WordPress] contest subscribers not on mail chimpHi,
could you please provide a link for the website?
Juraj
Forum: Plugins
In reply to: [ContestHopper for WordPress] Contests only for registered usersHi,
This plugin only styles the login page and does not hide content from unregistered users.
You will have to register a new widget area and programatically show it to logged in users. Maybe there’s even a ready plugin for that..
So far, rewards are only calculated from sharing, not liking pages.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Contests only for registered usersHi,
You can try any membership plugin, which allows you to hide content from users that are not logged in.
Alternatively, you can hardcode this into your theme:
<?php if ( is_user_logged_in() ) { echo do_shortcode( '[contesthopper contest=XX]' ); } else { echo 'Log in to enter the contest'; } ?>Showing contest only for users which like a particular facebook page would need much deeper integration and is not supported at the moment.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Form and user name don't appearHello,
thank you for the report.I think you actually can write inside the text inputs, you just can’t see it. Theme CSS sets the inputs to a small height and you can’t see the text due to line-height.
The other issue (the javascript one) is actually worse. We are using a deprecated function in our script, that was removed in jQuery 1.9+. We will fix this in the next update.
Matus
WebikonForum: Plugins
In reply to: [ContestHopper for WordPress] Cannt add new contestHello,
we did some tests but could not reproduce this issue. To debug this (issue should be around selecting/creating new contesthopper auto-drafts), we will need ftp/wp-admin access to your site.
If you are interested, please send us an email: contesthopper@webikon.sk
Thank you,
Matus
WebikonHello,
thank you for your report. WP core in sub directory should not matter. Could you please go to the page with contesthopper widget, view page source and search for:
“var ch_ajax”
and paste that line here?Thank you.
Forum: Plugins
In reply to: [ContestHopper for WordPress] point systemWe will let you know if we decide to implement this feature.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Cannt add new contestHi AmazingHulk,
Please check if there aren’t errors on your website caused by your theme or another plugin. It seems there is problem with creating new posts but we have never seen this problem regarding ContestHopper.
Can you please write us the names and versions of plugins used on your website?Peter
WebikonForum: Plugins
In reply to: [ContestHopper for WordPress] point systemHi cenaetas, thank you for your feature request. We will consider inmplementing this feature. Unfortunately, it will not be implemented in the next release of ContestHopper 1.0
Hi Flabadab,
Nice to hear you love our plugin and thanks for your feature request. We will consider to implement this feature into ContestHopper version 1.xPeter
con(SULTAN)t @webikonForum: Plugins
In reply to: [ContestHopper for WordPress] Form and user name don't appearHello,
there shouldn’t be any issues with using Chrome. I did test your site (on Windows 7, Archlinux, OSX, all latest Chrome versions), name and email fields did show up correctly.Forum: Plugins
In reply to: [ContestHopper for WordPress] TranslationHi, thanks & sorry for late answer.
Sure, now there is a .po file in /languages directory, feel free to translate 🙂