Forum Replies Created
-
AuthorPosts
-
July 30, 2021 at 9:39 AM in reply to: ✅Featured Image Not Displaying On Custom Post Type (Front End) #29773
Long Nguyen
ModeratorGreat!
Let me know if you have any questions.
Long Nguyen
ModeratorHi,
Please try to change the slug
statesof this page https://staging-bettingusa.kinsta.cloud/states/ to another slug name such asstates-pagethen re-save the permalink.If it still does not work, please share your site info via this contact form. I will help you to check it.
July 29, 2021 at 3:39 PM in reply to: ✅Featured Image Not Displaying On Custom Post Type (Front End) #29757Long Nguyen
ModeratorHi,
That means there is no image with the URL on your site
https://mk0bettingusa0mi5i5w.kinstacdn.com/wp-content/uploads/2014/09/AlabamaBetting-1536x658.png.webpPlease try to upload a new image and re-check the issue. Or you can contact the hosting support to ask for help in this case.
Long Nguyen
ModeratorHi,
If this is the link of a single state https://staging-bettingusa.kinsta.cloud/states/al/
then this link should be the archive state page https://staging-bettingusa.kinsta.cloud/states/But it links to a single page. So I think there is a page that has the same slug as the archive page. Or you've changed the permalink of the
statepost type.Please re-check both cases and let me know how it goes.
Long Nguyen
ModeratorHi Fernando,
Please share the code that creates the relationship and some screenshots of this issue. The extension MB Term Meta does not relate to this case.
Long Nguyen
ModeratorHi Kara,
The extension MB Relationships helps you to create the connection between posts: Course and Instructor. It does not work like the taxonomy. If you want to show Courses based on Instructors, please follow this documentation https://docs.metabox.io/extensions/mb-relationships/#getting-connected-items
Long Nguyen
ModeratorHi,
Thank you for your feedback.
I will inform the development team to check this case and get back to you later.
July 28, 2021 at 12:34 PM in reply to: Single image is being output as thumbnail oxygen builder #29742Long Nguyen
ModeratorHi,
Thank you for getting in touch.
The setting
image_sizein the field settings is used to display the thumbnail size (preview) in the backend. On the frontend, you need to add the second argument to the helper function$images = rwmb_meta( 'info', array( 'size' => 'thumbnail' ) );Get more details here https://docs.metabox.io/fields/image-advanced/#settings
Long Nguyen
ModeratorHi Ole,
The setting
js_optionsis supported when displaying the map on the frontend, on the backend it does not necessary. Please read more on the documentation https://docs.metabox.io/fields/osm/#displaying-the-mapLong Nguyen
ModeratorHi,
You should have a basic knowledge about coding PHP, WordPress ... to do the advanced cases. I recommend creating a query by using PHP code first to understand how it works then you can wrap it in a function and call the function in View. For example:
function show_my_posttype() { $my_query = new WP_Query(); while($my_query->have_posts()) { // Loop in here } }Call in View:
mb.show_my_posttype()Refer to this article https://www.smashingmagazine.com/2013/01/using-wp_query-wordpress/
Long Nguyen
ModeratorHi friends,
We've received a lot of feature requests and reporting issues. The development team is working tirelessly to fix the issue but it will take time to do that. Thanks for your patience.
Long Nguyen
ModeratorHi,
This issue has been fixed in the new version 2.2.1. Please update this plugin and re-check the issue.
Long Nguyen
ModeratorHi,
If you want to use the custom query and show the pagination, I recommend using WP_Query via PHP code and call it in View via the proxy
mb. Follow this documentation to show the pagination https://developer.wordpress.org/reference/functions/paginate_links/#user-contributed-notesLong Nguyen
ModeratorHi,
Each field or extension will load its script files (CSS or JS) when showing on the page. You can find here https://github.com/wpmetabox/meta-box/tree/master/css
So it is not encouraged to disable the code-based CSS of our plugin to keep them work properly. If you want to do, this article might help you accomplish that https://digwp.com/2019/03/disable-script-style-added-plugins/
Long Nguyen
ModeratorHi Greg,
When adding the
<iframe>tag to the View and assign your URL tosrcattribute, I didn't see an error message like that<iframe src="https://fosteringaok.org/mapsvg_sc?mapsvg_shortcode=[test_shortcode]" title="Meta Box Website"></iframe>Screen record https://www.loom.com/share/f6c8eab6e8f34c40953cea5236223af7
If you are using the latest version of MB AIO 1.14.1, it is possible that the issue comes from other plugins or the theme, not MB AIO.
-
AuthorPosts