web-able
Forum Replies Created
-
Forum: Plugins
In reply to: [BetPress] I Need Help@tutmaninc, contact me via email office [at] web-able [dot] com
@jan Dembowski, I am sorry, I wasn’t aware of these restrictions. Please remove your comment from here and the reply I am typing right now. Also, edit my post in the sticky topic saying that the forums are only supporting the Lite version or open the topic so I can edit it by myself.
Forum: Plugins
In reply to: [BetPress] Specify SportsJust quote the sport. For example:
betpress_bettings sport="Handshake Cull"This is not an issue with the plugin. That’s justs how WordPress shortcodes works 🙂
Forum: Plugins
In reply to: [BetPress] Result not working properlyI can’t understand your problem.
Is this what happens:
1. User submit a slip
2. You edit the bet options’ statuses
3. The user’s slip changed to winning/losingIf yes, this is the expected behavior of the plugin. If you still believe there is a problem, please explain it again in more detailed way and include what you expect to happen. Thank you!
Forum: Plugins
In reply to: [BetPress] TOTAL ODDSYou can use the Import/Export page if you have a .csv file with all your games. Otherwise, you have to do it manually.
Forum: Plugins
In reply to: [BetPress] Strange behavior in Betting SlipNo.
Forum: Plugins
In reply to: [BetPress] Strange behavior in Betting SlipThe user can NOT “exploit” the winning points in any way. In your example the user has placed two separate slips meaning he has to put stake twice. In this case the user is winning double because both of the slips ended up winning but imagine if “frankreich – rumanien” ended up “1”. That would mean the user will not win anything despite he predicted “albanien – schweiz” correctly.
Forum: Plugins
In reply to: [BetPress] Bets not collapsed as default.There is no need of javascript to achieve this 🙂
You only need to edit \views\shortcodes\bettings.php
Replace line 70 with:
<span class="toggle-btn" id="bet-event--<?php echo $bet_event['bet_event_id']; ?>"><?php esc_attr_e('+', 'BetPress'); ?></span>Also replace line 76 with:
<div class="bet-event-container" id="bet-event-container-<?php echo $bet_event['bet_event_id']; ?>" style="background-color: <?php echo $bet_event_container_bg; ?>; display: none">Some explanation:
On line 70 we’ve just changed the “-” sign with “+”. And on line 76 we’ve just added “; display: none” at the end of the “style” attribute. That’s all we have to do because the way the JS code is implemented is flexible enough to not be affected by these changes we’ve just made.Forum: Plugins
In reply to: [BetPress] TOTAL ODDSSorry to read you are disappointed but:
* regarding to the features – you could see what you are buying and decide to buy only if you are satisfied by the features. But since you already bought it and you claim to be dissappointed, then we are okay to refund you.
* regarding to the updates – you are correct about what we say but you are missing the fact that we already implemented some of these suggestions. Also, keep in mind nothing is forcing us to make updates, we are doing these whenever we find the time they require.Forum: Plugins
In reply to: [BetPress] TOTAL ODDSThe next update is not scheduled yet. I am not guaranteeing you anything although it is most likely this to be added. I am sorry you are “shocked” that such small functionality is missing but please note that BetPress is just a WordPress plugin that according to the description:
simulates the very basic functionality of a bookmaker’s website
Also there is a demo in which you can see all the features and use the plugin only if you are satisfied by the way it is.
Forum: Plugins
In reply to: [BetPress] TOTAL ODDSThank you for your feedback. We will add this feature in the next update 🙂
Forum: Plugins
In reply to: [BetPress] Strange behavior in Betting SlipYou can’t enable or disable such thing, that’s just the way it works.
In BetPress the users are able to place as many bet options as they want in a single slip but they will be awarded only if ALL of that slip’s bet options are “winners”.
Example: I place three predictions each with decimal odd of 2. I place 5 points for a stake and that would make my winnings of 5 * 2 * 2 * 2 (40). But I will receive these 40 points only if all the three predictions was correct. If one of these was wrong, then the slip is marked losing and I am awarded nothing despite my other two predictions ended up being correct.I hope that makes sense to you. If not, just play around with the plugin, or read the documentation for more details.
Forum: Plugins
In reply to: [BetPress] Strange behavior in Betting SlipThat is the normal behaviour of the plugin. Please read the documentation in order to understand how the plugin works: http://web-able.com/betpress/docs/
Forum: Plugins
In reply to: [BetPress] date and time betting limitCurrently there is no way to show this to the users. We will add this feature in the next update if we find a good place to put it in. There will be an option to not show it, tho.
Forum: Plugins
In reply to: [BetPress] date and time betting limitI am not sure if I understood your question properly. However, if you are asking if there is a deadline for the games, then my answer is “yes”. Users don’t see games which deadline has passed.
Forum: Plugins
In reply to: [BetPress] Stack input field along with bettingsAbout the live odd integration, contact me at office @ web-able . com and be as descriptive as possible about what you want.
Also, is there a way to pause or temporarily stop or disallow from placing bet?
Yes, deactivate the bet event, update the bet option’s odds and activate back the bet event. Deactivated bet events are not showed to your users.