Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Last version causes double navigation menu #5675
    vgrch
    Member

    Update:

    On another installation: plugin activated, but now causes issues with another plugin, crucial for the business – MyCRED.

    It gives 3 warnings:

    Warning: Illegal string offset ‘expire’ in /home/c/…/…/public_html/assets/plugins/mycred/addons/sell-content/myCRED-addon-sell-content.php on line 619

    Warning: Illegal string offset ‘price’ in /home/c/…/…/public_html/assets/plugins/mycred/addons/sell-content/myCRED-addon-sell-content.php on line 1050

    Warning: Illegal string offset ‘status’ in /home/c/…/…/public_html/assets/plugins/mycred/addons/sell-content/myCRED-addon-sell-content.php on line 1053

    I know by experience that expecting any help from MyCRED can last forever (still have some questions pending there), could you have a look please?

    https://wordpress.org/plugins/mycred/

    Thanks.

    in reply to: Last version causes double navigation menu #5673
    vgrch
    Member

    Re-downloaded, re-installed (with deletion).

    It runs well on my localhost (activated, no double navigation), but gives the same error online. If it’s related to the server, where should look the the solution?

    Thanks.

    in reply to: Does it work with multisite with a child theme? #5668
    vgrch
    Member

    It did work, thanks.

    in reply to: Last version causes double navigation menu #5667
    vgrch
    Member

    It gave an error:

    Plugin could not be activated because it triggered a fatal error.

    Parse error: syntax error, unexpected T_FUNCTION in /home/…/www/…/public_html/wp-content/plugins/piklist/includes/class-piklist-form.php on line 616

    Would you like to see yourself? I can send the credentials.

    Thanks.

    in reply to: Last version causes double navigation menu #5652
    vgrch
    Member

    0.9.4.29

    I hid them with JavaScript for now but there must be some other solution.

    It happened in two installations on different servers.

    I can give you access to the first one, but it’s not using Piklist for now (for the same reason). Maybe you can do some tests there. Would it be alright?

    Thanks.

    in reply to: Last version causes double navigation menu #5530
    vgrch
    Member

    I attached 2 screenshots: how it’s supposed to be and right after Piklist activation.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    vgrch
    Member

    I tried, and the file is actually there. It doesn’t see it somehow. Maybe it’s the problem with my localhost, I’ll try on another one.

    So the bug with the file uploader, is it fixed in the version I’m using now (0.9.4.29) or only in the beta version?

    Thanks.

    in reply to: Limit list of users by role #3877
    vgrch
    Member

    I found out it was my fault as I forgot to assign the role to the users.

    Thanks for the reply.

    in reply to: Attach same set of related posts a few times #3775
    vgrch
    Member

    No problem. So we a talking about daily reports for a restaurant.

    I have custom post type called Daily Reports. Each one has meta-boxes for morning, afternoon and evening reports, each of them with the same set of fields, like weather (choose from dropdown), manager (choose from users), revenue etc.

    I also have a custom post type called DJ. Each meta-box of Daily Reports has to have it’s own dropdown with the list of DJs to choose, so we have 3 DJs attached to 1 report.

    My problem is to show DJ dropdowm 3 times in 1 report.

    I hope I explained more than confused. )
    Thanks.

    in reply to: Attach same set of related posts a few times #3768
    vgrch
    Member

    I see the idea but it didn’t work.

    I need to attach post-to-post field, so in functions.php I added:

    function djs_field()
    {
        $field = array(
            'type' => 'post-relate'
            ,'scope' => 'dj'
            ,'template' => 'field'
        );
        return $field;
    }

    And in piklist/parts/meta-boxes/fields.php added:

    djs_field();

    But it didn’t change a thing, anything I’m doing?

    Thanks.

    in reply to: Workflow displays all metaboxes at once #3756
    vgrch
    Member

    Thanks, that helped.

    in reply to: Workflow displays all metaboxes at once #3744
    vgrch
    Member

    I think I did everything as it’s supposed to be.
    Do you mean to email piklist folder or anything else?

    Thanks.

    vgrch
    Member

    Sorry, I just forgot to echo the values.

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