Andrea De Giovine
Forum Replies Created
-
Forum: Reviews
In reply to: [Custom post types, Custom Fields & more] Doesn’t Work Here (Resolved)Thanks @ecoist
with the latest version of the plugin (1.3.6) the problem seems solved, let me know.
Don’t forget to add the last star to the review ??
thank youForum: Plugins
In reply to: [Custom post types, Custom Fields & more] Add Field button not workingHi @michaelmccloy thanks for using the plugin.
What plugins and theme are you using?
I just made a text with the latest version and it works well.If you like the plugin, leave a review to support me.
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Taxonomies in front endHi @eliejolliet thanks for using the plugin!
To show the Taxonomies in the templates you have to create a shortcode that does this.
Here is an example of a shortcode that you can insert in the theme’s functions.php and then use it in the template (inserting it as a shortcode):
function print_tax_func() { $current_post_id = get_the_ID(); $all_tax = get_taxonomies(array( 'name' => 'TAXONOMY_NAME' )); $output = implode(', ', $all_tax); return $output; } add_shortcode( 'print_tax', 'print_tax_func' );
Enter this code at the end of functions.php, replace TAXONOMY_NAME with the name of the taxonomy and use the shortcode [print_tax] when creating the template.
If you want to support the growth of the plugin and the release of new features in the next updates, leave your review ??
Forum: Reviews
In reply to: [Custom post types, Custom Fields & more] Doesn’t Work Here (Resolved)hi @ecoist
I just did a test using the Astra theme (latest version) and the latest version of the plugin, it works fine.
Give me the details of the host configuration (php version etc.) and the plugins installed on the cms.
Send me the details via my website.Hi @flog
I have run tests and everything seems to be working.
Use the form on my site (https://www.andreadegiovine.it/invia-suggerimento) to send me temporary credentials of your cms so I can check. You’d better take a backup first and create an account for me which you can then delete.Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Suggestion: WidgetsHi @flog
I’m working on integrating this and other new features into the upcoming plugin updates.
Thank you for your suggestion!If you want to support the growth of the plugin and the release of new features in the next updates, leave your review ??
Hi @flog thanks for using the plugin!
The video guide was made with a recent version of the cms but without Gutenberg. When creating a template on the sidebar you must set the “Used by” field, save and reload the page, now under this field (Used by) all the shortcodes of the custom fields will be shown.
If you use Gutenberg you will also find a new element in “Layout elements” called “Custom field” which you can use.To show the Taxonomies in the templates you have to create a shortcode that does this.
Here is an example of a shortcode that you can insert in the theme’s functions.php and then use it in the template (inserting it as a shortcode):
function print_tax_func() { $current_post_id = get_the_ID(); $all_tax = get_taxonomies(array( 'name' => 'TAXONOMY_NAME' )); $output = implode(', ', $all_tax); return $output; } add_shortcode( 'print_tax', 'print_tax_func' );
Enter this code at the end of functions.php, replace TAXONOMY_NAME with the name of the taxonomy and use the shortcode [print_tax] when creating the template.
If you want to support the growth of the plugin and the release of new features in the next updates, leave your review ??
- This reply was modified 5 years ago by Andrea De Giovine.
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Custom template for portfolioHi @wink_au
You can create custom templates for “Post” and “Page” and all post types created with the plugin.
In WordPress each post type has custom fields, it is impossible to make this feature work with post types created by other plugins / themes or manually.
Create a new “Portfolio” post type with this plugin and start creating your custom template.
If you want to support the growth of the plugin and the release of new features in the next updates, leave your review ??Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Add custom post types to a pageHi @sdw404 ??
Everything is possible! If I understand correctly you intend to insert the posts in different sections on the same page (a list of posts as per categories and taxonomies but on the same page).
For this functionality or any other you need to create a custom PHP function.
If you want I can do it for you, contact me through my website (click on my name under the plugin name).Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Standard Template . Hello ThemeHi @shenom ??
at the moment Elementor is not compatible with the plugin (Elementor uses logic external to the natural one of the CMS, this makes it incompatible with many plugins)Hi @bufus ??
Are the created post types public?
The plugin works with any post type as long as this is public, if you can do a test let me know.- This reply was modified 5 years, 1 month ago by Andrea De Giovine.
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Creating a templateUnfortunately these themes (like others) use a proprietary Framework (made by their team) and making changes and customizations is almost impossible.
Sorry but at the moment these themes cannot support the plugin.Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Creating a templateHi @nidamo , these themes are premium. To add compatibility please send a link to download the theme (wetransfer, etc ..) from the contact form of my website.
https://www.andreadegiovine.it/invia-suggerimentoForum: Plugins
In reply to: [Custom post types, Custom Fields & more] Creating a templateHi @nidamo
what theme do you use? I prepare an update with compatibility ??
thanks for using the plugin and if you have not already done so leave a 5 star review to recommend it to other users@nimrod54
Is the created post type set as public? That setting includes other post type settings. I suggest you try changing “Visibility” to “YES” and it should work.
I’m working on an update that includes fixes for this situation.
Let me know if it works.- This reply was modified 5 years, 3 months ago by Andrea De Giovine.