Viewing 6 replies - 1 through 6 (of 6 total)
  • I had no problem with style and I had also easily create a child theme.

    Can you provide your installation URL?

    Thread Starter BillScurry

    (@billscurry)

    I don’t know why but you have a wrong class in your DOM: ‘hresume’ instead of ‘resume’.

    To fix it you can go to the:

    • wp-content/plugins/wp-resume/css/front-end/resume-style.css stylesheet, find all occurences of ‘.resume’ and replace them by ‘.hresume’
    • OR
    • copy the wp-content/plugins/wp-resume/resume.php template file to yours theme directory and change the first <div /> class

    If you’ll do this

    Thread Starter BillScurry

    (@billscurry)

    Thank you, Paulo — can you do me one more favor? I know nothing about coding or CSS, so I don’t know what that is or where to find it. Can you tell me where it’s located?

    Go to the CMS and on the left menu, navigate to “Plugins”.
    Locate WP Resume on the list and click in “Edit”.

    On the right, click in “wp-resume/templates/resume.php”.
    Next use your browser search (CTRL+F) and find <div class="hresume".

    You must just replace "hresume" by "resume" on the highlighted text (just once!)

    Thread Starter BillScurry

    (@billscurry)

    Wow! Look at that! Thanks so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP Resume] Plugin resume styles are not working’ is closed to new replies.