Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • #1101555

    Hello,
    In version 4.4.1 of your theme I have the following in the admin bar at the top while logged in and viewing the site from the frontend –
    Edit Event
    Edit Series
    Break from Series
    Edit Future Events

    In version 4.5.2 I have “Edit Event” but the submenu is not showing or there. This is important to have since it allows us to easily edit recurring events when selecting them form the calendar view.

    Please advise.

    #1101992

    Hey xyzb,

    Do you get the same problem if you try to run the latest version of the theme (4.5.7)?

    Best regards,
    Rikard

    #1103436

    I will try it. It doesn’t show this is available via WP admin. I did a manual check as well.

    THanks

    #1103440

    It didn’t make a difference.

    Thanks

    #1104626

    Hi,

    Thanks for the update.

    Have you tried switching the editor to classic instead of the new block editor? If the switch didn’t help, please post the login details in the private field so that we can inspect the issue further.

    Best regards,
    Ismael

    #1119181
    This reply has been marked as private.
    #1119823

    Hi,

    Thanks for the update.

    This is probably related to the Gutenberg configuration that is in the theme. Please edit the config-gutenberg > class-avia-gutenberg.php file. Look for this code around line 216, then comment it out or remove it.

    add_action( 'admin_menu', array( $this, 'handler_wp_admin_menu' ), 999 );
    			add_action( 'admin_bar_menu', array( $this, 'handler_wp_admin_bar_menu' ), 999, 1 );
    

    Best regards,
    Ismael

    #1120331
    This reply has been marked as private.
    #1120425

    Hi,

    Thanks for the update, we’ll keep this thread open in case you should need any further help.

    Best regards,
    Rikard

    #1120985
    This reply has been marked as private.
    #1121268

    Hi,

    This is really strange. Where u put the code at the Child theme?

    Best regards,
    Basilis

    #1121599
    This reply has been marked as private.
    #1121926

    Hi,

    Thank you for the update.

    Are you using the block editor in the production site? Please check the Enfold > Theme Options > Select Your Editor settings. Toggle the option and see if there’s something different.

    Best regards,
    Ismael

    #1121977

    I traced it to something in my child-theme functions file. Sorry, I should of did a bit more debug. However, I still need to have the code edit you supplied to show the edit series menu options under “Edit Events” when running the stand alone Enfold theme with or without a child theme. With the edit and child or stand alone theme, the menu options appear with either classic or block editor selected as well.

    Looks like a bug somewhere.

    Thanks!

    #1122611

    Hi,

    Thank you for the update.

    Can we have a access to the live site? We would like to check it.

    Best regards,
    Ismael

    #1129006
    This reply has been marked as private.
    #1129388

    Hi,

    Thank you for the update.

    Where can we see the issue? Please create a staging site so that we can inspect the error. You should be able to find the code responsible for the custom pages (footer, maintenance, 404) in the includes > class-avia-custom-pages.php file.

    Best regards,
    Ismael

    #1129594
    This reply has been marked as private.
    #1130250

    Hi,

    Thank you for the update.

    The login account above is invalid. Are you sure that the account is the same for “staging1” and “staging4” site?

    Best regards,
    Ismael

    #1130378
    This reply has been marked as private.
    #1130862

    Hi,

    Thank you for the update.

    We can see the issue but we’re not sure what’s causing it. Is it working when you do the previous suggestion or by commenting out the hook in the Gutenberg config file? We couldn’t edit it because the Appearance > Editor panel is not accessible.

    Best regards,
    Ismael

    #1130992

    Yes. I had to comment out the code you had mentioned-

    config-gutenberg > class-avia-gutenberg.php file. Look for this code around line 216, then comment it out or remove it.

    #1131630

    Hi,

    The events plugin is probably using the same hook with a lower priority and the theme overrides it. Please try decrease the priority of the hooks in the Gutenberg config file.

    			add_action( 'admin_menu', array( $this, 'handler_wp_admin_menu' ), 999 );
    			add_action( 'admin_bar_menu', array( $this, 'handler_wp_admin_bar_menu' ), 999, 1 );
    

    Replace 999 with 50 or lower.

    Best regards,
    Ismael

    #1136650

    Switched to 50 and it works.

    Thanks

    #1137170

    Hi xyzb,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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