TotalPress.org
Forum Replies Created
-
Hi @hozefasmile thanks for using this plugin π
I did not understand the problem, could you explain better what is the result you want to get?This is what I see in the post type created with other plugins:
https://ibb.co/dJ0GVNm
This is what I see in the post type created with this plugin:
https://ibb.co/MpFc1NvI see in both post types a button, and in the post type “icons” another block (wp-block-lazyblock-uni-icon-by-id).
So in the post type created with other plugins there is no custom block?Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Upgrade to 3.x changes Field IDs@flog @azzamdaaboul thanks for using this plugin π
After so many tests, I am unable to replicate this bug. I suppose it’s a question of compatibility with other plugins or themes.
The easiest and fastest solution is to update the plugin and change the field ids manually as before.
If certain types of fields cause problems, use “text” as the field type.
Out of 50k downloads, I only received 3 reports for this issue.
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Custom field type URL?Hi @joycekwc π thanks for using this plugin.
The URL field type will be added in future updates.
If you use the text field type, you can manage the frontend output however you want (see the developer documentation on the website).If you find the plugin useful and want to support the project don’t forget to leave your 5 star review ( it’s really important β€ ).
If you want to give more support:
β Make a donation (like a coffee);
β Get the PRO version;- This reply was modified 4 years, 9 months ago by TotalPress.org.
Hi @minhshayne thanks for using this plugin π
The update 3.0.7 fixes the bug you reported.
If you find the plugin useful and want to support the project:
β Leave a 5 stars review;
β Make a donation (like a coffee);
β Get the PRO version;Hi @chiarajolly thanks for using this plugin π
This is the first report of this problem. If you can’t solve it, install the previous version (https://downloads.wordpress.org/plugin/custom-post-types.2.1.19.zip).
If you want to send me some temporary credentials via the website suggestion form (https://totalpress.org/support).If you find the plugin useful and want to support the project:
β Leave a 5 stars review;
β Make a donation (like a coffee);
β Get the PRO version;Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] JavaScript errors in latest versionHi @bramus π
Don’t forget to support the project:
β Leave a 5 stars review;
β Make a donation;
β Get the PRO version;Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Plugin ConflictHi @simobenedettidesign π
The latest update (3.0.6) resolves a conflict with lodash, so the reported bugs should be fixed.
If you find the plugin useful and want to support the project:
β Make a donation (like a coffee);
β Get the PRO version;
β Leave a 5 stars review;Hi @gostcoder thanks for using this plugin π
The new version (3.0.5) should fix the customizer bug.
If you find the plugin useful and want to support the project:
β Make a donation (like a coffee);
β Get the PRO version;
β Leave a 5 stars review;Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Add button on every pageHi @arjanoskam, thanks for using this plugin π
If I understand correctly, you would like to have a button / link in every single custom post type that links to a form with a preset value in the form.
If you use the “Contact Form 7” plugin, you could create a (read-only) field prefilled with a get parameter from the url.
If you create a form with that plugin that contains a “name-of-form-field-to-prefill” field, and insert it into the page with slug “slug-of-page-with-cf7”, you can set the value in the “name-of-form-field-to-prefill” field via the url with a custom post type field “field-from-get-value”.
In the custom post type template, you could add a link like this:
<a href="https://yourdomain.xxx/slug-of-page-with-cf7/?name-of-form-field-to-prefill=[cpt-field key='field-from-get-value']">Apply for job</a>If you find the plugin useful and want to support the project:
β Make a donation (like a coffee);
β Get the PRO version;
β Leave a 5 stars review;Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Plugin ConflictHi @vescovo
You can create temporary credentials and send them via the βsend suggestionsβ form on the website (https://totalpress.org/support) so we can do some tests, after which you can delete the temporary account.Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Plugin ConflictHi @simobenedettidesign
You can create temporary credentials and send them via the “send suggestions” form on the website (https://totalpress.org/support) so we can do some tests, after which you can delete the temporary account.Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Version 3.0.3 update broke siteThanks for using this plugin.
@hittheroadjack @maurice1337 don’t forget to leave your 5 star review to support the development, it’s really important π
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Version 3.0.3 update broke siteHi @maurice1337 thanks for your feedback π
The new update (3.0.4) fix the @hittheroadjack bug.
If you find the plugin useful and want to support the project:
β Make a donation (like a coffee);
β Get the PRO version;
β Leave a 5 stars review;Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Version 3.0.3 update broke siteHi @hittheroadjack thanks for using this plugin π
Enable WordPress debugging by editing this line in the wp-config.php file in the root:
define('WP_DEBUG', true);
Enable the debug file by adding / modifying this line to the wp-config.php file:
define('WP_DEBUG_LOG', true);
Now upgrade to 3.0.3 again and you should find the debug.log file in the wp-content folder.
Copy the contents of that file here so I can check and fix the bug.
Thanks.If you find the plugin useful and want to support the project:
β Make a donation (like a coffee);
β Get the PRO version;
β Leave a 5 stars review;Hi @puneet234
You can do this by using the custom post type args registration filter of this plugin (https://totalpress.org/docs/custom-post-types.html) and other rewrite rule hooks (Google how to do this).You can support the project like this:
β Make a donation;
β Get the PRO version;
β Leave a 5 stars review;