Forum Replies Created

Viewing 15 replies - 76 through 90 (of 142 total)
  • Plugin Author web-able

    (@web-able)

    Indeed, only logged in users can place bets.
    Two things you have to do tho:
    1. Use the [betpress_bettings] shortcode
    2. Place the BetPress Slips in a widget that is visible for the page where you placed the shortcode

    You can find a lot of useful info in the Documentation.

    Plugin Author web-able

    (@web-able)

    Regards to the “apostrophe issue” – I understood what you did to encounter the problem (from your original post) and as I told you I tried to reproduce it on three different computers one of which I set up specifically for your case with PHP 5.3 and WordPress 4.7. But I can’t reproduce the problem. I am doing what you have done and I see “Kurt’s Beer challenge” without apostrophe anywhere (both on the admin dashboard and on the betpress_bettings shortcode page). So as I told you – my guess is that it is something on your environment, most probably conflict with another plugin. I gave you instructions how to find out if there is conflict or not. Did you try these?

    Regards to your question – again, as I told you, I can’t understand the question so I am unable to answer it. Would you mind to explain it in more details?

    Regards to your claim that I am “fobbing you off” and “quickly turn-over forum posts” I am sorry to see you felt that way. I have no reason to do such thing – if I don’t want to provide support, I just won’t bother visiting the forum, nothing is forcing me the provide support, I am just trying to help. But please note that sometimes it is hard to reproduce problems as what is this case here so I am unable to give you direct solution without experiencing the problem first. Just to let you know that I spent 30-60 minutes doing my best to reproduce your problem but I just couldn’t, even when I set up an environment which is close to the server that is running your website. So I would need your help, too, in order to find what’s causing your problem. If you don’t want to bother further and just need this solved, the only way is to give me access to your server and admin dashboard so I can investigate it further but that is something that is considered bad idea and is highly not recommended (to give your server’s credentials to other people)

    Plugin Author web-able

    (@web-able)

    Where it is displayed with like that? When you view it in the admin dashboard, or when you edit it? Or when you see it in the frontend?
    Also can you reproduce the problem in the demo? ( http://web-able.com/betpress/demo/ )
    I couldn’t reproduce your problem on three different environments, one of which I specially configured for your case (with php 5.3 and wordpress 4.7). So I guess it is something on your side, most probably conflict with another plugin, or just another plugins’ behaviour. It can be something else tho but you can start by eliminating this one: disable all other plugins and switch to the default theme and see if the problem still exists. If it is gone, try enabling one by one the plugins and you will understand which one is causing the problem.

    Regards to your question – I can’t understand it. You can use the demo (link above) to see all the features the plugin has, it shouldn’t take you more than 5 minutes to answer all of your questions just by playing around with the demo.

    Plugin Author web-able

    (@web-able)

    Hi and sorry for the late response. You can use the “rows” attribute so in case of 30 this should do the trick:
    [betpress_leaderboards rows=30]

    You can refer to the documentation for a full list of attributes available for each of the shortcodes:
    BetPress shortcodes documentation

    Plugin Author web-able

    (@web-able)

    I think you posted on the wrong section of the forum. Here we provide support only for a specific plugin called BetPress.

    Plugin Author web-able

    (@web-able)

    From what I understand from your reply with the screens – the games are expired when you refresh the page on your desktop device but they are still not expired after a refresh on your mobile device? If that’s true, there is only one reason for this to happen – your mobile device’s browser cache. But even if that’s the case, the system will still make the needed check and reject to add the bet option and/or submit the slip.

    You are free to play around with the demo tho, there are admin credentials publicly available.

    Do you know how to enable the error logger, reproduce the problem and send me the log file so I can see if there are any errors produced? I believe there is something weird that is happenning specifically on your environment with your data and that’s why I cant reproduce it.

    I have to admit that I can see few things that may cause problems from the code I’ve quoted above tho.

    Plugin Author web-able

    (@web-able)

    Of course there is a code to check for expired games when the slip is submitted. Quoting you lines 37-54 from /controllers/submit-slip.php from the BetPress Lite version:

       //check for passed deadline
                foreach ($bet_options_ids as $bet_option_ID => $bet_option_odd) {
    
                    $bet_option_details = betpress_get_bet_option($bet_option_ID);
    
                    $seconds_to_close_bets_earlier = (int) get_option('bp_close_bets');
    
                    $bet_event_close_time = $bet_option_details['deadline'] - $seconds_to_close_bets_earlier;
                    
                    if ($bet_event_close_time < time()) {
                        
                        $errors [$bet_option_details['bet_event_name']] = sprintf(
                                __('The deadline for %s has passed.', 'BetPress'),
                                $bet_option_details['bet_event_name']
                            );
                        
                    }
                }

    To check and test the code was the first thing I did after you reported the problem. There is also a similar check when you add bet option to your slip which I also checked and is working.

    Plugin Author web-able

    (@web-able)

    Well, I couldn’t reproduce the problem. I tried everything I could think of and still the system is working as expected.

    Did you tried again after I replied to you? As I told you I am almost sure you didn’t consider the timezone and the “close bets earlier” option. Also, there is a big chance you submit the slip in on of the latest possible seconds and you couldn’t see the game in the list because by the time you opened the new page the system closed the game. So please try this using a PC and open two tabs (the code is not affected by the device so the problem could not be on mobile devices only).

    Also, if you reproduce it again, please record it so I can take a look, too. I know I ask too much but that’s the only way for me to see what’s going on.

    After my tests, I am even more confident that there is no such issue tho, and I will be really surprised if I can see a record of this issue.

    Plugin Author web-able

    (@web-able)

    I tried to reproduce the bug but I couldn’t. The system is working as expected and is responding with the appropriate error messages. I tried both to add a bet option after its event is expired & submitting the slip with a bet option of expired bet event but the system didn’t let me in both cases.

    Are you sure that the event was expired at the time you submitted the slip? Please double check the timezones and the “Close bets earlier” option. Also, open another tab with the betpress_bettings shortcode and make sure the event you bet on is not listed there (this way you will be sure it is expired).

    As for your “worries” – they are actually true, most probably the plugin won’t be updated anytime soon. So buy the full version only if you are happy with the features it currently provide.

    Plugin Author web-able

    (@web-able)

    Thanks for reporting. Will test and get back to you.

    Plugin Author web-able

    (@web-able)

    Unfortunately, there is no such feature/function. You will have to implement your own.

    Plugin Author web-able

    (@web-able)

    This is a bug we are already aware of, thank you for reporting it tho! Sadly, I don’t think there will be any updates coming soon.

    These string are not translatable just because they are coming from the db. The work-around of this is to translate it with WPML (or another translation plugin that support translating data from the database)

    Forum: Plugins
    In reply to: [BetPress] Custom CSS
    Plugin Author web-able

    (@web-able)

    The demo has no styling but changed colors via the Colors tab in the admin dashboard. The font and the button are both handled by your theme. I still cant help more, “better button and more modern font” are too subjective statements.

    Forum: Plugins
    In reply to: [BetPress] Custom CSS
    Plugin Author web-able

    (@web-able)

    You can edit most of the colors by the admin dashboard -> BetPress -> Colors tab

    For custom css just inspect the dom and apply the changes you need. I cant know what you are trying to achieve in order to help you more.

    Plugin Author web-able

    (@web-able)

    @anan12344 Could you please contact me via the official support contact form? Just because unfortunately I am not allowed to provide support for the full version of BetPress in these forums.

Viewing 15 replies - 76 through 90 (of 142 total)