• Resolved kamp011

    (@kamp011)


    How can i change the layout of the pool? (colors and fonts)

    • This topic was modified 6 years, 5 months ago by kamp011.

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

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

    (@antoineh)

    The plugin inherits some of its styling via the theme. You can change styling there. If you want to change the styling for specific elements, you can use the inspector in your browser to identify and change the styling and then copy it to your stylesheet (which can be a custom stylesheet, a child theme or any other way to include the CSS).

    Thread Starter kamp011

    (@kamp011)

    Oke thanks. What is the best theme to use?

    Thread Starter kamp011

    (@kamp011)

    and how can u change the table color?

    Plugin Author AntoineH

    (@antoineh)

    What is the best theme to use?

    I honestly don’t know. There’s thousands and thousands of them.
    The website themesinfo shows some examples of my plugin in use. But I am not sure how up to date that info is.

    https://themesinfo.com/wordpress-plugins/free-wordpress-football-pool-plugin-emm

    and how can u change the table color?

    Try the inspector in your browser to look up the correct classes and then change it in the inspector.

    Thread Starter kamp011

    (@kamp011)

    i have chang css in dev tools. How can i copy the style to wordpress?

    Plugin Author AntoineH

    (@antoineh)

    You’re not the first one with that question. A simple search on google gives you this article, among many others.

    hi friends
    I got this error for my ranking page (debug on)

    Incorrect DATETIME value: ”

    and the query

    SELECT s.ranking, u.ID AS user_id, u.display_name AS user_name, u.user_email AS email , s.total_score AS points, s.score AS last_score , lu.league_id FROM pool_wp_scorehistory_s1_t1 AS s JOIN ( SELECT user_id, MAX( score_order ) AS last_row FROM pool_wp_scorehistory_s1_t1 WHERE ranking_id = 1 AND ( 1 = 1 OR score_date <= ” ) GROUP BY user_id ) AS s2 ON ( s2.user_id = s.user_id AND s2.last_row = s.score_order ) JOIN wp_users u ON ( u.ID = s.user_id )INNER JOIN pool_wp_league_users lu ON ( u.ID = lu.user_id AND ( 1 = 1 OR lu.league_id = 0 ) ) INNER JOIN pool_wp_leagues l ON ( lu.league_id = l.id ) WHERE s.ranking_id = 1 AND ( 1 = 1 OR score_date <= ” ) ORDER BY s.ranking ASC

    whats is wrong whit me time o field?

    Plugin Author AntoineH

    (@antoineh)

    Wrong thread. We’ll continue with your question in this forum post https://ww.wp.xz.cn/support/topic/ranking-blank/

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

The topic ‘Change layout’ is closed to new replies.