Igor Benic
Forum Replies Created
-
Hi @bjrnet21 thank you for letting me know. I might have missed something although tried to be as thorough as possible with testing everything. I’ll check those out.
You can stay with 2.36.0 without issues. The minor releases are some big code refactoring to be up-to-date with WordPress guidelines.
The function
sg_show_meta_infodoes not exist anymore due to that and it is usinggiveasap_show_meta_info(). In the next fix, I’ll provide a backup on that so even sg_show_meta_info will work.The most surprising is the SG_Categories ones. I’ll have to check that out to be sure everything was pushed correctly in the last update.
Thanks,
IgorForum: Plugins
In reply to: [Live Scores for SportsPress] How to create the score view?Hi @illuder this is just a picture created for the cover.
I think by using the SportsPress plugin, each match page should have the results and current time so this should be achievable by custom CSS.
Forum: Plugins
In reply to: [Live Scores for SportsPress] Logos of teamsHi @natangoes, this plugin uses the SportsPress teams for displaying live events. There should be a logo there displayed.
Unless you’re trying to use the ScoresPro integration for live events. There is no option for adding team logos there as it is all collected from their data.
Forum: Plugins
In reply to: [Pets] Filter [pets_archive]Hi @lboon it uses the field slug not the title. So for the title, you can have it with spaces, but for the field slug, you can put no_longer_adoptable (same as articles/posts have their slugs created for URL).
Forum: Plugins
In reply to: [Pets] Filter [pets_archive]Hi @lboon,
the next update 1.4.0 contains new attributes in pets_archive
Example:
[pets_archive filter=adopted filter_value=0] Will show only those that are not adopted. Pets will still be visible and public, but will not be able to be searched here.
As well, if you go to Pets > Settings and under Search Filter, set the Adopted to NO. This will then filter the global search on /pets and not show pets that were adopted.
For your other scenario:
[pets_archive limit=3 orderby=rand hide_nav] -> Show 3 random pets without pagination.
As no replies are here and the solution above fixes it for all giveaways, I am marking this as resolved. In case new help is needed, please create a new ticket here.
Forum: Plugins
In reply to: [Sponsors] Display issues with slider shortcodeHhi @maxms so sorry for such a late response. Overwhelmed with work. I have yet to debug this and find out what is wrong with it.
I plan to update this plugin with some new features/fixes so this is my top priority.
I am not seeing the images too tiny but I have not checked the real size of those images so compare. I see the images are not centered vertically, so I’ll take a look at that as well.
Forum: Plugins
In reply to: [Sponsors] random orderbyHi @checksumdk, you should be able to order them randomly if you use ‘rand’ instead of random.
Since it uses the get_posts function, all orderby options can be seen here: https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters
Hi @blacknan, there is no option to hide it since it’s a free version.
You should be able to hide it by entering this snippet of CSS in Giveaways > Settings > Scripts and then inside of Styles
footer.giveasap_section a.giveasap_button-secondary { display: none; }Hi @blacknan, the subscribers are not also the users of your website. That’s separate.
Even when the giveaway finishes, the subscribers’ data will be there. But it does not interfere with the users/customers of your site.
Hi @gasoj, thanks for pointing out. I’ll check it out.
That’s for an older giveaway version when it was updated to a new one. All new installs won’t ever run this function.
Marking this as solved. If any issues rise up again, please create a new ticket and I’ll get to it asap:)
- This reply was modified 5 years, 3 months ago by Igor Benic.
Hi @airtite, in 2.35.0 there are new actions that can help you with asking users to sign to a list or more and award them points.
Hi @randit, the version 2.35.0 should have a fix for it. Please check it out 🙂
Hi @randit, that’s correct. I am working on a new version of the plugin which should go out in a few days and fix this issue as well.