sheclimber
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Contact Form 7 CSS on input and checkbox fieldsJust posting to subscribe in case other brilliant solutions arrive. Running into the same issue.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Override events.cssI just followed the advise above:
Find the function loadDomainStylesScripts and change the line:
$templateArray = explode( ‘/’, TEMPLATEPATH );
to:
$templateArray = explode( ‘/’, STYLESHEETPATH );
But it is still looking for events.css in the parent theme (twentyten) instead of my current child theme of twentyten. Any suggestions?
I’m using version 1.6.5
Thanks!
Forum: Themes and Templates
In reply to: Constructor Theme: CSS Tab Not Functioning?thanks for the right theme hint. i actually already made that mistake and am sure i’m editing the right theme now.
the only other code under the css tab is this:
/*
Theme Name: YEA
Theme URI: YEA
Description: YEA theme built from Constructor Theme
Version: 0.2.0
Author: Anton Shevchuk
Author URI: https://anton.shevchuk.name/
*/
#footer {
/*min-height:300px;*/
}I’m assuming (with very limited knowledge/experience) that the way this theme works is to generate the css (using the css.php file). I was figuring that the code entered on the css page got brought in at some point, but I haven’t dug into the css.php file enough yet to really understand it. All I know is that any code I paste in the css tab is not having an effect.
Forum: Themes and Templates
In reply to: Constructor Theme: CSS Tab Not Functioning?yes, under appearance>customization in the constructor theme there are a bunch of tabs. i pasted that code into the css tab.
Forum: Themes and Templates
In reply to: Constructor Theme: CSS Tab Not Functioning?i’m working on a local installation. is that the problem?