geekasso
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Custom Login] CSS !important declarationI am using a custom theme. Regardless, there should not be an !important declaration in the plugin or at least an option (or flag) to remove it.
Forum: Plugins
In reply to: [Admin Custom Login] CSS !important declarationThe file where I removed the !important declaration is login-form-screen.php
Line: 120:
background: url(<?php echo $top_page[‘top_image’] ?>) <?php echo $top_page[‘top_repeat’] ?> <?php echo $top_page[‘top_position’] ?> !important ;AND
Line: 135:
background-image: url(<?php echo $logo_page[‘logo_image’]; ?>) !important;Forum: Plugins
In reply to: [My Private Site] CSS uses !important for logo and backgroundMy apologies, I posted this issue for the wrong plugin.
Works on 4.2.2 for me without issues.
I am having the same issue. This occurs with the following line in .htaccess:
Order allow,deny
which occurs right before the start of:
SetEnvIF REMOTE_ADDR
I had to disable writing to htaccess in the plugin to avoid keep having this problem and taking the site offline.
WordPress Plugin: WordPress SEO by Yoast allows you to strip the category base.
Forum: Plugins
In reply to: [Revision Control] Non-static Plugin call errorI am also seeing this error.
Forum: Plugins
In reply to: [HMS Testimonials] Rotator – order="random" not applyingThank you, that worked!
Forum: Plugins
In reply to: [WP-Cufon] [Plugin: WP-Cufon] Unwanted apply to all h2 and h3 tagswhen you take away the references after replace, perhaps it’s applying to all elements.
Try removing the command altogether, are you still having this problem?