• Resolved thePleasurePrincess

    (@thepleasureprincess)


    [IMG]http://i65.tinypic.com/30v16hl.jpg[/IMG]

    As show in in the screen capture links, all the feature and option controls are invisible.

    Uninstall/re-install of plugin w/delete all files did not fix anything. I made text file copies of my code blocks as I assumed an uninstall and delete all files would remove that as well. But the re-install showed those files hadn’t been removed – u probably already know that though 😉

    Any ideas?

    https://wordpress.org/plugins/css-javascript-toolbox/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter thePleasurePrincess

    (@thepleasureprincess)

    [SOLVED]
    This Incredibly-Awesome plugin was not the issue
    I had unwittingly amended mt htaccess file with:

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?SiteNameRemoved.com [NC]
    RewriteRule \.(jpg|jpeg|png|gif)$ – [NC,F,L]

    <files ~ “^.*\.([Hh][Tt][Aa])”>
    order allow,deny
    deny from all
    satisfy all
    </files>

    That code also broke many site functions!

    Oh, and that code came from –9 Most Useful .htaccess Tricks for WordPresS

    Seems they forgot to prepend UN to Useful ;(

    Plugin Author wipeoutmedia

    (@wipeoutmedia)

    Hi thePleasurePrincess,

    Thanks for your support post, and a BIG thanks for solving your own post. Lol 🙂
    I will check out that link.

    Regards,
    Damian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feature-Option controls are missing’ is closed to new replies.