xinoxan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: random pages are giving 404 errors is this a hackYou can use WORDFENCE or ITHEMES SECURITY and blacklist all those IP.
And then you can scan your site if there is any malware in it.Forum: Themes and Templates
In reply to: How to search for a piece of code in a pagesorry I misspelled the important, it must be in lowercase,
now try it, it must work now:.fb_iframe_widget_fluid span{
width:100% !important;
}Forum: Fixing WordPress
In reply to: getting rid of the "wp" in login URLI use this plug-in
https://es.ww.wp.xz.cn/plugins/wp-simple-firewall/
you can rename the wp-admin slug in the most safest possible way.
Forum: Themes and Templates
In reply to: How to search for a piece of code in a pageJust add:
in the custom CSS of your theme:.fb_iframe_widget_fluid span{
width:100% !Important;
}Forum: Networking WordPress
In reply to: Redirect from wp-admin loginOr you can use a simple .htaccess command line:
# Redirect URL
Redirect 301 /oldpage.html http://www.yoursite.com/newpage.html
Redirect 301 /oldpage2.html http://www.yoursite.com/folder/Forum: Networking WordPress
In reply to: Redirect from wp-admin loginYou can use this plug-in, so certain role users (like customers for instance) are redirected to that particular landing page:
https://codecanyon.net/item/privatecontent-multilevel-content-plugin/1467885
(but is a paid plugin sad to say so)