Forum Replies Created
-
AuthorPosts
-
December 13, 2022 at 11:40 PM in reply to: Critical error when updating to latest version of Meta Box AIO #39768
ambrdigital
ParticipantHello, I did that and still get the same error. Cheers
ambrdigital
ParticipantAgreed, really could use this feature for a number of projects. Don't want to have an empty group if I don't need it. Thanks
ambrdigital
ParticipantWe are getting the warring Notice as well.
Warning: Undefined array key "parent" in /Applications/XAMPP/xamppfiles/htdocs/505junk.com/wp-content/plugins/meta-box-aio/vendor/meta-box/mb-settings-page/src/Loader.php on line 22
Cheers,
AnthonyOctober 30, 2021 at 12:52 AM in reply to: ✅Import .csv to create WP posts: how to populate address field with geolocation? #31644ambrdigital
ParticipantI've been needing this functionality for a number of projects as well. Please let me know if your team builds out this functionality - thanks!
September 14, 2021 at 11:52 PM in reply to: ✅Custom Table Migrate/Transfer the existing values to new table #30766ambrdigital
ParticipantThank you!
July 23, 2020 at 11:06 PM in reply to: ✅Google Maps using default API key MB Settings Page with MB Groups #20942ambrdigital
ParticipantPerfect, that solved it. thanks again for your help, much appreciated.
July 23, 2020 at 11:53 AM in reply to: ✅Google Maps using default API key MB Settings Page with MB Groups #20929ambrdigital
ParticipantThe other thing to note when I output the map not using a MB Group our map API key is output correctly.
July 23, 2020 at 11:43 AM in reply to: ✅Google Maps using default API key MB Settings Page with MB Groups #20928ambrdigital
ParticipantThanks for the replay, I am confident that its a meta box issue because the API Key being outputted is the default that can be found in the meta box plugin. Note we are using the Meta Box AIO version.
meta-box/inc/fields/map.php
'api_key' => 'AIzaSyC1mUh87SGFyf133tpZQJa-s96p0tgnraQ', on line 108 and again 182.Again I have an active API key in my code everything is working as desired except the API key.
February 8, 2020 at 1:01 AM in reply to: ✅Bug with images in MB Settings Page after upgrading Meta Box plugin #18192ambrdigital
ParticipantThat works - thank you!
February 6, 2020 at 5:16 AM in reply to: ✅Bug with images in MB Settings Page after upgrading Meta Box plugin #18155ambrdigital
ParticipantJust an update,
I found that substituting
wp_get_attachment_image_src()for the
Meta Box RWMB_Image_Field::file_info()function solved problems across various websites. May want to still look into that function as it consistently broke across various websites for us after the latest update.
Hope that helps anyone else,
Cheers
February 6, 2020 at 5:00 AM in reply to: ✅Bug with images in MB Settings Page after upgrading Meta Box plugin #18154ambrdigital
ParticipantHi Anh,
I don't have a plugin for media settings. I set one extra image size elsewhere with add_image_size() but that's it.
The warning seems dependent on the line
$image = RWMB_Image_Field::file_info( $image_id, array( 'size' => 'thumbnail' ) );
When that is removed, it goes away.I discovered that it isn't just limited to MB Settings Page fields, but anywhere RWMB_Image_Field::file_info() function is called. It's occurred on 4 of my websites after the latest plugin update.
In another area the error being output is as follows:
Warning : Illegal string offset 'sizes' in /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/plugins/meta-box/inc/fields/image.php on line 166 Fatal error : Uncaught Error: Cannot iterate on string offsets by reference in /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/plugins/meta-box/inc/fields/image.php:166 Stack trace: #0 /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/plugins/meta-box/inc/fields/image.php(147): RWMB_Image_Field::get_image_meta_data('58') #1 /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/themes/site-partners/inc/content-blocks/views/logos-block.php(27): RWMB_Image_Field::file_info('58', Array) #2 /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/themes/site-partners/inc/content-blocks/page-layout-blocks.php(42): logos_block('_layout_blocks_', Array, 7) #3 /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/themes/site-partners/template-parts/content-page.php(18): layout_blocks() #4 /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-includes/template.php(724): require('/Applications/X...') #5 /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-includes/t in /Applications/XAMPP/xamppfiles/htdocs/sitepartners.ca/wp-content/plugins/meta-box/inc/fields/image.phpPlease let me know if you have any ideas! Thanks
February 5, 2020 at 4:35 AM in reply to: ✅Issue for Map field output when page/content is loaded dynamically #18129ambrdigital
ParticipantPerfect, thank you!
January 23, 2020 at 2:25 AM in reply to: ✅Issue for Map field output when page/content is loaded dynamically #17964ambrdigital
ParticipantHi Ahn,
Thanks for the reply. Unfortunately that didn't seem to trigger the map or load the relevant scripts 🙁 any other ideas?
-
AuthorPosts