Patricksit
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Opening Hours] 3.8 css compatibility on admin side.op-time-set .op-label {
display: inline-block;
border-radius: 0px;
margin: 0px;
line-height: 1;
border: 1px solid #bbb;
}Worked for me, thnxs
Forum: Plugins
In reply to: [Ad King Pro] Not ResponsiveFYI
Responsive problem solved (Thanks Ash for pointing it out):
Enter the below code in the latest version (1.9.8)
Go to Advert Settings at the bottom in the CSS text block (Custom CSS) enter the code below and Save Settings.
img { max-width: 100%; height: auto; }Greets, Pat
Forum: Fixing WordPress
In reply to: Error 403 blocked.@ Bornholmeren
Can you post your .htaccess here?
Forum: Fixing WordPress
In reply to: Error 403 blocked.@ TheBoss
Try these:
http://ww.wp.xz.cn/support/topic/wp-admin-blank-page?replies=15 (read whole post)
http://wordpress.shadowlantern.com/change-wordpress-theme-in-phpmyadmin/ (setting WP to default theme)
Forum: Fixing WordPress
In reply to: Error 403 blocked.FYI
This solution worked for me:
Add this to your .htaccess file:
<FilesMatch "^(wp-login|wp-log)\.php$"> Header set Set-Cookie wordpress_test_cookie=WP+Cookie+check </FilesMatch>
Viewing 5 replies - 1 through 5 (of 5 total)