Home Forums WordPress Plugins Hide My WP Missing Slash

This topic is: not resolved
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #4684
    shubhra
    Active
    Post count: 17

    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&#8217; 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.

    #4685
    shubhra
    Active
    Post count: 17

    Gosh, just realized, it’s not renaming the plugin at all..”wordpress-social-login” should be renamed to random letters.

    #4687
    Suman M.
    Post count: 12478

    Hi, 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?

    #4695
    shubhra
    Active
    Post count: 17

    I removed the link temporarily using replace tools as it has the word wordpress, but you can check it now

    #4707
    Suman M.
    Post count: 12478

    Not 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

    • This reply was modified 9 years, 3 months ago by Suman M..
    • This reply was modified 9 years, 3 months ago by Suman M..
    #4717
    shubhra
    Active
    Post count: 17

    /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

    #4723
    Suman M.
    Post count: 12478

    The 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)

    #4726
    shubhra
    Active
    Post count: 17

    I thought Hide my WP removes comments from CSS. It has removed comments from my child theme stylesheet, why not the parent theme.

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

You must be logged in to reply to this topic.