Tagged: events calendar PRO
-
AuthorPosts
-
May 16, 2019 at 7:09 pm #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 EventsIn 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.
May 18, 2019 at 6:45 am #1101992Hey xyzb,
Do you get the same problem if you try to run the latest version of the theme (4.5.7)?
Best regards,
RikardMay 22, 2019 at 7:33 pm #1103436I will try it. It doesn’t show this is available via WP admin. I did a manual check as well.
THanks
May 22, 2019 at 7:45 pm #1103440It didn’t make a difference.
Thanks
May 28, 2019 at 4:19 am #1104626Hi,
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,
IsmaelJuly 16, 2019 at 3:50 pm #1119181This reply has been marked as private.July 18, 2019 at 7:51 am #1119823Hi,
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,
IsmaelJuly 19, 2019 at 8:18 pm #1120331This reply has been marked as private.July 20, 2019 at 11:21 am #1120425Hi,
Thanks for the update, we’ll keep this thread open in case you should need any further help.
Best regards,
RikardJuly 22, 2019 at 7:15 pm #1120985This reply has been marked as private.July 23, 2019 at 10:12 pm #1121268Hi,
This is really strange. Where u put the code at the Child theme?
Best regards,
BasilisJuly 24, 2019 at 3:54 pm #1121599This reply has been marked as private.July 25, 2019 at 3:17 pm #1121926Hi,
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,
IsmaelJuly 25, 2019 at 9:54 pm #1121977I 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!
July 29, 2019 at 4:01 am #1122611Hi,
Thank you for the update.
Can we have a access to the live site? We would like to check it.
Best regards,
IsmaelAugust 19, 2019 at 8:19 pm #1129006This reply has been marked as private.August 21, 2019 at 3:06 am #1129388Hi,
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,
IsmaelAugust 21, 2019 at 3:15 pm #1129594This reply has been marked as private.August 23, 2019 at 9:12 am #1130250Hi,
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,
IsmaelAugust 23, 2019 at 2:52 pm #1130378This reply has been marked as private.August 26, 2019 at 7:09 am #1130862Hi,
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,
IsmaelAugust 26, 2019 at 2:48 pm #1130992Yes. 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.
August 28, 2019 at 3:45 pm #1131630Hi,
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,
IsmaelSeptember 10, 2019 at 5:47 pm #1136650Switched to 50 and it works.
Thanks
September 11, 2019 at 6:33 pm #1137170Hi xyzb,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.