Igor Benic
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Sponsorships] Set 3 instead of 2 columnsHi @svmozwisued could you tell me more about where you would like to have 3 columns? Is that using a shortcode, widget or something else?
Hi @adrianrl154 for now there is no other than using the /giveaway archive page.
But I am working on a new way to display giveaways which you will be able to filter and assign categories to them.
Hi @chrispnw,
it depends. They have a nice giveaway builder with drag’n’drop features which I do think of building in the future.
Simple Giveaways have maybe more automation features such as awarding prizes automatically, winning tickets and such.
I would advise you to try both free options and see what works better for you when managing giveaways. Then you can check some of the features you are interested on RafflePress and I can let you know if that is also in Simple Giveaways.
They have some integrations I don’t have, while there are some integrations I built that they don’t have yet. But this depends on what you need from your giveaways 🙂
I also might be biased for answering this so I would rather leave it to others to judge 😀
- This reply was modified 5 years, 8 months ago by Igor Benic.
- This reply was modified 5 years, 8 months ago by Igor Benic.
Hi @dariodacierno,
1.5.0 update pushed where you can check for the product to have their sale prices updated now.
Forum: Plugins
In reply to: [Pets] Max pets per pageHi @itsharzy, that should work. I’ve tested it now and it works fine.
Maybe there is another plugin that is changing that without checking on which post types and thus interferes with this setting? Or there could be a caching issue where those pages needs cache to be refreshed.
Forum: Plugins
In reply to: [Pets] Changing AuthorHi @chrismeyerlv, that’s correct.
I have not added support for such feature. But I’ll look into that and add it in the next update.
Forum: Plugins
In reply to: [Pets] Display all pets on a Block on the home pageHi @chrismeyerlv,
this shortcode is only for displaying single pets. There is no shortcode yet for showing all pets.
So, you would like to display all pets as they display on the archive page of them?
That is weird, but I am going to work on that so you don’t need to do that anymore.
Thanks for letting me know!
Hi,
the giveaway should start automatically.
Going to check the code on it.
If you’re using caching on your site, can you try clear it on that giveaway? Just to see if that is the case.
Also, what timezone settings are you using in WordPress? Just want to check that out as well locally.
- This reply was modified 5 years, 9 months ago by Igor Benic.
Hi @davidschwartzer, sorry to hear what happened to you.
The plugin does not have anything to do with removing tables from databases and such. When publishing a giveaway it is the same as publishing a regular post since it is saving the data the same way.
The major interactions with the database (to create custom tables for storing entries) is on activation. So publishing a giveaway does not have any major interactions with databases. I am using it on my own site and also on wpsimplegiveaways.com where I published a giveaway a few days ago without issues.
I am wondering what do you mean by corrupted database and how it crashed. Did the site not work entirely? Or only some parts of it? There could be numerous parts that could corrupt the database. Experienced it myself with various setups (plugins, server configuration and such).
If you want, we can try it together again, maybe on a staging site to see what is going on.
Even though it could be something else or something I did not see, but I would recommend you make a malware scan on your site just to be sure that you weren’t a victim of an attack recently.
Best,
IgorForum: Plugins
In reply to: [Raise Prices with Sales for WooCommerce] Translation not workingHi @mvek, I’ll check it out and see what is going on. The translated strings should be shown but there might be something that is blocking that.
Hi @sinjin22, there is no such integration yet.
I’ll have to check it out and see how that works to be able to integrate them with Simple Giveaways.
Forum: Reviews
In reply to: [Simple Sponsorships] Anything useful has to be paid forHi @indione, what do you mean by that?
The free version includes everything needed for sponsorships that I’ve encountered:
– Packages for which sponsors can sign up for (people are
– PayPal method if you want payment
– Bank details (which is a preferred way for many sponsors/events for easier accounting)
– Display sponsors where you want.
– Manage Sponsorships and SponsorsWhat is the feature that you see as really useful?
- This reply was modified 5 years, 10 months ago by Igor Benic.
Forum: Plugins
In reply to: [Live Scores for SportsPress] Unable to install the pluginHi @fcrouen1899, this usually happened when people tried using this plugin without the SportsPress plugin. This is just an extension for SportsPress so the main plugin needs to be active.
Hi @xenosyy, for email validation, this plugin is using the WordPress email function is_email to check if the email is valid. https://developer.wordpress.org/reference/functions/is_email/
This function is used also for core WordPress functions to check when a user registers. Maybe the email format is not correct.
I just tried it and it worked for me (you can delete the subscriber with email starting igor@stayn ). I would guess that there is a strange email format which WordPress finds it invalid. You can send me an example on ibenic.com/contact so I can try it myself as well and see if there is a way to enable that.