- NewspaperCustom Fields Support
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a form contact page
- NewspaperUsing the Theme Translations with WPML
Sorry, but this gets us every time, then we need to update manually, which of the following plugins is the problem?
Advanced Custom Fields
Akismet Anti-Spam
Contact Form 7
Contact Form 7 Honeypot
Email Log
Email Return Path Fix
Gravity Forms
Gravity Forms Gutenberg Add-On
Mailchimp for WordPress
Math Captcha
ManageWP Worker
Regenerate Thumbnails
Search Exclude
Slider Revolution
tagDiv Composer
tagDiv Social Counter
Widgetkit
WP Fastest Cache
Yoast SEO Premium
Friends,
to bring up Advanced Custom Fields in Block 12 ( https://angel-friend.com/Screenshot_2019-04-28Angelcustomfields.jpg ) on the home site?
Thanks!
Hi,
I can help with a custom css if you have the – sponsored post – text, maybe with custom fields you could display additional information in the modules, like this example with the advanced custom field plugin
– https://forum.tagdiv.com/topic/add-additional-fields-to-posts-in-category-grid/
But in cloud post templates I remember trying to display these fields by shortcode, but it did not work.
Thank you!
Maybe with custom fields you could display additional information in the modules, like this example with the advanced custom field plugin
– https://forum.tagdiv.com/topic/add-additional-fields-to-posts-in-category-grid/
But in cloud post templates I remember trying to display these fields by shortcode, but it did not work.
Hi,
Now I understand, sorry I was thinking that you want only a different layout.
So if you remove the if condition and you let https://www.screencast.com/t/rXZpbihyrG9 this changes appear in block 4 ?
The code seams to be like in AFC documentation -> https://www.advancedcustomfields.com/resources/hiding-empty-fields/
Also please make sure that you clear all cache after you make some changes.
Thank you!
Hi Calin,
i cant see how flex solve my problem.
I’ve added additional input fields (http://prntscr.com/mqxeqt) with the ACF (Advanced Custom Fields) plugin.
I would like to display these values in the article View – for this I modified the file td_module_2.php.
With “<?php the_field(‘kontext-titel’, $this->post->ID); ?>” this works both in the Article Display Wiew M2 and when using the Block 4 in TD Composer. But as soon as I do an if query “<?php if( get_field(‘kontext-titel’) ): ?><?php the_field(‘kontext-titel’, $this->post->ID); ?><?php endif; ?>” it works only in the Article Display Wiew M2 but not in block 4. Here are the screenshots:
modified td_module_2.php: http://prntscr.com/mqh9nz
Article Display Wiew M2: http://s752582646.online.de/category/magazin/new-business
Block 4 in TD Composer: http://s752582646.online.de/magazin
Best regards
Eugen
Hi Simion,
i updated Newspaper-Theme to 9.5 – and the slide works fine.
@custom field: i tried to check if value exist (https://www.advancedcustomfields.com/resources/the_field/) as shown in the example http://prntscr.com/mqh9nz – that works in Article Display Wiew M2 (http://s752582646.online.de/category/magazin/new-business) but not by using Block 4 in TD Composer (http://s752582646.online.de/magazin). But i have to check if value exists. So what can i do?
Thanks for your help
Hi Simion,
thanks for your help.
@custom fields: i used Plugin ACF (Advanced Custom Fields) for the fields and modified td_module_2.php to display them: http://prntscr.com/mn9i9i
I also thought that the module should look the same everywhere – but it does not, as seen in the links above.
@Element Slide: i have no tab “Layout” by the slide settings – see the screenshot: http://prntscr.com/mn9n34
Thank you for your further help.
Best regards
Eugen
I added 2 fields with advanced custom fields. I know this is the php to show the field. I just need the correct file to edit so that the field shows when the user views the post
Thanks, @simion. I think that is the same problem I got. The PHP way in theme files works, but the shortcode way does not work. I think the PHP code must appear in some theme file before it is rendered in the front page. I purged many old posts from my blog recently and decided to just show custom related posts. I saw a custom plugin that shows ACF as an element of visual composer https://wordpress.org/plugins/acf-vc-integrator/ and also this one https://codecanyon.net/item/wp-acfvc-bridge-integrates-advanced-custom-fields-and-visual-composer-wordpress-plugins/19622052 and was wondering if a similar thing would work for td composer.
Hi,
I tried to display an ACF shortcode in a composer page and cloud post template
– https://www.advancedcustomfields.com/resources/shortcode/
Doesn’t seem to work properly however or maybe I did not try correctly. By PHP code in theme files I have tried before and worked in all cases, but by shortcode it doesn’t work in my few tests.
Hello. Is there a way for the team to make td composer compatible with the advanced custom fields plugin? I had to roll back to default template for posts just to create custom related posts for each post with the plugin. And please don’t copy paste that message about the plugin having not been tested with the theme. I just need an honest answer on how custom fields of ACF can work with td composer.
HI,
I have an issue that I can’t fix by myself… I moved a number of servers and shared hosts in 2018 ( 7… ) because of speed issues, or lack of support, etc…
One thing always caused a problem: – the theme settings in the post page (the main category, subtitle, author name, etc boxes ) not copied over when I moved the site to another host, and I had to do it manually – with lots of extra hours of works.
Even I bought the wp-all-import/export plugin to make a little more help, but that also struggling to place it back to place where it should appear.
ANd all because it is an uncommon meta box and some reason something not right with it. The copied content also has inside the DB but does not appear on the post edit page at all…
Is it possible to convert those meta pieces of information to a more common ACF ( advanced custom fields)? I mean to make a separate table in the DB for the meta info?
Or some other solution to make easier to export and import when it has to?
2.:
COuld you make the plugins update more automatised?
I update the theme via the “Envato Market” plugin. Its make a very comfy way. But plugins just a mess always to de-activate, delete, download the theme package from Envato account, unpack, upload via FTP or wp- add , activate…
Why is it so complicated?
Please make the plugin updates also available via the theme settings plugins page or the WordPress update page.
Thank you for your hard work with this great theme and plugins, hope to see the more awesome feature in 2019! 🙂
I also don’t have much experience with custom fields, but I think I managed to do it, at least point you in the right direction.
First I have set the field – https://www.advancedcustomfields.com/resources/image/
– https://www.screencast.com/t/lHd6LfgWh6g
Code in module as mentioned in their documentation but with an additional parameter
– https://www.screencast.com/t/FAhz70Wg8BYr
Code here – https://forum.tagdiv.com/topic/custom-fields-howto-any-help/
I upload image in the post edit page – https://www.screencast.com/t/t0tZMRlLIj
Image appears like so – http://prntscr.com/lxtsrs
This is a quick test to see if the image is displayed, you can tweak it as you want for a more proper result. Hope it is helpful.
Maybe the ACF code you use is not correct. Check through their documentation, verify it and experiment more
– https://www.advancedcustomfields.com/resources/code-examples/
– https://www.advancedcustomfields.com/resources/displaying-custom-field-values-in-your-theme/
– https://www.advancedcustomfields.com/resources/get_field/
– https://www.advancedcustomfields.com/resources/the_field/
Hi all:
After updating to WP 5.0, the “homepage latest articles” block no longer displays when I go to edit my Home page. I have all three “Advanced Panels” selected, but Custom Fields and Page Template Settings are the only menus that display.
Please help. Thanks!
Hi,
The permalink would display the post title if that is how it is set in WordPress settings. I found some topics about including custom fields in the permalink structure, maybe they are useful to you
– https://wordpress.stackexchange.com/questions/294011/change-permalinks-with-acf-values
– https://permalinkmanager.pro/2017/07/10/easily-use-custom-fields-inside-wordpress-permalinks/
– https://support.advancedcustomfields.com/forums/topic/add-acf-field-to-permalink/
– https://stackoverflow.com/questions/33651786/how-to-use-custom-acf-fields-in-wordpress-permalink
– https://wpquestions.com/Add_custom_field_to_permalink_URL/3014
Thanks
Hi,
Maybe check some similar online topics, for example these ones (there are more)
– https://support.advancedcustomfields.com/forums/topic/hide-div-if-custom-fields-are-empty/
– https://www.advancedcustomfields.com/resources/hiding-empty-fields/
– https://stackoverflow.com/questions/51156412/acf-how-not-to-show-data-if-the-field-is-empty
– https://wordpress.stackexchange.com/questions/220730/if-custom-field-is-empty-dont-display-div
Thanks
Hi,
Please be notice that is a plugin that was not tested with our theme ( ACF -> https://www.advancedcustomfields.com/resources/acf_add_options_page/ ), and we can not tel; you for sure how it’s work with our theme.
Please read this topics: -> https://forum.tagdiv.com/topic/no-text-output/
Thank you for your understanding.
Hi,
Can’t say I experimented much with the ACF plugin. Maybe double check their documentation and review the code you have currently
– https://www.advancedcustomfields.com/resources/
Check if it works and the fields get displayed in a more basic code like just displaying the field, then add the conditions and keep testing.
Also a topic with some examples in displaying custom fields in the post templates
– https://forum.tagdiv.com/topic/custom-fields-howto-any-help/
Hello there,
I want to use Advanced Custom Fields in my custom article template to show more than one source via a text field. The problem is that I can’t find a way to show the content of ACF in my template. I use the following php code for it:
<?php the_field( ‘quellen’ ); ?>
I tried blocks like “Raw HTML”, “inline text” and “column text” but nothing works. Is there a folder for custom templates that I can access via FTP so I can put in the php code directly? Or is there any other way to use php code in custom templates?
I hope anyone can help!
Best,
Sebastian
Hello,
I am using Advanced Custom Fields To Make Certain Media Files and Products Available via faceted search by a taxonomy set that also applies to posts. This includes the categories taxonomy available with WordPress.
However, I am noticing that my media files and products, despite having the relevant Category taxonomy applied to them, are not showing up in the category display pages. Is there a way that I can make this happen so that all of my content, regardless of type, shows up on the category pages when properly categorized?
You need to actually put the functions into the template, per the ACF docs. Simply creating fields in ACF does not put them into anything. You need to read the ACF docs, create the “if populated” code into your desired post template where you want them to appear.
https://www.advancedcustomfields.com/resources/displaying-custom-field-values-in-your-theme/
I have created some custom fields, like file, date of issue etc… When I view the post with that information entered… the information does not show up.
any idea why the custom fields are not showing up in the post?
Thank you.
Hello,
How can I display two inputs generated by advanced custom fields plugin on category pages and tag archive pages under the title. Iam using the module 8 for article display view. Which file i need to edit and where to add the code.
Thank you
~Sheen