TheDragon
Forum Replies Created
-
Forum: Plugins
In reply to: [Rename wp-login.php] Keep this plugin aliveHey 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
Forum: Plugins
In reply to: [W3 Total Cache] 403(Forbidden)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>Forum: Plugins
In reply to: [WP-ShowHide] youtube iframebut this code is not working for me :(,
i installed the plugin, Add new post paste this to check but its not working 🙁Forum: Plugins
In reply to: [WP-ShowHide] youtube iframeyah 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]