Forum Replies Created

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • in reply to: How re-use metaboxes and control their visibility #6522

    I’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-one in 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.

    in reply to: How to show images from addmore image fields #6521

    Alright 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.

    in reply to: How re-use metaboxes and control their visibility #6520

    Thanks Steve. Let me give it a shot and see how things turn out. Thanks.

    in reply to: Editor field not wiorking #6473

    Here’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.

    I 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);

    Thanks a lot Steve. It works like magic. Perfect!

    in reply to: Is there a way to limit/control field entries? #6364

    Thanks a lot Steve. I’ve tested it and its actually working perfectly.

    I’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.

    I’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.

Viewing 9 posts - 16 through 24 (of 24 total)