Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1112747

    Dear support

    we are currently running 4.5.6.1-beta-1 –> we now noticed some issues

    1. is it possible for us to update to current version Version 4.5.7 without loosing any fix from the given beta?
    2. automatic update is not finding the current version (see attached image)
    auto update
    3. we are using custom post types with correct integration in our functions.php

    function my_alb_supported_post_types( array $supported_post_types )
    {
      $supported_post_types[] = 'mitarbeiter';
      $supported_post_types[] = 'munkatarsaink';
      $supported_post_types[] = 'infothekbeitrag';
      $supported_post_types[] = 'cikk';
      $supported_post_types[] = 'partner';
      $supported_post_types[] = 'partnereink';
      $supported_post_types[] = 'referenzbericht';
      $supported_post_types[] = 'referencia-nyilatkozat';
      $supported_post_types[] = 'layout_inhalt';
      $supported_post_types[] = 'jobboerse';
      $supported_post_types[] = 'allaslehetosegek';
      $supported_post_types[] = 'referenz';
      $supported_post_types[] = 'referencia';
      $supported_post_types[] = 'erp_loesung';
      $supported_post_types[] = 'wiki';
      $supported_post_types[] = 'text-blocks';
      $supported_post_types[] = 'events';
      $supported_post_types[] = 'berufsgruppe';
      $supported_post_types[] = 'digitale_arbeitswelt';
      $supported_post_types[] = 'faq';
    	
      return $supported_post_types;
    }
    add_filter('avf_alb_supported_post_types', 'my_alb_supported_post_types', 10, 1);

    we noticed that no one of our custom post types has the integration of “layout box” (sidebar,header,footer,etc) –> is anything missing in our code?
    missing layout box

    Thanks for your advice Marc

    #1112771

    Hey Marc,
    I believe the 4.5.6.1-beta-1 can be updated, but I have not tried this, I can say that it was not created to not be updated, but we had an update issue with v4.5.5 so I’m not sure if this fix was in the beta.
    If it’s not updating, please download the latest version from Theme Forest and manually update via ftp.

    **Please note that if you update via FTP, you will need to remove (or rename) the old theme folder “enfold” first (via FTP) then upload the new “enfold” folder at /wp-content/themes/enfold/
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    I believe the beta was focused more on other patches.
    All of the fixes from v4.5.6.1-beta-1 are in v4.5.7, I have found nothing removed from the beta.

    I recommend creating a staging site, please check your webhost to see if you have the one-click staging site option, this is a option in most cPanels to create a staging clone of your site so we can test on it and your site will stay up and running. You can always ask your webhost to help you with setting this up if you want.

    Here are some screenshots of what it would look like:
    staging-1
    staging-2
    you can then update the staging site while your live site remains untouched.

    Best regards,
    Mike

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