Webikon s.r.o.
Forum Replies Created
-
Hello,
at this time, we are sadly unable to meet any commercial assignments regarding ContestHopper. You are however free to hire a third party to do the necessary modification. The other option is to wait for further version updates, that will come as soon as they are ready.
Forum: Plugins
In reply to: [ContestHopper for WordPress] worpress multisiteHello amasogo, thank you for trying out ContestHopper.
At present, COntestHopper doesn’t support multisite installations, but we plan to add it in the future.
Regards,
LukasForum: Plugins
In reply to: [ContestHopper for WordPress] external contestsResolved.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Emails are going to spam —-Resolved.
Forum: Plugins
In reply to: [ContestHopper for WordPress] WordPress MultisitePlanned change.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Form fields not working?Hello,
your theme is setting a height for inputs. You actually are inputting text in the inputs, but you can’t see it.
Add
.ch_widget input { height: 41px; }to your CSS.
Forum: Plugins
In reply to: [ContestHopper for WordPress] WordPress MultisiteHello,
thank you for the report.We are aware of some issues when using contesthopper in a multisite. We will make contesthopper multisite compatible.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Emails are going to spam —-Hello,
1. We do not directly influence whether the emails end up in the spam folder. It might depend on “from” email, email subject/content and web hosting provider.
There is currently no option to send emails through custom SMTP server.2. Validation link (double opt-in) will direct the user back to the contesthopper widget. There is no nice way to change the destination URL right now. We will change that.
Hello,
this is currently not possible without code modification. You would have to (at least) change the contesthopper post_type, participant database table names and admin page IDs in one plugin version.
Forum: Plugins
In reply to: [ContestHopper for WordPress] Not submintting formsteviphoto,
well, you need to make sure your theme uses the same jquery version that wordpress does. this is done easily with enqueue_script.
http://codex.wordpress.org/Function_Reference/wp_enqueue_script
since you say, you have no idea how to code, try to contact the person who created the template for you.
cheers,
juraj
Forum: Plugins
In reply to: [ContestHopper for WordPress] Not submintting formno problem,
now enjoy some contest hoppin’ 🙂Forum: Plugins
In reply to: [ContestHopper for WordPress] Doesn't show in admin menu after activationI just made a clean install of 3.7.1 and successfully activated contesthopper with no issues.
he’re what i would do:
deactivate all plugins and choose a default theme. then activate them one by one and see when contesthopper stops working.juraj
Forum: Plugins
In reply to: [ContestHopper for WordPress] Not submintting formsteviphoto,
you have a javascript error, probably because two jquery versions are called.
is your theme a custom one?juraj
Forum: Plugins
In reply to: [ContestHopper for WordPress] Not submintting formchuo999,
never ever edit core files. the two lines need to go to your theme functions.php, and have to be called in a hook
http://codex.wordpress.org/Function_Reference/wp_enqueue_script
http://codex.wordpress.org/Function_Reference/wp_localize_scriptForum: Plugins
In reply to: [ContestHopper for WordPress] Doesn't show in admin menu after activationHi,
does the plugin stay activated?
which wp version are you using?
does wp throw any any errors?juraj