• I have unloaded an icons css file and there is an important icon that appear on the mobile version to show the main menu disappeared, I tried to load it again but the file with it’s options are missing from the page that I unloaded it from.

    I need to know how to load that file again so the mobile menu work properly

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

Viewing 1 replies (of 1 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @hendwpacc if you unloaded a file, it should be showing you that in the CSS & JS Manager. It’s not hidden in the list, but marked as hidden. So, you can go to the same page where you’ve unloaded it from and locate it in the list. Please test the website with https://yourdomainnamehere.com/?wpacu_no_load (this will deactivate Asset CleanUp on-page request, no rule will get triggered) – then check the HTML source code. Can you see that file loaded again?

    If you want to go further with the debugging you can view the source like this: view-source:https://yourdomainnamehere.com/?wpacu_show_handle_names (Chrome URL) – if the “wpacu_show_handle_names” parameter is used, it will show you the handle name so you can easily spot it like in the example below:

    <link data-wpacu-debug-style-handle="creativo-style" rel="stylesheet" id="creativo-style-css" type="text/css" media="all" />

    Let me know if I can further assist you and happy winter holidays!

Viewing 1 replies (of 1 total)
  • The topic ‘Unloaded icons css and can’t load it back’ is closed to new replies.