• Resolved roshans89

    (@roshans89)


    Hello,

    For some strange reason, the layout after an hour or so resets to classic layout.
    Is there any way to force mobile-friendly layout programmatically?
    In which file can I change it?

    Thanks!
    Great plugin!

    • This topic was modified 3 years, 10 months ago by roshans89.

    The page I need help with: [log in to see the link]

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

    (@antoineh)

    The setting for this is stored in the wp_options table of WordPress. I can’t really think of a reason why the value would change. That would mean that other values in the options table would also be prone to unexpected changes. Did you try disabling other plugins (like caching plugins)? Maybe there is a conflict there.

    I would not advise changing the plugin’s code, but if you want to, then the match_table_layout is set in the constructor of the Football_Pool_Matches class.

    Thread Starter roshans89

    (@roshans89)

    Thanks Antoine,

    I change the value to 2.

    The issue is really strange. It is a self-hosted WP with single mount point and reverse proxy. It will be complex to mess with it so late now. Will surely check afterwards.

    Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Match list keep changing to classic – How to force mobile layout?’ is closed to new replies.