Welcome! To use this support forum, please Login or Join Today!
You are here → Home :: Forum Home :: WordPress Themes Support :: Breeze WordPress Theme :: Thread
xmlrpc.php
I have been using your themes for a while and when I run my site through gtmetrix I get a no hit error on this file. I also recently update to the latest breeze them and get a no hit on on getS1.png comming from breeze themes style1.css. Could help me out with this? If you need more info I can pm you the details.
Sure. It looks like there is an image referenced which is not in use.
Just open style1.css and remove the background attributes of these two rules:
.st_slider a.button { background: url(./images/style1/S1.png) repeat-x center top; text-shadow: #000e4f 0 -1px 0; } .st_slider a.button:hover { background: url(./images/style1/S1.png) repeat-x center -20px; }
Thanks for letting me know. I’ll update the repo as well.
That xmlrpc file pops up as not found too. What should I do about that?
Can you show which lines I should delete?
There are no references to xmlrpc in the theme.
You may want to check your paths to be sure the file exists if you are indeed making use of it.
To disable, go to Settings → Writing → Remote Publishing → XML-RPC (disable)
Thank you. When I looked where you indicated, both options were not enabled. When I enabled those options that file did not give me a not found error. I don’t use this, do you know how I can remove it or fix it. I know this is not a theme issue, but your assistance is appreciated.
Could you also show me what lines I should be deleting in style1.css?
Thanks