Forum Replies Created
-
AuthorPosts
-
chillifish
ParticipantThanks, unfortunately, the sidebar is no good for me. I have found a discussion about the issue here: https://github.com/WordPress/gutenberg/issues/69923
It looks like it's not going away any time soon.
February 20, 2025 at 7:57 PM in reply to: Can't clone cloneable group and can't view wyswig 'Text' #47698chillifish
ParticipantThe above didn't fix the wysywig 'Text' issue. However, re-installing the plugin from the WordPress repository and only using the plugins I wanted to has worked for both issues.
Note to devs: There are the above issues with the AIO plugin.
February 20, 2025 at 7:34 PM in reply to: Can't clone cloneable group and can't view wyswig 'Text' #47697chillifish
ParticipantI've figured out the 'Text' issue, I found some code I'd previously written. There should be an options array as below
'options' => [ 'raw' => true, ],This option is not mentioned in the WordPress docs linked from the Metabox docs.
I have deleted the AIO plugin and installed the lite plugin, plus just the two extensions I need, but I still cannot duplicate the cloneable group.
February 10, 2025 at 10:04 PM in reply to: MB Settings Page won't update from 2.1.14 to 2.1.16 #47632chillifish
ParticipantAh okay, thanks.
chillifish
ParticipantMy fault, I'd inadvertently changed the name of the rwmb_meta_boxes filter, so nothing was running…
chillifish
ParticipantPlease do, it's very annoying and now happening on another site, so it looks like it's an issue with sites using image advanced anywhere on the site.
chillifish
ParticipantIt looks like any time I include an image advanced field this code appears. I'm enabling them as shown below, have I missed something. I don't have this happening on any other site.
$meta_boxes[] = array( 'id' => $prefix . 'header_gallery', 'title' => esc_html__( 'Header Gallery', 'dlf' ), 'description' => esc_html__( 'Sliding images in the header', 'dlf' ), 'post_types' => array( 'post', 'page' ), 'context' => 'normal', 'priority' => 'high', 'fields' => array( array( 'name' => esc_html__( 'Images', 'dlf' ), 'id' => $prefix . 'header_imgs', 'desc' => esc_html__( 'Scrolling images at the top of the page', 'dlf' ), 'type' => 'image_advanced', ), ), );chillifish
ParticipantLooking at it, I'm fairly sure it's a mistake in where I've declared the metaboxes in my code. Troubleshooting now.
chillifish
ParticipantI can confirm that I don't have Front End submission installed (not using AIO). If I switch to 2021 Theme it doesn't show, but then that theme doesn't use Meta Box, so I wouldn't expect it to.
chillifish
ParticipantHi Peter,
No I didn't. I'm not using Metabox anywhere on the front end. It never used to do this or I would have spotted it before. It does seem to be unique to this site though, so I'll have a look and see what I'm doing differently.
chillifish
ParticipantActually, having looked at another site of mine, the 'Custom class' field seems to have been added by a plugin (probably foogallery). I'll have to look into it.
chillifish
ParticipantI used Transient Manager as it was already installed, just selected the ones with metabox in the name and it worked first time. Thanks.
chillifish
ParticipantSorry, still not working for me: https://boltwood.online/hosting/tmp/5-check-again.png
chillifish
ParticipantI saw your update on my facebook post, but still happening for me.
https://boltwood.online/hosting/tmp/1-update-page.png
https://boltwood.online/hosting/tmp/2-license-page.png
https://boltwood.online/hosting/tmp/3-resave-license.png
https://boltwood.online/hosting/tmp/4-update-page.pngchillifish
ParticipantIt was the official plugin, but don't worry, they've fixed it now: https://wordpress.org/plugins/font-awesome/#developers
-
AuthorPosts