Forum Replies Created
-
AuthorPosts
-
semwangajoshuaMemberI’ve actually upgraded to the latest version of Piklist but still it doesn’t seem to work.I’ve tried this:
Template: 'page-home','page-home-one'and this:Template: page-home, page-home-onein the comment block but I don’t see a change in behavior. May be you could help me and show me how the implementation is done since the documentation now has references to the old way of working about the issues.
semwangajoshuaMemberAlright Steve. Let me use that advice and see how things work out. Thank you for your time and support over here. I very much appreciate it.
semwangajoshuaMemberThanks Steve. Let me give it a shot and see how things turn out. Thanks.
semwangajoshuaMemberHere’s what I have in my metaboxes parts folder:
//Section 2 Content piklist('field', array( 'type' => 'editor' ,'scope' => 'post' ,'field' => 'sctn2_content' ,'label' => __('Section 2 content') ,'description' => __('Content to appear after the sub-headline') ,'help' => 'Content to appear after the sub-headline' ,'value' => '' ,'placeholder' => 'Content here' ,'options' => array ( 'wpautop' => true ,'media_buttons' => false ,'tabindex' => '' ,'editor_css' => '' ,'editor_class' => '' ,'teeny' => false ,'dfw' => false ,'tinymce' => true ,'quicktags' => true ) ));<code></code>And this is how I access the values:
<?php echo wpautop(get_post_meta($post->ID, 'sctn2_content', true)); ?>And for some reason I that I don’t understand, everytime I try to update a page with after enter new content into the editor field, WordPress throws up the error below:
<br /> <b>Fatal error</b>: Maximum execution time of 30 seconds exceeded in <b>C:\xampp\htdocs\lawyeah\wp-includes\wp-db.php</b> on line <b>1803</b><br />This happens for when I try update a page and part of the new data to be posted is that of the Editor field.
May 10, 2016 at 10:47 am in reply to: Access Piklist Fields from dynamic stylesheet creator php file #6471
semwangajoshuaMemberI have the code below in my style.php file which generates the stylesheet file style.css
$profile1_color = get_post_meta ($post->ID, 'profile1_color', true);April 27, 2016 at 10:06 am in reply to: How to order Tab content output from multiple settings files #6367
semwangajoshuaMemberThanks a lot Steve. It works like magic. Perfect!
semwangajoshuaMemberThanks a lot Steve. I’ve tested it and its actually working perfectly.
April 25, 2016 at 2:24 pm in reply to: Piklist v0.9.4.29 & v0.9.4.30 won't install on WordPress v4.4.2 & 4.5 #6356
semwangajoshuaMemberI’ve finally got Piklist to run without WordPress throwing the PCLZIP_ERR_BAD_FORMAT (-10) : Invalid archive structure error. This is what I’ve done; I’ve commented out the line in my php.ini file that says http://php.net/mbstring.func-overload by removing the question mark from at the beginning of that line. I’ve then this time around installed Piklist from the WordPress plugins repository in the dashboard by simply typing in Piklist and then choosing InstalL now. You then simply let WordPress take care of all the rest. Thank you everybody who has been trying out for me to see that this gets resolved.
April 25, 2016 at 9:59 am in reply to: Piklist v0.9.4.29 & v0.9.4.30 won't install on WordPress v4.4.2 & 4.5 #6353
semwangajoshuaMemberI’ve tried installing Piklist on the latest versions of Xamp ie., 5.6.20 and 7.0.5 running Php version 5.6 and 7.0.5 respectively but all in vain. WordPress runs Ok and even when I try to install other plugins, they install and activate just fine but not Piklist. I’m running Xamp on Windows 10 which is well updated on my local disk C, and I have 10GB of free space on this drive. What is the problem with Piklist? It just won’t install…So technically, I’ve beenl stuck like for a week now, until I find some help from you guys. Thanks for the help I’ve received so far; but I still need more.
-
AuthorPosts