Webikon s.r.o.
Forum Replies Created
-
Forum: Plugins
In reply to: [ContestHopper for WordPress] limit entriesHello,
currently there is no way to limit to first “x” entries.We will add this feature to feature requests and consider it for future versions.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Still no Mail ChimpHello again,
I did try this out recently and was able to add multiple emails to my MailChimp test lists.
You don’t need to set anything except the mailchimp API key, then refresh the mailchimp lists and select the list you want emails to go and save the contest.
If you are using double opt-in the email will be added after participant confirms his participation.
If you are not using double opt-in, the email will be added after participant confirms the mailchimp double opt-in email.So if you are not using double opt-in, you should receive an email from your mailchimp address asking to confirm your subscription to the selected list.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Plugin not workingI have tried your combination of Codestyling Localization and Polylang.
I have managed to generate and translate the po/mo file through Codestyling plugin and load/switch it through Polylang without any issue so I am still not sure why you are getting “invalid contest” error message.
Currently, there is no support for multilanguage user-generated texts. More info/similar issue in this topic.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Bilingual support?Hello,
currently there is no support for multilanguage user-defined content (contest title, description, …) or WPML string translate. We will add it to feature requests.
Static texts can be translated using the .mo file.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Plugin not workingThat is ..interesting, the reactivation shouldn’t do anything that could fix this. I also don’t see a plugin that might do something to wp_query in your list.
In any case I am glad that it worked itself out, but I will keep an eye on this issue. If it reappears please post here again and we will dig deeper.
Thank you.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Plugin not workingThank you for additional information.
I have looked into it, but I am still not able to reproduce the issue.“Invalid contest” message happens when database query does not find the contest by ID (224 in your case).
Do you have contest with ID 224 listed in “All contests” page?
Do you have any plugins/filters that might alter the behavior of WP_Query class?Forum: Plugins
In reply to: [ContestHopper for WordPress] Plugin not workingHello,
what is the exact shortcode you used in the page?
If you add contesthopper as a widget (not with a shortcode), does it work?Forum: Plugins
In reply to: [ContestHopper for WordPress] form doesn't work / pop up doesn't pop upSeems like a problem similar to this topic.
You can send the link here: contesthopper@webikon.sk
Forum: Plugins
In reply to: [ContestHopper for WordPress] contest timer on indexHello,
I am sorry, but I do not quite understand your question. Could you please elaborate?Thank you.
Forum: Plugins
In reply to: [ContestHopper for WordPress] tinymce editor & Custom Fields for Contestsprasadb4u:
With contesthopper 0.9.4 we have added tinymce editor for contest description with shortcode support as promised, so I will resolve this topic.hilmil:
Currently you can hide total entries box only through custom css (display: none; on second .boxes.blue). We have an idea on new contest styling method, that should make doing things like this much easier, but it might take some time to implement.Forum: Plugins
In reply to: [ContestHopper for WordPress] make a contestHello,
you are not a bother at all, this is what the support forums are for.Did you solve the sidebar issue? If no, could you link your site where you are using contesthopper?
Thank you for the suggestions on customizing the before/after submit. We will implement additional customization options in the next version (contesthopper 0.9.5).
The contest form should not appear in the email.
Double opt-in email is used if you want users to confirm their participation by clicking the link in the email (generally used for email validation).
Confirmation email is just to inform the user he successfully joined the contest and (optionally) tell him what comes next.If you have any other questions, do not hesitate to post again.
Forum: Plugins
In reply to: [ContestHopper for WordPress] No additional entries from referralsAfter the latest contesthopper update (version 0.9.4) you can now use this code (put it in functions.php in your theme) to change the referral parameter name:
function contesthopper_custom_ref($ref_name, $contest) { return 'ch_ref'; } add_filter('contesthopper_ref_variable', contesthopper_custom_ref, 10, 2);This will rename the variable for all contests to “ch_ref” and should be compatible with Affiliate plugin.
Forum: Plugins
In reply to: [ContestHopper for WordPress] No additional entries from referralsGreat, thank you for your help with finding this issue.
Right now you will have to choose between the two plugins.
We will add an option to change the GET parameter name through the developer API in 0.9.4 coming around the end of the week.Forum: Plugins
In reply to: [ContestHopper for WordPress] No additional entries from referralsThank you for the list.
The Affiliates plugin is using GET parameter “ref” in the affiliate links. This plugin might be redirecting the page after a ref supplied by Contesthopper.
Please try to disable Affiliates plugin and test the referrals in Contesthopper.
Forum: Plugins
In reply to: [ContestHopper for WordPress] MailChimp Not Getting ContactsWe have found a bug in third party integration code. This issue will be fixed with the next version (should be released by the end of this week).
Thank you for your feedback and putting us one step closer to 1.0 release.