Igor Benic
Forum Replies Created
-
Hi @alijafark, I have tried it myself and everything seems to work.
Here is the structure of a child theme: https://paste.pics/84f0a5d325a89b7abbb94e6d441fde6b
(Both giveasap_template.php and template1.php have exact same code as the original ones).
And here if I change something inside of files in child theme, it reflects on the giveaway: https://paste.pics/72a69b52a18241605a0bae2849b65b4a
You’re close 😀 Delete the other files as they won’t help you. Just leave the templates folder and the
template1.phpin it.No create the
giveasap_template.phpfile inside of /giveaways/ and then copy the contents ofwp-plugins/giveasap/public/giveasap_template.phpYou can delete the previous code involving
giveasap_display_template_path.@alijafark inside of your child theme it should be giveaways/giveasap_template.php and giveaways/templates/template1.php
Also, I forgot I added this. You can create a folder giveaways and copy the structure there. For example, copy the giveasap_template.php and templates/template1.php and it should work out of the box
Hi @alijafark, I’ll see to enable that in the next update for now. Try this:
add_filter( 'giveasap_display_template_path', 'change_path_to_template_in_child_theme'then inside of that function:
function change_path_to_template_in_child_theme() { return trailingslashit( get_stylesheet_directory() ) . 'giveasap/'; }Then inside of giveasap folder add
template1.phpfileThere is no global setting to disable them, but with code, if you can add it somewhere, it is.
add_filter( 'giveasap_send_registered_email', '__return_false' );is for the default subscribe email that each subscriber receives when it signs up.As for other emails such as notify the admin on each new subscriber or for notifying users when they have received extra points by referring others, those are disabled by default under Giveaways > Settings.
Hi @alijafark, sorry for such a late response. This last 30 days went by really fast as I was working on a new version.
Custom referral entries are a premium feature.
If you want to add a custom code, you can do that by using the filter ‘giveasap_entry_value’ so you could add somewhere in your theme or as a separate plugin this piece of code:
add_filter( 'giveasap_entry_value', 'my_custom_function_to_add_entries', 10, 2 );And this:
function my_custom_function_to_add_entries($entry){ return 5; }Change my_custom_function_to_add_entries to something else if you want.
Forum: Plugins
In reply to: [Change Prices with Time for WooCommerce] Prices Changing At CheckoutHi @kickstandhog, I have not forgot about this but worked on a few projects this week that had to be launched. Now working on a new update for Simple Giveaways which should get finished in a day or two and then I am jumping on this.
Forum: Plugins
In reply to: [Live Scores for SportsPress] Commentary IssuesHi @breifne, I was able to correct minutes and other without issues.
Do you have a security plugin such as Wordfence or similar? Such plugins sometimes blocks some of the AJAX calls if a firewall is up. Let me know if you are using one and which one so I can try to dig up how to allow AJAX calls from this plugin.
Forum: Plugins
In reply to: [Live Scores for SportsPress] Commentary IssuesHi @breifne, this is a forum for the free version of the plugin. We must not discuss about premium features.
Please send me a message through ibenic.com/contact so we can continue the discussion of it there.
As for the other error, that’s an odd one. I’ll go and check the issues now.
Forum: Plugins
In reply to: [Change Prices with Time for WooCommerce] Prices Changing At CheckoutOk, I’ll check with that within this week and see how to lock the price.
Forum: Plugins
In reply to: [Change Prices with Time for WooCommerce] Prices Changing At CheckoutHi @kickstandhog, thanks for reporting it. Usually, the price should be saved in cart at the price that was added to card and stay like that.
Which WooCommerce version are you using? I’ll see to check that out and try to lock the price.
Forum: Plugins
In reply to: [Live Scores for SportsPress] bug report + fonctionality questionHi @allezpaillade, not sure why. That’s really odd that ads and this plugin would be in conflict. So, even on pages where you don’t show any results or commentary, but have the ads there, it crashed only when this plugin is active?
As for the tweets and video links, that’s correct. I am currently working on a new architecture there to check if I’ll make it possible.
Thinking of creating a complete “single-page” of matches where you could easily enter commentaries and users browse them. Something similar to FIFA app (using it on Android to draw some inspiration).
Forum: Plugins
In reply to: [Live Scores for SportsPress] Info request for the pro versionHi @corsoweb, sorry for a late reply.
Since this is a free forum, questions and discussion around the premium versions are not allowed.
As for the license, there is no worry. It can be transitioned.
Forum: Plugins
In reply to: [Simple Sponsorships] Set 3 instead of 2 columnsHi @svmozwisued, you should be able to change columns by adding the attribute col=3 so it could look like:
[ss_sponsors col=3]