Andrea De Giovine
Forum Replies Created
-
@jdembowski ok thanks!
Hi @nimrod54 ?? and thanks for using the plugin!
I just did a test, and it works fine. Here’s what I did:- I created the custom post type “Customers” with my plugin;
- Installed the plugin “Better Notifications for WP”;
- From “Notifications > Add New” I created the notification (in “Notification For” I chose “Custom Post Type – ‘Customers’ > New ‘Customers’ Published”);
- I added a new “Customers”;
- I received a notification email from the plugin “Better Notifications for WP”;
Seems to work fine, did you also do this process?
Have you checked if the site is sending other emails (registration, comments, etc.)? It could be a problem sending emails, or checking the SPAM or junk folder of your email inbox.
If you liked this plugin, leave a 5-star review to recommend it to future users.
Let me know, see you soon!
- This reply was modified 5 years, 3 months ago by Jan Dembowski. Reason: Deleted ?filter=5 from the review link
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Custom fields on QeuryHello developer ??
At the moment the plugin stores all post fields in a single metakey.
To return the value of a field you can use this function (in the description of the plugin):get_custom_field($field_id, $post_id)
and therefore in your function:
$event_date = get_custom_field( 'field_3d0p5' , get_the_ID() );
let me know if it works and if you need other functions or hooks (filter, actions) in the plugin.
TOP SECRET ( don’t tell anyone ?? ):
I’m working on an update to move the fields each into a single metakey, including a converter for everyone who already uses the plugin so no one loses data. After this update it will be possible to perform any metaquery using the IDs of the custom fields.Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Fix for Blocksy themeThis is the right way to work, so you have an empty layout with theme style (same styles, same html elements, etc …) and you can create the single template as you want (by the builder).
In your specific case, to have both templates (original template under the custom template) you need to paste this code:
<?php get_template_part( 'template-parts/content', get_post_type() ); ?>
below this line:
<?php custom_post_types_get_custom_template(); ?>
Let me know if I can do anything else.
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Fix for Blocksy themeHello @nimmalareddy
I just added the 1.2.6 update which includes compatibility with the Blocksy theme and the resolution of some small bugs.
Let me know if you find other difficulties.
Good development!Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Shortcode support?Hi dear @mkeck ??
if you mean shortcode of the custom fields to be used for custom templates or in the frontend, you can find the shortcode directly during the creation of the fields, or in the right column of the Gutenberg editor (when creating custom templates).
Thank you for using my plugin, if you want to support the project and recommend the plugin to other users write a review (5 stars would be great).
Let me know if I understand the question correctly and if everything works fine ??
Good job!- This reply was modified 5 years, 4 months ago by Andrea De Giovine.
@nimmalareddy
I’m working for this, the question is whether it goes against the simplicity of use. The advanced fields (relations between post type, tax, repeaters etc.) will have an array as output, making it difficult to create custom templates.
As soon as I understand how to handle this feature I will release an update.
Don’t worry, write here for anything, for me it’s pure passion for code!Hi @nimmalareddy ??
I have just added an update that includes “show_in_rest” (for Gutenberg) if the post type is set to “public”.
Now you can create custom templates with Gutenberg.
Now the date / time output is the same as set in general settings.
Have a good job!Forum: Plugins
In reply to: [External Links Mask] How to restrict it to only logged-in members?Hi @vipini
Do you want to restrict the links mask only to logged in users? Would guests see the original links?To do this you have to rely on a developer.
Don’t forget to leave a review for this plugin ??
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Excited For It’s FutureHi @ekaboom ??
Unfortunately elementor uses a logic that at the moment is not possible to interface with this plugin.
I’ll let you know when it is available.
Don’t forget to leave a review for this plugin ?? it would really help the developer.Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Template for AstraHi @nimmalareddy ??
I have just added an update that contains compatibility for custom templates and Astra theme.
Let me know if it works or you find bugs.
Don’t forget to leave your review for this plugin ??