Home › Forums › WordPress Plugins › Hide My WP › Missing Slash
- This topic has 7 replies, 2 voices, and was last updated 9 years, 3 months ago by shubhra.
-
AuthorPosts
-
September 22, 2015 at 7:07 am #4684
I have noticed that a single slash is missing from one of the plugin’s stylesheet url and hence I am getting a 404 error.
It’s outputting as – <link
rel=’stylesheet’ id=’wsl-widget-css’ href=’http://ayurvedamedicare.com/ext/wordpress-social-loginassets/css/style.css’ type=’text/css’ media=’all’ />Notice the missing slash before ‘assets’
When Hide my Wp is removed, it outputs the url correctly. I am using ‘Rename plugins’ option.
September 22, 2015 at 7:09 am #4685Gosh, just realized, it’s not renaming the plugin at all..”wordpress-social-login” should be renamed to random letters.
September 22, 2015 at 1:57 pm #4687Suman M.Post count: 12478Hi, I checked your website’s (ayurvedamedicare.com) page source and couldn’t find any reference to http://ayurvedamedicare.com/ext/wordpress-social-login/assets/css/style.css
Can you please check?
September 22, 2015 at 11:16 pm #4695I removed the link temporarily using replace tools as it has the word wordpress, but you can check it now
September 23, 2015 at 5:56 am #4707Suman M.Post count: 12478Not sure why/how slash (/) is being removed in that url. Add the following replacement in “replace URLs” option under replace tools tab:
/wp-content/plugins/wordpress-social-login/assets/css/style.css >>>> wslstyle.css
September 23, 2015 at 9:03 am #4717/wp-content/plugins/wordpress-social-login/assets/css/style.css doesn’t work (nothing happens). However, using /wp-content/plugins/wordpress-social-loginassets/css/style.css in replace url changes it in the source but again gives a 404.
Also, I have just uploaded a child theme and now comments in my parent theme’s stylesheet are visible and child theme’s are gone. It was all okay when I wasn’t using a child theme.
Parent CSS – http://ayurvedamedicare.com/skin_main/style.css
September 24, 2015 at 4:50 am #4723Suman M.Post count: 12478The above replacement for /wordpress-social-login/assets/css/style.css should have worked. Can you please let us know your website’s wp-admin details so that we can fix it for you.
To get rid of the comments in CSS, we recommend you to use Better WordPress Minify plugin.
After activating Better WordPress Minify plugin, goto settings page, enable “Enable friendly Minify urls” in Advanced options tab and change “Friendly Minify url path”. Example: change to /cache/m/ (create the directories manually and make them writeable)September 24, 2015 at 5:02 am #4726I thought Hide my WP removes comments from CSS. It has removed comments from my child theme stylesheet, why not the parent theme.
-
AuthorPosts
You must be logged in to reply to this topic.