Forum Replies Created
-
AuthorPosts
-
Michele Schembri
ParticipantThe issue persists - one way of overcoming it was to disable the MB Tabs plugin. However of course that's not a fix as now I can't use tabs.
Michele Schembri
ParticipantHi, WordPress version is 6.7.2. Thanks.
Michele Schembri
ParticipantHi would that be 'Meta Box AIO'? I don't need to install all of them, so can you please let me know the versions to ensure I have the right ones?
Michele Schembri
ParticipantEmail sent. Thanks!
Michele Schembri
ParticipantHi Peter, I sent it again but it seems you're not getting it... Is there an email I can contact directly? I really need this issue fixed now as it's causing issues site wide.
Michele Schembri
ParticipantSent, thanks!
Michele Schembri
ParticipantHi Peter, these were shared via email a while back but I didn't hear anything back. Thanks!
Michele Schembri
ParticipantHi, Meta Box is at 5.10.2, and MB Tabs is at Version 1.1.17, however the issue still persists.
Michele Schembri
ParticipantHi,
Frontend Image: https://ibb.co/StC6wFr
Backend Image: https://ibb.co/7S3cVvs<?php defined('ABSPATH') || exit; $socials = rwmb_meta('socials-links', ['object_type' => 'setting'], 'effiliate'); ?> <div class="social-links d-flex justify-content-center justify-content-md-end mt-2 mt-md-0"> <?php foreach ($socials as $social) { ?> <?php if (!empty($social['social-type'])) { ?> <?php if ($social['social-type'] == 'facebook') { ?> <a href="<?php echo $social['social-url'] ?>" target="_blank" rel="nofollow" title="<?php echo $social['social-title'] ?>" class="facebook"> <img src="<?php echo THEME_IMG_PATH; ?>/icons/facebook.svg" width="16" height="16" alt="Facebook Logo" /> </a> <?php } ?> <?php if ($social['social-type'] == 'x') { ?> <a href="<?php echo $social['social-url'] ?>" target="_blank" rel="nofollow" title="<?php echo $social['social-title'] ?>" class="x"> <img src="<?php echo THEME_IMG_PATH; ?>/icons/x.svg" width="16" height="16" alt="X Logo" /> </a> <?php } ?> <?php if ($social['social-type'] == 'instagram') { ?> <a href="<?php echo $social['social-url'] ?>" target="_blank" rel="nofollow" title="<?php echo $social['social-title'] ?>" class="instagram"> <img src="<?php echo THEME_IMG_PATH; ?>/icons/instagram.svg" width="16" height="16" alt="Instagram Logo" /> </a> <?php } ?> <?php } ?> <?php } ?> </div>Michele Schembri
ParticipantHi,
sorry for the delay. This issue is only occurring on my local environment, and I don't believe I can share that, however it's holding me from continuing development.
If it helps I use MySQL 8.0.27.
Thanks.
Michele Schembri
ParticipantHi, thanks for your reply. I managed to sort out the issues.
Michele Schembri
ParticipantHi, apologies for not being clear in the question. I would like that the custom fields from the primary language, English, are never translated.
So if I set up a CPT in English and duplicate it to create the_content() for it in Spanish, when I later go back to edit/update the English custom fields which I create by Metabox, the Spanish language custom fields would also be updated, just like English.
I hope this explains the question better.
Thanks!
Michele Schembri
ParticipantHi,
thanks for looking into this. I found the issue. I had an extra newline before the first
<?phpwhich was causing this issue. I understand that this was not Meta Box related and apologies for wasting any of your time. Thanks and apologies once again.December 22, 2021 at 1:54 AM in reply to: ✅MB Blocks get_the_ID() does not work in preview/gutenberg editor #32808Michele Schembri
ParticipantThanks, worked like a charm.
Michele Schembri
ParticipantHi, indeed the issues were resolved when I updated to 5.5.1. Thank you!
-
AuthorPosts