clevis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink structure?Nevermind! Just saw that it was in the custom post type .php file with a re-write.
Forum: Plugins
In reply to: Widget Plugins – Flexi PagesJust wanted to see if anyone had thoughts on this…
Forum: Themes and Templates
In reply to: Child Theme ProblemsI think it is pulling in the css now…just not the UberMenu plugin…
Forum: Themes and Templates
In reply to: Child Theme ProblemsOkay, on the style.css for the child theme, I just included the other .css files that reference the background and that works.
What I still don’t see is a correct footer or navigation…
Forum: Themes and Templates
In reply to: Child Theme ProblemsYeah, I’m still seeing no change. 🙁
When I inspect with Firebug, it shows that the entire UberMenu pluging is not being included. Sigh.
I’ve de-activated the child theme, so now the correct site is showing.
Forum: Themes and Templates
In reply to: Child Theme ProblemsNo dice.
I changed all the @imports in the Moses style.css to:
@import “/wp-content/themes/Moses/css/reset.css”;
@import “/wp-content/themes/Moses/css/base_styles.css”;
@import “/wp-content/themes/Moses/css/museosans/stylesheet.css”;When, I activated the child theme, I still get this: http://fbcsudbury.dreamhosters.com/ (no backgroud, no nav, and crazy footer)
Forum: Themes and Templates
In reply to: Child Theme ProblemsWell, that may have helped point to an issue. The original theme has an uppercase “M” and when I took that away just to try, it REALLY messed the site up. So, I think that the child theme is “working” however it is still not showing the background images or navigation.
Since the original Moses style.css just has @imports, would that be causing it not to work?
Forum: Themes and Templates
In reply to: Child Theme ProblemsYup, it is there. The original theme is in wp-content/themes/Moses and the child is at wp-content/themes/Moses-child.