• Resolved jujukp

    (@jujukp)


    Hello,

    Thanks for your amazing work !

    I got an issue with FVM and AWSM Team Pro. FVM is breaking the page no matter the presets I choose. I tried to exclude plugin path from minifications but it doesn’t change anything.

    Ignore the following CSS URL's:
    /plugins/awsm-team-pro/
    
    Ignore Script Files
    /plugins/awsm-team-pro/

    You can have a preview here: https://rablab.ca/test/

    On mouse hover, pictures aren’t displaying the informations correctly. If I disable FVM, everything back to normal.

    You can see the expected behavior here: https://ibb.co/TP1h2c6

    Is there anything I could do to fix the issue ? Is there any way to exclude a specific URL from FVM or something else to try ?

    Thanks a lot.

    Julien.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Raul P.

    (@alignak)

    This looks like a css conflict, or lack of specificity (stuff that get’s merged later, overwrites the previous style).

    The way to check is to start over with all css and js settings disabled, then add one by one.

    For example, disable css processing.
    Does that solve the issue?
    If yes, some file needs to be excluded, but not necessarily the one you think it is.
    You would look at the status page for a list of files merged, then add them all to the list, then start removing one by one.

    Repeat for javascript.

    Thread Starter jujukp

    (@jujukp)

    Hi @alignak

    Thanks for your answer !

    This is what I don’t understand. When I disable everything in FVM (css / js disabled), the frontend remains broken. I tried to clear the cache and everything but it doesn’t change anything.

    The only solution I found right now is to disable FVM from plugins but that’s not a decent solution because I can’t deprive the other pages of your wonderful work ??

    Thread Starter jujukp

    (@jujukp)

    It’s working if I click on ” Disable HTML Minification”.

    Does it means anything to you ?

    Thanks.

    • This reply was modified 3 years, 8 months ago by jujukp.
    Plugin Author Raul P.

    (@alignak)

    Perhaps the plugin needs some sort of linebreak, or html comments.
    HTML minification will remove comments and extra line breaks.
    The html minification is a small metric that has a small impact, so you can keep it disabled.

    Thread Starter jujukp

    (@jujukp)

    all good thanks a lot!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘FVM / AWSM Team Pro’ is closed to new replies.