Lara Schenck
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post Formats in Thematic ChildForum: Fixing WordPress
In reply to: WPFolio drop down menu problemYep, you definitely need
@import url("../wpfolio/style.css");
but shouldn’t need@import url("../wpfolio/css/ie-sucks.css");
. Now that you have your child theme up and running, try deleting that line and all should be okay, if it’s not, doesn’t hurt to leave it there.Forum: Themes and Templates
In reply to: Set footer width in wp-folioWide margins only apply to the content area and can be overridden in Page Attributes under Template, and select Full Width Page. Your using WPFolio 1.7 right?
Forum: Themes and Templates
In reply to: Set footer width in wp-folioNot sure I understand what you’re trying to do – the right/left widget areas in WPFolio each take up half the footer, and the center one allows the whole footer for a widget.
What is your other widget? If it’s a list, it will be aligned to the outside of the container and won’t be centered. Maybe that’s what’s going on? Try changing
text-align
andpadding
in the.footer
selectors.Forum: Themes and Templates
In reply to: Set footer width in wp-folioTry the ‘Footer Center’ widget
Forum: Fixing WordPress
In reply to: Issues with WPFolio Child ThemeCheck out these posts for useful info on child themes and some basic CSS and HTML stuff:
How to make a child theme for WordPress: A pictorial introduction for beginners
How To Modify WordPress ThemesThe Smart WayGood luck!
Forum: Themes and Templates
In reply to: WPfolio comments and 1.6 downloadFirst thing – are you using 1.7? If not, download it at Github and see if the problem persists.
Forum: Fixing WordPress
In reply to: Changes to “Current Theme Options” for WPfolio not savingCool, thanks!
Forum: Fixing WordPress
In reply to: WPFolio drop down menu problem@clairbee:
Check into @slambert’s suggestion – looks more promising than the@import url
idea, but def. keep going on a child theme!Forum: Fixing WordPress
In reply to: Changes to “Current Theme Options” for WPfolio not savingGlad it worked! What setting did you change? I just disabled it but would like to use it ??
Forum: Fixing WordPress
In reply to: WPFolio drop down menu problemYes, definitely use a child theme instead of changing the theme’s core files, otherwise your changes will be overwritten when you update the theme.
Forum: Fixing WordPress
In reply to: Changes to “Current Theme Options” for WPfolio not savingslambert mentioned above about checking your plugins. I had an issue like this with another theme and disabling WP Super Cache fixed it.
And if you run into the ‘Invalid Value’ error on theme options in Chrome, you can change the options in another browser and they work fine.
Also, are you using WPFolio’s latest release?
Forum: Fixing WordPress
In reply to: WPFolio drop down menu problemAre you using a child theme? Try adding this to style.css:
@import url('../WPFolio/css/ie-sucks.css');
Where
WPFolio/
is the name of your parent directory.Forum: Themes and Templates
In reply to: Child theme still using parent style.css@chip: WPFolio trac ticket, thanks.
I’ve looked into this a bit and everything seems okay in header.php – Superfish and a few other stylesheets are called, then ‘stylesheet_url’ and finally the theme options. Any other place to check?
And @phybron: looks like you’re using a pretty old version of WPFolio, maybe that was the issue. You can download the latest version from GitHub.
Forum: Plugins
In reply to: theme options don’t update/recordIt’s still happening for me (also Mac). Did you hit save? That’s when the error shows up.