Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • in reply to: Block Encountered an Error (JS issue in Tabs.js) #48142
    Michele SchembriMichele Schembri
    Participant

    The 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.

    in reply to: Block Encountered an Error (JS issue in Tabs.js) #48130
    Michele SchembriMichele Schembri
    Participant

    Hi, WordPress version is 6.7.2. Thanks.

    in reply to: Groups within Tabs causing issues. #47547
    Michele SchembriMichele Schembri
    Participant

    Hi 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?

    in reply to: Groups within Tabs causing issues. #47490
    Michele SchembriMichele Schembri
    Participant

    Email sent. Thanks!

    in reply to: Groups within Tabs causing issues. #47461
    Michele SchembriMichele Schembri
    Participant

    Hi 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.

    in reply to: Groups within Tabs causing issues. #47346
    Michele SchembriMichele Schembri
    Participant

    Sent, thanks!

    in reply to: Groups within Tabs causing issues. #47329
    Michele SchembriMichele Schembri
    Participant

    Hi Peter, these were shared via email a while back but I didn't hear anything back. Thanks!

    in reply to: Groups within Tabs causing issues. #46692
    Michele SchembriMichele Schembri
    Participant

    Hi, Meta Box is at 5.10.2, and MB Tabs is at Version 1.1.17, however the issue still persists.

    in reply to: Groups within Tabs causing issues. #46679
    Michele SchembriMichele Schembri
    Participant

    Hi,

    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>
    in reply to: MB Relationships WordPress database error #46037
    Michele SchembriMichele Schembri
    Participant

    Hi,

    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.

    in reply to: MetaBox Premium Composer Repo returns 404 #44980
    Michele SchembriMichele Schembri
    Participant

    Hi, thanks for your reply. I managed to sort out the issues.

    in reply to: WPML | Always use CPT Fields from primary language #42477
    Michele SchembriMichele Schembri
    Participant

    Hi, 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!

    in reply to: Metabox Relationships Rank Math Conflict #32885
    Michele SchembriMichele Schembri
    Participant

    Hi,

    thanks for looking into this. I found the issue. I had an extra newline before the first <?php which 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.

    Michele SchembriMichele Schembri
    Participant

    Thanks, worked like a charm.

    in reply to: MetaBox Relationships not showing in menu #32779
    Michele SchembriMichele Schembri
    Participant

    Hi, indeed the issues were resolved when I updated to 5.5.1. Thank you!

Viewing 15 posts - 1 through 15 (of 18 total)