• I do not really know if you can do something about it, but following lines of pool.js are colliding with plugin Gt Tabs

    jQuery( document ).ready( function() {
    	// colorbox
    	jQuery( ".fp-lightbox" ).colorbox( {
    		transition		: 'elastic',
    		speed			: 400
    	} );
    } );

    Also, everytime I switch the plugin off I lose all the data. Can I (or you) prevent that from happening?

    Thanks!

    http://wordpress.org/plugins/football-pool/

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author AntoineH

    (@antoineh)

    In what way are these lines colliding? I did a quick test with the plugin (http://wordpress.org/plugins/gt-tabs/) and besides some PHP notices from this plugin (I work in debug mode) everything seems to work just fine.

    If you don’t want to lose your database content, you can locate the activate and deactivate functions in the classes\class-football-pool.php file and comment out the function content (or remove the lines). That way it won’t remove the pool tables and options and won’t try to reinstall them upon activation.

    Thread Starter AndresCZ

    (@andrescz)

    Well if I make tabs in a post, they aren’t actually clickable and funtional whatsoever.
    Also the content, which should be divided in relevant tabs is either all displayed in the first tab or correctly divided, but not accesible due to unclickability of the tabs.

    Thread Starter AndresCZ

    (@andrescz)

    And two more problems…

    when i have post in this format – http://www.example.com/08/2013/post/ after submiting a score it redirects to http://www.example.com/post/ which doesn’t exist…

    I also have problem with time format. The bonus questions are using a different time zone setup than scores. I’m filled a match in UTC (22:00), but i’m in a UTC+1 zone, so it displays in frontend as 23:00 – I don’t have any problem with that.

    BUT to have a question that closes at 23:00, I have to fill in admin close time 01:00 and in front end, there is also displayed “answer before 01:00” though the question closes at 23:00. Probably a problem with summer time and +1 time zone, but this is rather a big issue. Can you please do something about it?

    Plugin Author AntoineH

    (@antoineh)

    Hi, can you send me the URL to your website (pages where I can see the problem) to my wordpressfootballpool [at] gmail [dot] com address? Also send a list of all the other plugins you are using. I can take a look at it next week. See if I can find something that is causing the trouble.

    Thread Starter AndresCZ

    (@andrescz)

    Well not really, because i deleted the quoted lines, so that i could normally use GT Tabs, so you won’t see the problem. Would you still make a use of my website address and list of plugins?

    Plugin Author AntoineH

    (@antoineh)

    If you send me a list of your plugins and the theme you’re using I can try to reproduce the error with the tabs on my laptop. See if I can find what is causing the conflict.

    p.s. The maker of the colorbox jQuery plugin has a FAQ about tabs on his page (http://www.jacklmoore.com/colorbox/faq/#faq-focus). Maybe your problem is related to this.

    p.s.2. New version of the plugin will have an option to keep data after deactivation.

    p.s.3. I will have a look at the other two problems you’re posting.

    Plugin Author AntoineH

    (@antoineh)

    when i have post in this format – http://www.example.com/08/2013/post/ after submiting a score it redirects to http://www.example.com/post/ which doesn’t exist…

    The 2.2.5 version has a bug with certain form submissions in posts. This will be fixed in version 2.3.0.

    Plugin Author AntoineH

    (@antoineh)

    BUT to have a question that closes at 23:00, I have to fill in admin close time 01:00 and in front end, there is also displayed “answer before 01:00” though the question closes at 23:00. Probably a problem with summer time and +1 time zone, but this is rather a big issue. Can you please do something about it?

    The timezone problems are pretty weird. I am also in a +1 timezone with DST (so 2 hrs added to the UTC time) and I have no problems with the bonus questions. If I enter 12:00 as closing time in the admin, it displays 12:00 in the front end, and the question closes at exactly 12 o’clock.

    Thread Starter AndresCZ

    (@andrescz)

    Thank you very much, for your response. I sent you everything via email.

    Moreover, I’d like to suggest two simple features:
    Option to permanently disable Joker in menu.
    Number of points gained from bonus questions at the summary of user’s prediction page.

    Plugin Author AntoineH

    (@antoineh)

    Option to disable joker for all users will be in the next version.

    Second feature request is not completely clear to me. Can you give an example?

    Thread Starter AndresCZ

    (@andrescz)

    When you are looking at the ranking and you click at the user’s name, there’s a summary of his predictions. First, there’s is a summary of match prediction and there is also displayed how many point the user gained. I’m missing this at the summary of bonus question predictions.

    Plugin Author AntoineH

    (@antoineh)

    The summary for the questions should also show the points per question after you edited the user answers in the admin (you have to change if an answer a user gave is correct or wrong). It does so in my local install.

    The points are shown next to the image-link to the other users’ answers.

    Thread Starter AndresCZ

    (@andrescz)

    I’m sorry, you’re right, my css was preventing the points from displaying. Although it would be also fine to display the points in the prediction form after the evaluation like it happens with the score. 🙂

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Plugin colision’ is closed to new replies.