I have created, CPT, Taxonomies and desired custom fields for CPT. But when adding new property (single post), the custom fields are not visible at page editor.
Pls guide me.
I have created, CPT, Taxonomies and desired custom fields for CPT. But when adding new property (single post), the custom fields are not visible at page editor.
Pls guide me.
Viewing 32 reply threads
Hi!
I am using Gutenberg block. The custom fields are enabled at Panels, but still not visible at editor. Please suggest what I am missing?
That’s strange, Can you please share your login details if you are comfortable, and please don’t forget to set that message private.
There is an option “Set as private reply”
Hello,
It has been resolved, The problem was not on our end but with reserve taxonomy name,
As you have created a taxonomy “Type” and gutenberg was not taking it as taxonomy because they reserve this name for their functionality,
for now i have created a new taxonomy “Property Types” and add all terms into, also i set custom field’s conditions with the same terms as it was before,
Now system is working fine. Rest is same as you had before.
When you create custom fields and set them conditional with particular taxonomy and terms then fields will not display by default on post-new page, You have to select any terms from any taxonomy to see related fields.
If you have any other query please feel free to write us back.
Thanks.
Here is a list of wordpress reserved terms.
Please explain this again:
“When you create custom fields and set them conditional with particular taxonomy and terms then fields will not display by default on post-new page, You have to select any terms from any taxonomy to see related fields.”
A video clip will help more.
Yes exactly. If you have made your custom field’s group conditional with taxonomy and terms then ofcourse those conditional custom fields will not display by default until you will not select any term.
We have clearly mentioned there if you want to show your custom fields by default then you don’t need to make them conditional by taxonomy.
Thanks. It resolved happily. Since I am exploring CubeWP for the first time, it may show some hiccups initially. Overall it’s beautiful.
However, we can not resize the custom fields width size, like we do in ACF (set width in %).
Also, please guide me: how do I display custom fields with shortcodes? Like we display with ACF Pro shortcode as (for example – ) as Post Meta.
Yes i understand you have some difficulties due to reserved term of wordpress.
As you asked for setting of field sizes, Yes we have better UX for this purpose, If you already have CubeWP Frontend Pro installed then where ever you would like to display custom fields on frontend, There is an option inside our form builder to set field size with “+” and “-” buttons,
But if you are asking about backend as metabox fields, Yes right now we do not have option to set field sizes but the good news is we are working to make our UI and UX better at frontend and backend both, Hopefully you will get particularly this option in future update very soon.
Your 2nd question is about shortcodes for custom field, I just want to tell you every framework or plugin have their own functionality and UX, We have our own UX and we already have given features like form builders to set fields for frontend forms.
If you can ask me your exact requirement like where you want to use custom fields as shortcodes so i can better explain you about that.
Thanks,
If you are trying to get custom fields values on frontend using code, Then here is the function to get value of any post type’s custom field.
echo get_field_value( ‘Your Field Name here…’ );
It will give you the value of any field only on single (post, page) template.
But if you are using elementor for creating single page, No matter if you don’t have elementor PRO you can still create single post template with CubeWP
Please follow this article to get to know how you can easily create single post page without even elementor PRO
https://support.cubewp.com/docs/cubewp-framework/single-page-template/how-to-create-a-single-page-with-elementor-using-dynamic-tags/
We are trying to give our users a better UI & UX without code,
Hello Umer,
Where should I add this php: <span style=”color: #39405b; font-family: Roboto, sans-serif; letter-spacing: 0.15px;”>echo get_field_value( ‘Your Field Name here…’ );??</span>
1. Should I add this at code snippet plugin? or just like I am using ACF codes at “WP /shortcodes” at page editor?
2. Is this the complete code: <span style=”color: #39405b; font-family: Roboto, sans-serif; letter-spacing: 0.15px;”>echo get_field_value( ‘Your Field Name here…’ );? </span>
or do I need to used my custom field ID?
PS: Sorry to bother you, but I will require your regular support for inital few days.
echo get_field_value( ‘Your Field Name here…’ );
You need to add your field name to get the value of that particular field,
This is code, As you said you can add shortcode to page editor, I am sorry but i am not getting how you can you create single post page by using shortcodes in page editor,
There are multiple ways to create a single post page with cubeWP.
1- If you have installed cubeWP frontend pro then you will have a single page builder, and you can create sections and add your required fields using our drag and drop feature and in this way you can create your desired single post page.
If you want to style your single post page and you know the css then you can put their class and container to add css. here is the article where we have explain it,
https://support.cubewp.com/docs/cubewp-framework/cubewp-custom-fields/how-to-apply-custom-css-on-custom-fields/
2- If you are not a developer then you can create single post page using elementor (Free) we have explained it here in this article,
https://support.cubewp.com/docs/cubewp-framework/single-page-template/how-to-create-a-single-page-with-elementor-using-dynamic-tags/
3- If you are a developer you can create single post page as per your design, using our code, We can provide you list of functions to get data.
This is wonderful guys. Sorry, I already admitted this. As I am new to CubeWP ecosystem, every feature is new to me and it will take some time to explore them and learn. The more I practice, the more it will become easy to me.
I mean your Single Post template draft system is perfect. It is very very easy to implement. I guess you should launch more tutorial video which gives clarity on your advance features.
I want to write more but I am bit occupied now.
Thank you guys for this awesome product.
can we have an online meeting with screen sharing, where you can guide me for my issues? Or you can share video against my queries?
Sure, We are willing to help you,
Can you please write down your queries.
We are still confused, As you looking for shortcode solution for fields,
Are you creating post type single post template using gutenberg blocks or you are just creating a page template using gutenberg blocks and you want to get page metaboxe’s fields using shortcode
Bhai, likh likh kar kitna samjhaunga??
Please, fix up a meeting, you will understand my queries easily, whereas you can also explain more on your product features, which I don’t mind in adapting.
I really want to move forward without looking back.
Pls do not talk about Elementor, as I have already given up Crocoblock Jetengine, Metabox and some other readymade solutions, because they were Elementor based.
Thanks in advance.
Hi juned,
We have update CubeWP Framework plugin and added an option to switch off our single page template, SO now if you want to create your own single page template you can switch off our option from cubeWP settings > Post settings.
Also if you want to create single page using any builder or editor then definitely you need to fetch single post data dynamically, For that purpose we have created a shortcode,
[cubewp_post_field field=YOUR FIELD NAME]
You can use this shortcode to get any field’s data. This shortcode gives data after rendering, Like if you get any image field data, It will return data with img tag,
Same way if you get post field data, it will return post title with anchor tag,
and all other text fields will provide same text data,
I can see you are using custom page for cubewp serach result,
Here is a list of our shortcodes for archive or search result page,
[cwpFilterFields]
This shortcode will give you only filter fields if you already have set fields in cubewp search filter,
[cwpFilterResultCount]
This shortcode will give you a title line and count of results,
[cwpFilterListSwitcher]
This is for list or grid switcher
[cwpFilterSorting]
This is for sorting filter
[cwpFilterResults]
This shortcode is container of search results. If you are using this shortcode please keep in mind it will give default post card design.
[cwpFilterMap]
This shortcode is for search result page map, if you are creating any directory or listing website then it will be more useful,
[cwpFilters]
This is the master shortcode that gives the whole content structure including all above mentioned features
Hello,
Thank you for such a fast plugins updation.
Unfortunately, now it is showing error when I am trying to create the template from GeneratePress Block Element (Hook – Content Template): “<span style=”color: #444444; font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif; font-size: 14px;”>There has been a critical error on this website.”</span>
Please suggest further.
Hello,
Conflicts are arising due to updation in your plugins. Please look into the matter urgently.
“<span style=”color: #3c434a; font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif; font-size: 13px;”>The plugin </span><code style=”font-family: Consolas, Monaco, monospace; direction: ltr; unicode-bidi: embed; padding-top: 3px; padding-right: 5px; padding-left: 5px; margin-right: 1px; margin-left: 1px; background-color: rgba(0, 0, 0, 0.07); font-size: 13px; color: #3c434a;”>cubewp-addon-inbox/cubewp-inbox.php<span style=”color: #3c434a; font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif; font-size: 13px;”> has been deactivated due to an error: Plugin file does not exist.”</span>
Hi juned, Happy Monday,
I have seen your website and everything is updated, and as for as your message is concerns it is about CubeWP Inbox plugin, and error saying plugin files doest exists, This issue does not seems to related any plugin update.
If you still have this issue please do let me know i will help you on this,
<span style=”color: #39405b; font-family: Roboto, sans-serif; letter-spacing: 0.15px;”>CubeWP Inbox plugin is still creating issues.</span>
Sure, Can you please share some information about the problem that you facing right now with cubewp Inbox plugin
UPDATE
————–
I tried again, created the same custom field, and now it appears on the page editor. It seems that the custom field was not saved in the first instance.
So far, it works!
========================
Hello,
I also have a problem with the appearance of custom fields on the page editor.
For a demo purpose, I’ve created a simple custom field, like I normally do with ACF or Metabox. The issue is it does not appear on the page editor. I used a multisite for this purpose. But I tried the same on a single website, and it shows as expected. Where is the problem? I understood this plugin is multisite compatible. I’ve sent a ticket as well.
Viewing 32 reply threads
Hi Juned,
You are welcome here,
First of all please make sure you have selected post type while creating custom fields. Then please follow below explained few steps.
1 – If you are using gutenberg (Block) editor then please sure your settings are enabled to show extra areas in editor, This is wordpres default setting. Please see screenshot and follow the instruction to verify your editor settings.
https://paste.pics/def53c59b8c79c7f8eaf48d60ce06b49
2- If you are using classic editor then please find “Screen options” at right top corner and click on it, You will see your already created custom field’s groups are there, make sure all groups are checked.
If problem is still there please write us again we will be back to you.