merobertsjr 0 Report post Posted May 24, 2011 I just purchased the developer version of the platform and I am not able to get the boxes to work correctly. I am not able to upload any images. I can upload images to posts, and pages, but when I upload images to the Boxes it seems to load the image, but then does not save it. When I update the box the image disappears. I have tried saving the Meta first and it does the same thing. I am running wordpress 3.1.2. Please help!! Share this post Link to post Share on other sites
Simon 248 Report post Posted May 24, 2011 Michael, you found a bug! I have repackaged the files. You can either redownload the package or edit the file yourself: file: /admin/class.options.metapanel.php Line: 94 Change to: `$post_type_save = ( is_array( $this->settings['posttype'] ) ) ? true : false;` Share this post Link to post Share on other sites
planetwork 0 Report post Posted May 24, 2011 Having same problem on feature meta datas not saving. I'm not a coder, (hence using pagelines : ) But I can find line 94 in the editor to switch out which i figured would be faster and less glitch prone. Now says i need to make file writable and sends me to a WP codex tutorial that's making my brain glaze over. translation? easy way through? Thanks for the help... Its my first day in a pagelines build... Share this post Link to post Share on other sites
Simon 248 Report post Posted May 24, 2011 Jim you will not be able to edit this file with the wordpress editor, you will have to do with FTP or cpanel file editor. Or simply delete the theme, redownload it and reinstall. Share this post Link to post Share on other sites
dustinashe 0 Report post Posted May 28, 2011 I was able to edit the page using BBEdit (any text editor should work) and it only took a minute to upload and replace the file. And it worked! Thank you so much! Share this post Link to post Share on other sites
catrina 103 Report post Posted May 28, 2011 Michael, do you still need assistance? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
msaizan+ 6 Report post Posted May 30, 2011 i am in cpanel and i can see the hidden files - however i can't find the file for the custom post type image upload fix - this is the file i am looking for: /admin/class.options.metapanel.php see below: is this where i should be looking for the above file? if not, please point the way. /public_html/wp-content/themes/platformbase thanks for the support! i am ready to get this one solved. Share this post Link to post Share on other sites
msaizan+ 6 Report post Posted May 30, 2011 no worries about changing the line of code. i am going to opt to go ahead and delete the theme and reinstall. i am realizing i am still on PP 1.3.1! Share this post Link to post Share on other sites
msaizan+ 6 Report post Posted May 31, 2011 I did find the metapanel file but line 94 wasn't about custom post types -and that's how I discovered I was on an older version of the theme. just did the theme upgrade - it went very smoothly - the instructions in the docs are ace - and yes the upgrade solved the problem of the image upload in the custom post types. I just tested it out and everything works fine. So I am resolved. Hurrah! Share this post Link to post Share on other sites
merobertsjr 0 Report post Posted June 5, 2011 Actually, yes. I need to be able to have boxes that run vertically down the page. Is this possible with css or a change via php? Am I missing something or are boxes only horizontal? Thanks, Share this post Link to post Share on other sites