Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey Ella,
    Yesterday after updating WP to the latest version my WP admin shows not found i tried everything but its impossible to enter my WP admin i also tried to remove the plugin with your way but there was no such thing in my database i also renamed the plugin folder but its still the same, I think the plugin is not compatible with the latest version of WordPress, I really love this plugin
    i hope you update it.

    Thank you

    Thread Starter TheDragon

    (@thedragon)

    I had this .htaccess in my wp-content folder

    # Disable access to all file types except the following
    Order deny,allow
    Deny from all
    <Files ~ ".(xml|css|js|jpe?g|png|gif|pdf|docx|rtf|odf|zip|rar|eot|svg|ttf|woff|svg|ico)$">
    Allow from all
    </Files>

    And as you can see .html and .gzip format are missing in here so i added this two and everything is working fine now

    Working code

    # Disable access to all file types except the following
    Order deny,allow
    Deny from all
    <Files ~ ".(xml|css|js|jpe?g|png|gif|pdf|docx|rtf|odf|zip|rar|eot|svg|ttf|woff|svg|ico|gzip|html)$">
    Allow from all
    </Files>

    Thread Starter TheDragon

    (@thedragon)

    but this code is not working for me :(,
    i installed the plugin, Add new post paste this to check but its not working 🙁

    Thread Starter TheDragon

    (@thedragon)

    yah i tried that but its not working

    example:

    [showhide type=”pressrelease”]
    <iframe width=”560″ height=”315″ src=”//www.youtube.com/embed/tPH56yP0QrM?rel=0″ frameborder=”0″ allowfullscreen></iframe>
    [/showhide]

Viewing 4 replies - 1 through 4 (of 4 total)