Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #862679

    Hi Enfold Team

    I have just spend the whole day making a page (portfolio item) with a LOT of content
    – when suddenly this page/post crashes – everything but the first image just disappeared!

    I have earlier used the “Revision” facility to upload a previous version, but in “Screen options” the Revision check box is simply not there anymore?

    Other check boxes are there “Discussion”, “Comments” and so on (not quite sure these are the english terms since I am working in danish).

    PLEASE HELP. This is quite urgent since it is a newsletter have to be launched thursday.

    Log in credentials in private content

    Very best regards

    #863139

    Hey Carsten,

    Thanks for the login details. In what portfolio item are you having these problems?

    Best regards,
    Rikard

    #863144

    Hey Rikard

    Pls. ref. to private data for specific portfolio item

    best regards

    #863306

    Hi Enfold Team

    I am sorry, but you no longer need to look into this specific portfolio item.
    As I mentioned tuesday, when I posted this issue, it was quite urgent, since we today, thursday, have to deliver to the client.
    Now we just on our side need to focus on rebuilding instead of trying to figure out, what went wrong and hopes of restoring it ;-)

    However a big question remains:

    The issue regards the “Revision” facility to upload a previous version.
    A check box in “Screen options” reveals this facility.
    I have earlier used the “Revision” facility to upload a previous version.

    I have now checked a number of pages and portfolio items (on several client sites), and for some pages, the “Revision” check box IS availabe in “Screen options”.
    For other pages it is not?

    And it seems (at least at the moment?) that none of the portfolio items have the “Revision” check box availabe in “Screen options”?

    Is it possible for you/anyone to explain why?

    Best regards

    #863847

    Hi,

    The portfolio post type does not support “revisions” by default. If you want to enable it, please add this filter in the functions.php file.

    /* Change portfolio post type settings */
    add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod');
    function avf_portfolio_cpt_args_mod($args) {
    	$args['supports'][] = 'revisions';
    	return $args;
    }

    Best regards,
    Ismael

    #863855

    Hi Ismael – thanks a lot for clarifying. I will try that :-)

    But have you any idea why for some pages the “Revision” check box IS availabe in “Screen options” – and for other pages it is not?

    Best regards

    #864235

    Hi,

    It should not be available for the Portfolio post type, do you have an example we can look at where that option is available?

    Best regards,
    Rikard

    #864259

    Hi again

    Yes, Ismael explained to me, that the “Revision” check box normally is not available for the Portfolio post type, and he also told me how to enable it – and thanks again for that.

    My question goes for the Page post type: For some pages the “Revision” check box IS availabe in “Screen options” – and for other pages it is not?
    Anyone know why this is and how to enable the option for all pages?

    Best regards

    #864412

    Hi,

    Could you provide a link to those pages so that we can check them? Do you have any plugins related to “revisions”?

    Best regards,
    Ismael

    #868238

    Hi Ismael and team Enfold

    Been out for a while. Please refer to private content for examples of post type “pages”, where for some “Revision” check box IS availabe in “Screen options” and for some not. “Revision” is “Ændringer” in danish ;-)

    Thanks in advance

    #868524

    Hi,

    Did you edit those pages yet? The “Revision” option is not going to display on pages without older versions.

    Best regards,
    Ismael

    #868639

    Hi Ismael

    Aaah, that’s why, offcourse, thanks a lot.
    Actually I have edited those pages but not for a very long time, so that must be why.

    But thanks. Problem solved :-)

    Best regards

    #869081

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.