Viewing 3 reply threads
  • Author
    Posts
    • #6749
      lavok
      Member

      Hello, thanks for the great plugin.

      I have problems with new version 0.9.9.8 my fields are not updating after the first save. I’ve tried clean install and I don’t have any plugins installed. If I manually delete post meta in database I can again save fields but can’t update them. When I use the previous version 0.9.4.30 it updates without problems.

      Thanks for help.

      Wordpress 4.5.2

      <?php
      /*
      Title: Dodatkowe pola na stronie głównej
      Post Type: page
      Template: front-page
      */
      piklist('field', array(
          'type' => 'textarea'
          ,'field' => 'front_head'
          ,'label' => 'Sekcja head'
          ,'description' => 'Head glownej'
          ,'attributes' => array(
         'rows' => 10
         ,'cols' => 50
         ,'class' => 'large-text'
       )
      ));
      piklist('field', array(
          'type' => 'textarea'
          ,'field' => 'front_specialisation'
          ,'label' => 'Sekcja 1'
          ,'description' => 'Dodatkowy tekst - specjalizacje'
          ,'attributes' => array(
         'rows' => 10
         ,'cols' => 50
         ,'class' => 'large-text'
       )
      ));
    • #6750
      Steve
      Keymaster

      @lavok– welcome to the Piklist community

      Here’s an article that should help>

    • #6751
      lavok
      Member

      Thanks, that helped. I tried that before but it didn’t work. Now I’ve noticed I had post instead of page in post type. Thanks again.

    • #6752
      Steve
      Keymaster

      Great! Glad it worked. Closing ticket.

Viewing 3 reply threads
  • The topic ‘Fields not updating’ is closed to new replies.