daveredford
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinboard] Footer widgets break Pinboard home pageJeremy,
There’s something in the functions.php file that was causing this issue for me. If you simply update the theme, or override the functions.php file with the newest version file, this should probably fix the problem. Hope that helps!
Forum: Themes and Templates
In reply to: Footer widgets break Pinboard home pageMy apologies. I landed on this through a google search and didn’t realize it wasn’t the theme support page until after posting. I found the problem, I’ll post the fix there.
Forum: Themes and Templates
In reply to: Footer widgets break Pinboard home pageI don’t believe this has anything to do with footer widgets either, as I am not using any and still have the problem.
Forum: Themes and Templates
In reply to: Footer widgets break Pinboard home pageI’m having the same problem. It seems to be an issue with udgrading to 3.9. I tested it on an older installation that I had and it worked fine, then upgraded that installation to 3.9 and it broke. Deactivating plugins does not fix.
Forum: Plugins
In reply to: [SpeakUp! Email Petitions Importer] Trouble with uploadI’m getting this same error. Did you figure it out or just abandon it entirely for lack of support?
Forum: Plugins
In reply to: [SpeakUp! Email Petitions] Duplicate Email AddressOkay – so I managed to get this line of code removed successfully – but the form is still telling me that “This petition has already been signed using your email address.” Even if I use an email that I know has never been used before.
Hhhm… I’m not sure what to tell you since I can’t look at the entire functions file. Try removing
, array ('post', 'page', 'movie')
entirely and see if that works. You may have an entirely different issue causing your problem somewhere else. Did you try emailing Amir about it at the email he listed above?I’m not sure if this solution will work for the theme you are using, but I fixed it by finding
add_theme_support( 'post-thumbnails', array( 'post' ) );
in my functions.php file and simply removedarray( 'post' )
.I’m having this same problem. Would love to know how it was fixed. I’m seeing 2 “List Item” boxes on the right (why 2?) but no “Featured Image” box. The Featured Image box is there for posts and pages, but not when adding to portfolio.