Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author myCred

    (@designbymerovingi)

    Hi Ramon.

    Not sure I understand your question. What is it you need help with? Are you looking to style the mycred_history shortcode to look like the one in the admin area?

    Thread Starter Ramon

    (@monray67)

    sorry for my bad English

    if that’s what I want

    style the mycred_history shortcode to look like the one in the admin area

    a greeting

    Thread Starter Ramon

    (@monray67)

    am using cubepoint and I works well but now
    I activated multisite and I have many problems ago
    few months discovery mycred and I taste much

    now I decided change

    web page where I’ll change it

    cambiados(point)es

    Plugin Author myCred

    (@designbymerovingi)

    No worries.

    The best thing to do is to have a look what styling WordPress applies to that page. myCRED does not add any custom styling to the log page, it is all default WordPress styles.

    Most of the styling is done in this file:
    colors-fresh.min.css located in wp-admin/css/

    Thread Starter Ramon

    (@monray67)

    I have problems my level programming is very low

    so I does have problems with mycred to advance

    see it a great job but needs be level high programming

    Plugin Author myCred

    (@designbymerovingi)

    Well you dont need to be a high level programmer. If you want to style something you need to know CSS though.

    Thread Starter Ramon

    (@monray67)

    I do not know
    as
    add css
    to shortcode

    Plugin Author myCred

    (@designbymerovingi)

    You add CSS styling to your themes style.css file.

    You can target each element with the following css selectors:

    // Main table
    table.log-entries { }
    // The time column
    table.log-entries .column-time { }
    // The amount column
    table.log-entries .column-creds { }
    // The log entry column
    table.log-entries .column-entry { }

    Example: Set the sizes of each column in percent

    // The time column
    table.log-entries .column-time { width: 30%; }
    // The amount column
    table.log-entries .column-creds { width: 20%; }
    // The log entry column
    table.log-entries .column-entry { width: 50%; }

    You can find more information on CSS styling here.

    Thread Starter Ramon

    (@monray67)

    thanks Gabriel
    for your help
    I’ll see
    if I get
    make it work

    Best regards

    Hi, I edited my style.css as you told but nothing change. I need a frontend mycred_history that showing as the same with Admin CP style.

    How to do this? Please help…

    This is my frontend mycred history for users https://www.xtv.vn/profile/my-xcoin

    OK, I did it

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘create a page my history’ is closed to new replies.