Igor Benic
Forum Replies Created
-
Hi @stefanomaxis, it is not possible. I am working on a custom action where an HTML could be put so you might use that for it but you won’t be able to verify if the subscriber has watched/clicked on it.
Forum: Plugins
In reply to: [Sponsors] widget don’t workHi @webbud65, I’ll check what was done in 3.4.0 related to that to fix it.
Sorry for a late response.
Forum: Plugins
In reply to: [Sponsors] Display issues with slider shortcodeHi @maxms, thank you for letting me know.
I’ll have to check that all out and get back to you, hopefully by Monday.
Hi @airtite, I’ll definitely check it out and their documentation on it. It should be 90% compatible since it uses the WordPress core translation functions which WPML hooks into it, but I’ll definitely check it out to make sure it’s 100%.
Thanks!
Hi @airtite, for now, there is no such event sent in Facebook Pixel. Do you use a plugin for adding the pixel?
In case you’re using the regular landing page (not site layout), the page is stripped of any other scripts added on other pages. So you would need to add the facebook pixel there manually using Giveaways > Settings > Scripts.
So, to track someone, you could theoretically use the “redirect” option on giveaway to redirect the user to a thank you page and use that to track conversions. Not sure if it’s possible to track it through a query parameter in the URL. If it’s not, it could be something like this:
If you’re using the classic landing page for giveaway, then under Giveaway > Settings > Script > Footer
<script> // After the Facebook pixel script and fbq('init', ....) var giveawayHref = window.location.href.split('?'); if ( giveawayHref.length > 1 && giveawayHref[1].indexOf('ref=') >= 0 ) { fbq('track', 'Giveaway Signup', {giveaway: giveawayHref[0] }); } </script>I have not tested that, but when someone subscribes to a giveaway, they are usually redirected to the same giveaway URL (unless using a custom redirect) with query parameter ?ref=… which is a unique string for each subscriber. Then, if that happens, in the script above we are looking for that query parameter. If it is available, we are sending a new tracking event ‘Giveaway Signup’ and also sending additional information about the giveaway URL so you know which Giveaway they have subscribed to.
If you’re using a Facebook Pixel plugin, let me know. I can take a look into integrating it with Simple Giveaways and sending the custom events with more data.
Hi @wadeshow25, when entering prizes, if they are awarded automatically, there is an option to add the chance of winning it. So for example, we have 2 prizes, prize A has 20% chance of being won and the prize B has 30%. So basically, there is a 50% chance of winning a prize.
Hi @airtite, for now, there is no additional actions to award entries on entering a list. I do have that in my backlog for a future version. For now, subscribers are automatically subscribed.
Forum: Plugins
In reply to: [Pets] How to add donation?Hi @mansur4x, the donation button and form is an integration with GiveWP plugin: https://wordpress.org/plugins/give/
Once you install that, there will be a few settings under Pets > Settings regarding GiveWP
Hi @airtite, I have not yet tested it with WPML, but I don’t think everything is supported there. Especially the countdown where the localization won’t work due to a different library which I intend to change in a future version.
Hi @airtite, no problem 🙂
If that won’t work for you, you can always create a custom form field that is a checkbox and that’s required to be checked.
Forum: Plugins
In reply to: [Pets] Add custom fields to the menuHi @anna01, for now, all these fields are custom values so archive pages for them do not exist unless you use the search form.
The easiest way to build that is to use the search form first, then copy the link in the address bar of the browser and then create a custom link menu item with that URL.
Forum: Plugins
In reply to: [Pets] Love it – but have a question about setting up private fieldsHi @jospoika, sorry for such a late response. I can see how this feature could be helpful for you and I’ll definitely check it out and see if we can somehow create fields that are private or that are viewable only to people with certain permission (which also could be helpful).
Forum: Plugins
In reply to: [Sponsors] Horizontal display and carouselHi @buttibis, thanks for letting me know. I’ll have to check it out. Last time I checked, everything worked fine but there may be a conflict with other plugins or similar.
As for widget, I don’t think there is an option for a vertical carousel but that is a good feature for the next version. I’ll add it to my backlog and work on it for the next version.
I see that you’ve used the Elementor sliders for now, I do plan to have elementor widgets in there as well. Would that be helpful for you as well?
Forum: Plugins
In reply to: [Live Scores for SportsPress] Commentary IssuesI am going to mark this as solved since we have realized that it was the multisite issue here. To solve that, on each site, you need to activate this plugin to install custom tables that are required instead of activating it on network.
Forum: Plugins
In reply to: [Change Prices with Time for WooCommerce] Prices Changing At CheckoutHi @kickstandhog, as promised, the version 1.7.0 now stores the price that was added in the cart on the checkout as well so customers are not surprised with the price change.