Home Forums WoodMart support forum Getting 404 on after accessing admin, theme errors on console

Getting 404 on after accessing admin, theme errors on console

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #105264

    PI
    Participant

    I can access my admin but on trying to work on anything in it..(pages, plugins..), all clicks go to 404. I thought its a server thing but chatting with support, they showed me all the errors in console. I attach here all the warnings pointing to /theme/wordmart/ esp. font… and the icons have all disappeared. This just happened overnight, I don’t know why.

    #105272

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    Could you please check how it works with some default WordPress theme like twentysixteen to understand is it our theme issue or not?

    Regards

    #105278

    PI
    Participant

    I have been looking for solution and found this which I included in the .htaccess file and I got my icons back
    <IfModule mod_headers.c>
    <FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$”>
    Header set Access-Control-Allow-Origin “*”
    </FilesMatch>
    </IfModule>
    but the console still shows a couple of errors, and I cant change the theme without going to a 404 page.

    Now I think this starts from chnaging my domain to www.

    #105280

    PI
    Participant

    Never mind I change everything back to domain w/o www remove the above code and seems like everything is back in order.

    #105294

    Artem Temos
    Keymaster
    Xtemos team

    Great, we are glad that you sorted it out.

Viewing 5 posts - 1 through 5 (of 5 total)