Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Kayu999

    (@kayu999)

    yes that’s what I did in the end, added 1 label for checked, unchecked is empty. When you try to make a table for the user later with his data, it’s not the best visuals. It’s not that big of a deal so nevermind.

    I just imagined most people would use it in a binary way with one box that can be checked or unchecked like terms and conditions. But anyhow it doesn’t matter this is ok too

    • This reply was modified 1 year, 7 months ago by Kayu999.
    Thread Starter Kayu999

    (@kayu999)

    Nvm figured it out myself

    Go to theme’s function.php and just add – add_filter('widget_text', 'do_shortcode'); on top or the bottom I’ve put it here –

    <?php
    
    # option-tree start
    add_filter('ot_show_pages', '__return_false');
    add_filter('ot_theme_mode', '__return_true');
    add_filter('widget_text', 'do_shortcode');
    Thread Starter Kayu999

    (@kayu999)

    yea its fine now, was just wondering if its just mine or the plugin in general, but nice plugin kudos to you. è Figo plugin ??

    Hey Mark I got it working mostly send me your email and I’ll gladly show what it looks like

    wow thanks mark, cdt timer is primarily the part i want to translate. these lines are in mstw-game-schedule.php?
    and this last part

    // For the countdown timer; game time with only a game date (no time)
    $mstw_gs_cdt_tbd_format = "l, j M";

    How do I enable this? In case I dont translate them I would like to kick the hour,min,sec part

    And about the tables and css I dont know if anyone else had this problem, but tables lose the dates sometimes, even without the quick edit(I saw you highlighted that) and then they output the error messages on top of the table post/page.I dont know the cause I think even normal editing triggers it sometimes. And for the css my cdt widget and tables, everything actually doesnt pull anything out of the css, they just come out in normal text? but I’m not really preoccupied with that becuase this addon is technically exactly what i need atm

    yea some tips on how to translate this time format atleast? I need the croatian version too just like the OP, I’m not that proficient with php but there’s just 1 php file it shouldnt be too hard so I would like to try maybe

    and I rated your plugin 5 stars its the only one having everything i needed and wasn’t too difficult like league manager. only flaws maybe the tables losing data and css not working but nice overall

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