Title: Some problem
Last modified: September 8, 2017

---

# Some problem

 *  Resolved [Kerovsky](https://wordpress.org/support/users/kerovsky/)
 * (@kerovsky)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/some-problem-4/)
 * Hello
    I use version 2.6.1 of this plugin. And i have some questions:
 * Where i change (translate) this text
    [http://www.gromwolsztyn.pl/wp-content/uploads/2017/09/20170908_123038.png](http://www.gromwolsztyn.pl/wp-content/uploads/2017/09/20170908_123038.png)
   When i use loco trans plugin its not work
 * Can we show by shortcode only possible matches to vote (automatic)
    (When the
   match is over you will not be shown)
 * Dont work this button:
    [http://kerovsky.com.pl/screeny/20170908_130604.png](http://kerovsky.com.pl/screeny/20170908_130604.png)
 * Test in my site:
    gromwolsztyn.pl
 * Its some problem:
    I as admin can not vote ??? My votes are not recorded.
 * When i new user:
    When I vote and save, I can,t no longer choose Joker?
    -  This topic was modified 8 years, 8 months ago by [Kerovsky](https://wordpress.org/support/users/kerovsky/).

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [AntoineH](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/some-problem-4/#post-9479216)
 * Hi,
 * > Where i change (translate) this text
   >  [http://www.gromwolsztyn.pl/wp-content/uploads/2017/09/20170908_123038.png](http://www.gromwolsztyn.pl/wp-content/uploads/2017/09/20170908_123038.png)
   > When i use loco trans plugin its not work
 * You can use a tool like [Poedit](https://poedit.net/) to edit the “football-pool-
   pl_PL.po” file. This file contains all the translatable parts of the plugin. 
   Once saved, the editor will generate the corresponding .mo-file which is used
   by WordPress.
 * > Can we show by shortcode only possible matches to vote (automatic)
   >  (When the
   > match is over you will not be shown)
 * There is not a shortcode to handle this, but there is an extension plugin (Only
   open matches) that you can download and use. If needed, you can alter the extension
   plugin to only work in some circumstances or even change the filtering of the
   matches.
    See [first post](https://wordpress.org/support/topic/extension-plugins-for-the-football-pool-plugin/)
   in the forum for the extensions.
 * > Its some problem:
   >  I as admin can not vote ??? My votes are not recorded.
 * Weird 🙂 I haven’t seen this before. Sounds like some other plugin or something
   in the theme, that only works for admins, is interfering with my plugin. Can 
   you try to disable plugins and/or switch to a default theme to narrow down the
   problem?
 * One other thing you might wanna check, is the “debug.log” file (if you have [debugging enabled](https://wordpress.org/support/topic/please-read-this-first/)).
   Sometimes there is a hint there. Especially when you compare the output of the
   log after a save by an admin and a ‘normal’ user.
 * > When i new user:
   >  When I vote and save, I can,t no longer choose Joker?
 * Sounds like a javascript error that holds the execution of other scripts. You
   can use the Debug Tools in Chrome (console) to see if you have any errors.
 * p.s. I registered for your site to see if I could see anything strange on the
   prediction form, but everything seems to work for me.
    -  This reply was modified 8 years, 8 months ago by [AntoineH](https://wordpress.org/support/users/antoineh/).
    -  This reply was modified 8 years, 8 months ago by [AntoineH](https://wordpress.org/support/users/antoineh/).
 *  Thread Starter [Kerovsky](https://wordpress.org/support/users/kerovsky/)
 * (@kerovsky)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/some-problem-4/#post-9479257)
 * Only this :
    [http://kerovsky.com.pl/screeny/20170908_133547.png](http://kerovsky.com.pl/screeny/20170908_133547.png)
 *  Plugin Author [AntoineH](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/some-problem-4/#post-9479274)
 * Looks normal. As mentioned, I tried with a new account and was able to save my
   predictions multiple times and was also able to change the joker.
 *  Thread Starter [Kerovsky](https://wordpress.org/support/users/kerovsky/)
 * (@kerovsky)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/some-problem-4/#post-9479362)
 * On admin works too. I must use bulk action i add league, change manualy in user
   do no effect.
 * One more question:
    [http://kerovsky.com.pl/screeny/20170908_142001.png](http://kerovsky.com.pl/screeny/20170908_142001.png)
   This button dont work
 *  Plugin Author [AntoineH](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/some-problem-4/#post-9479452)
 * It’s not really clear to me if your previous problems are now resolved.
 * About the new problem:
 * > One more question:
   >  [http://kerovsky.com.pl/screeny/20170908_142001.png](http://kerovsky.com.pl/screeny/20170908_142001.png)
   > This button dont work
 * Looks like the setting for this page is not correct. Please check the plugin 
   options for the Statistics page setting. If the setting is correct, then your
   theme or some plugin prevents my plugin to add the content for that page (if 
   you switch to a default theme or switch of plugins that alter the content of 
   a page, you can verify this).
 * One other possible solution is to add this line to your wp-config file:
 *     ```
       define( 'FOOTBALL_POOL_CONTENT_FILTER_PRIORITY', 100 );
       ```
   
 * The number determines the order in which content actions are executed by WordPress.
   Default is 10. You can try a number higher than 10 or lower to see if this makes
   a difference.
 *  Thread Starter [Kerovsky](https://wordpress.org/support/users/kerovsky/)
 * (@kerovsky)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/some-problem-4/#post-9479472)
 * ups,
    [http://kerovsky.com.pl/screeny/20170908_145529.png](http://kerovsky.com.pl/screeny/20170908_145529.png)
   What page it must be? I must write new page. What short code this page must have?
 *  Thread Starter [Kerovsky](https://wordpress.org/support/users/kerovsky/)
 * (@kerovsky)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/some-problem-4/#post-9479481)
 * I heve it in trash , sorry its ok 🙂
 *  Plugin Author [AntoineH](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/some-problem-4/#post-9479546)
 * All problems solved? In other words: can I close this topic?
 * For other users having the same problem: the pages needed by the plugin are ‘
   normal’ WordPress pages and they need no content. The plugin handles the content
   for these pages based on Page ID. That’s why the setting on the options page 
   needs to be set correctly.
 *  Thread Starter [Kerovsky](https://wordpress.org/support/users/kerovsky/)
 * (@kerovsky)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/some-problem-4/#post-9479729)
 * OK may by closed

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Some problem’ is closed to new replies.

 * ![](https://ps.w.org/football-pool/assets/icon-256x256.png?rev=983880)
 * [Football Pool](https://wordpress.org/plugins/football-pool/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/football-pool/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/football-pool/)
 * [Active Topics](https://wordpress.org/support/plugin/football-pool/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/football-pool/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/football-pool/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [Kerovsky](https://wordpress.org/support/users/kerovsky/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/some-problem-4/#post-9479729)
 * Status: resolved