Forum Replies Created
-
AuthorPosts
-
Travis Reason
Participantthe problem is that the description text is the same in each section. the heading and the image are correct, but look at the paragraph text. it's the same text over and over again.
https://drive.google.com/file/d/1QMI17iGIYPL2TqaeI1Kqkzhs-_opZv0S/view?usp=sharingOn this one, the first loop is correct, but the the answers in the FAQ section are the same each time.
https://drive.google.com/file/d/1cnh4pqyz4kc6PMhORSQoQug0kABFJMfG/view?usp=sharingTravis Reason
ParticipantOh, and I'm using Elementor on this site
Travis Reason
ParticipantThat was it! I didn't even look in the conditional formatting for the switches! Thank you
Travis Reason
ParticipantSorry, I just saw your reply. I have the fields exported and you can download them here: https://drive.google.com/file/d/12TDXfvf8qaY7AgQ5TlniKM0lodLvpV8L/view?usp=sharing
Travis Reason
ParticipantI'm on WP 6.5.2. I deactivated everything except Meta Box and MB core and the problem remains.
Travis Reason
ParticipantI have a live site that has CPT's that I can't edit because of this bug. Is there an update on a fix, or even a temporary workaround?
Travis Reason
ParticipantAlso, my custom fields were imported from ACF. Could this be causing a problem?
Here is the PHP code generated for one of the WYSIWYG fields:
<?php // Getting the value: $value = rwmb_meta( 'intro' ); echo $value; ?> <?php // Displaying the value: ?> <h2>Content</h2> <?php rwmb_the_value( 'intro' ); ?> <?php // Parse shortcodes and add paragraphs: $value = rwmb_meta( 'intro' ); echo do_shortcode( wpautop( $value ) ); ?>Here is a maps field
<?php // Displaying the value: rwmb_the_value( 'local_map' ); ?> <?php // Getting the value: $value = rwmb_meta( 'local_map' ); echo $value; ?>Travis Reason
ParticipantI'm having this same problem. I'm not sure if it's related to the WordPress 6.2 update, but it didn't start doing this until just recently.
Travis Reason
ParticipantHaving the same issue, so I'm following this post. Please let us know when it's fixed. Thanks!
January 3, 2023 at 2:34 AM in reply to: ✅MB Portability Missing (Import / Export) CPT's, Taxonomies, Settings Pages, etc #40099Travis Reason
ParticipantYes, this is a needed function. Is there a current work-around?
-
AuthorPosts