5high
Forum Replies Created
-
Thanks WDG for your reply – do you know if it was OK to delete all the mentioned lines (as above) from my htaccess file?
Cheers.NO – DON’T DO THIS! wHEN i ADDED ‘ADMIN’ INTO THE bAN USRr agents, it totally locked me out of my site and returned an error saying that my admin page was banned! (ie: couldn’t access my wp admin page!), even though I have the admin username removed by wp security too.
So I looked in my .htaccess file and found this…
RewriteCond %{HTTP_USER_AGENT} ^ [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^admin [NC] RewriteRule ^(.*)$ - [F,L]which I totally deleted, and this then allowed me back in. Phew! I then went back into WP security and removed ‘admin’ from my ban user agent section too.
So,please could anyone tell me:
1. if it was OK to delete all of this section of code in my htaccess file??
2. why it didn’t work as suggested above?
3. what else could be added into the Ban User section to improve security?Thanks in anticipation…
Thanks m_butcher for that info – I’d never really understood what a ‘user agent’ was! So I’ll try adding it to reduce the number of attempted logins.
Forum: Themes and Templates
In reply to: change color for entry-content h2 in Twentytwelve child themeSorted – all to do with my @ media styling code – if anyone’s interested you can see info in another post http://wordpress.org/support/topic/why-do-my-page-titles-change-colour-on-smaller-screen?replies=7
Forum: Themes and Templates
In reply to: why do my page titles change colour on smaller screen?Final update – all sorted by doing as suggested and moving the colour option out of the @ min 960 media query.
Also checked through all my child style css, and added in the missing bracket at the end of the media query.
So thank you for your help on this – much appreciated! 🙂
Forum: Themes and Templates
In reply to: why do my page titles change colour on smaller screen?Forum: Themes and Templates
In reply to: why do my page titles change colour on smaller screen?Thanks for replying piyushp.esw, and yes i realise it’s due to being a responsive template. But I’m not referring to the menu – it’s the colour change of the page/post titles and sub-titles that I’m trying to fix. I can find what it becomes, via Firebug, but I can’t find the setting that causes this to change!
Forum: Themes and Templates
In reply to: change color for entry-content h2 in Twentytwelve child themeForum: Plugins
In reply to: [MaxButtons - Create buttons] MaxButtons – how to add button to header image?Good to hear!
well it’s ages since it happenned to me, so all I can suggest is to re-upload a backup .htaccess file (or even one from a clean w/p download) as you need certain code in the file for w/p to work, then as soon as you get access to the admin panel create a new user and delete the old one.
Personally, I preferred the totally clean install, as I was developing a new site, but it obviously depends on the stage you’re at with your site…
Sorry i can’t be of more help – just follow the info above. Good luck!Thanks for sharing – really useful, as the manic use of hyphens everywhere was just starting to really get to me!
Just sorted out my links in the page content area and the feeds in the widgets and used the following code, if it helps anyone else:
.widget-area .widget a { color: #00CDFF !important; } .widget-area .widget a:hover, .widget-area .widget a:visited { color: #00A6D0 !important; } .entry-content a { color: #00CDFF !important; } .entry-content a:active, .entry-content a:hover, .entry-content a:visited { color: #00A6D0 !important; }If I put all the elements in that were mentioned in the other thread (see leejosepho’s 1st post here) it affected all my custom menu links too.
Also good to remember that the chosen colours in the theme customisation section seems to take precence over anything else – so I match it with my custom css just to be sure!
Sorted! – and thanks for your help.
Brilliant! Thanks leejosepho – I’ll work through that fix later today and post an update for anyone else who’s having problems.
Is it an issue because of a recent update in wp 3.6 or in the 2012 theme? – as I didn’t have any weird link issues with my child 2011 theme.
Forum: Plugins
In reply to: Use 1 security plugin or 2 security plugins together?OK, obviously not of interest here – I’ll post in a design LinkedIn forum instead…
Forum: Themes and Templates
In reply to: Just can't increase all font size in TwentyTwelve child themeOk, I’ve found the culprit… one too many / in between 2 comments in my style.css, which must have stopped it from working.
Now works fine as suggested by the scribbler!
many thanks.