Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Reordering not working on images #6911
    cannect
    Member

    And now installed version 0.9.9.2 and in this version everything is working. It works on the production site too. So i really think you have to squash some bugs 😉

    in reply to: Reordering not working on images #6910
    cannect
    Member

    Hi,

    I just installed version 0.9.4.30. And everything is working now, however, this is a really old version that misses important fixes.

    in reply to: Reordering not working on images #6909
    cannect
    Member

    Ok, I have repoducable steps to show that reordering is really not working:

    1: install WordPress https://wordpress.org/download/ (default English version, install with English language)
    2: install Piklist 0.9.9.9 https://wordpress.org/plugins/piklist/
    3: only activate Piklist plugin, and the plugin below
    4: Add my plugin below:

    /myplugin/myplugin.php:

    
    <?php
    /*
    Plugin Name: My plugin
    Plugin Type: Piklist
    Version: 1.0
    */
    

    /myplugin/parts/meta-boxes/mymeta.php:

    
    <?php
    /*
    Title: Testupload
    Description: Testupload
    Post Type: page
    */
    
    piklist('field', array(
        'type' => 'file',
        'field' => 'sliderimg',
        'label' => 'Slider img',
        'description' => 'Upload',
    ));
    

    As you will see, you cannot reorder. I think we have now the exact same setup (English version, brand new database, only Piklist installed)

    Can you please test it on your system too? I am sure it will not work on your system too.
    Or maybe I have wrong options in my meta file?

    in reply to: Reordering not working on images #6908
    cannect
    Member

    Hi,

    Maybe it is because I use a non-English WordPress? Can you please upload the previous version to me, because that version worked completely.

    I am currently digging through your code, but cannot find where you create the hidden elements above the images.

    See here an image before I sort three images:
    Before sorting action in Post

    And here after sorting action in a post (not saved yet).
    After sorting action

    As you can see, the html ID attributes are missing for the last two.

    in reply to: Reordering not working on images #6839
    cannect
    Member

    Hi, I removed the sortable and validate parameters and added:

    
    function my_custom_init() {
      remove_post_type_support( 'post', 'custom-fields' );
    }
    add_action( 'init', 'my_custom_init' );
    

    But no change. I have the most simplest Piklist configuration with only the code I gave you. And it is not working. I am trying furter.

    Thanks so far!

    in reply to: Reordering not working on images #6824
    cannect
    Member

    Hi,

    I just tested it, and it does work in the demo type!

    in reply to: Trying to get all categories that has linked posts #6358
    cannect
    Member

    Thanks for your reply @Jason, taxonomies are indeed the way to go, thanks for pointing at them!

    in reply to: Trying to get all categories that has linked posts #6308
    cannect
    Member

    Hi @Jason! You are correct!
    I have never used taxonomies before, maybe a lack of insight what they exactly are. Can they act as a ‘group of things’?

    I am curious how to get this working in Piklist.

    in reply to: Meta box does not register #6291
    cannect
    Member

    Thanks @Jason,

    At the moment I got it working again. Strange, but in my case it did help to remove the old posts in database and the transients.

Viewing 9 posts - 1 through 9 (of 9 total)