Search Results for 'advanced custom fields'

    No search results were found in Documentation!

Results from the Forum
simchris
tagDiv Member

@ebhelloworld28

welcome to WordPress. FYI, most complex themes use custom classes (e.g., td_) for custom code, custom plugins, and custom CSS to extend Visual Composer; this is partly to keep things organized for developers and also to minimize “collisions” with other theme developers. Most plugin devs do this also, whether it’s Yoast, Advanced Custom Fields (eg., “acf_blah”), etc.

Doesn’t it make sense if the theme has a custom plugin, custom menus, etc. that are intended for its own theme, to use custom classes?

You can use a proper programmer editor to do full search/replace in ALL files but no way to do this by hand, and also it means you won’t be able to do updates to theme without redoing all the changes.

Most savvy webdev folk can “figure out” which theme you use without too much trouble, so you’re not really hiding that from anybody except newbies looking at source code. “real devs” can easily deduce which theme it is.

marcomilic
tagDiv Member

As I see, when I activate for example Advanced Custom Fields plugin, VC has a problem to load /wp-admin/admin-ajax.php http://prntscr.com/elgs5a

marcomilic
Participant
#0

Hello,

I have a problem with Visual Composer, when I a add on site any plugin, for example Advanced Custom Fields or Yoast SEO, VC just not edit any block nothing is shown http://prntscr.com/elg11a
VC working correctly only if all other plugins are disabeld.

Version of WordPress is 4.7.3

What is wrong?

pluushkin
Participant
#0

Hello! I want to add some fields from advanced custom fields to a block layout. For example, for the block_4 (http://www.test.alexandria-guide.ru/tury-v-sankt-peterburg-dlya-grup) i need to add one field between experts and title. Is it possible? I can add my custom block with your api tutorial, but i can not change the layout.

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme does not have such options. You will need a custom search plugin so you can search your items based on different fields. Our theme uses the default search of wordpress so there are no advanced search options. Sorry

Thank you!

22p
Participant
#0

Please can i have confirm that “Advanced Custom Fields” https://wordpress.org/plugins/advanced-custom-fields/ can be fully compatible with theme to build a Custom Post Type?

Or it’s better to use your CPT (http://cdn.tagdiv.com/wp-content/uploads/2015/07/td-custom-post-type.zip).

What is the difference to use?

Really thanks.
Andrea

meceware
Participant
#0

Hi,

I installed speed booster plugin but at the System Status panel it says:
Speed Booster v4.5 – Disabled – incompatible plugin detected: advanced-custom-fields-pro/acf.php

It seems there is an “Allowed Plugins” list at the code. Am I not allowed to use speed booster plugin if I install any other plugin that is not on the list ?

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure if it helps, but I can provide you only some online references and you may need to use a plugin – https://support.advancedcustomfields.com/forums/topic/adding-custom-fields-search-to-wordpress-search/https://support.advancedcustomfields.com/forums/topic/making-acf-data-available-to-wp_search/
Please note that we don’t provide any type of custom services and if you need some custom modifications I suggest to get someone to help you.

Thanks!

fpavic
tagDiv Member

We dont use Yoast or any SEO plugin. Those are active addons:

Adblock Notify
Add featured image to RSS feed
Advanced Custom Fields
AJAX Thumbnail Rebuild
Akismet
Alexa Certify
Allow Multiple Accounts
AMP
Auto Refresh Single Page
Contact Form 7
Cookie Notice
Corner Ad
Custom Login
Disable WP Auto Formatting
Facebook Comments Plugin
Germanix Translate
Germanix URL
Google AdSense
Google Authenticator
Heartbeat Control
Jetpack by WordPress.com
Liveblog
Media File Renamer
Mega Ad
NextGEN Gallery
NextGEN Gallery Optimizer
Polldaddy Polls & Ratings
Popups – WordPress Popup
Redirection
Slider Revolution
tagDiv Social Counter
W3 Total Cache
WP Google Map Plugin
WP Missed Schedule
WPBakery Visual Composer

ewnmd
Participant
#0

Hi there,

I am using Advanced Custom Fields to add an additional, custom categorization field to my posts (called Topic). I would like for my users to be able to go to /category?topic=A to see posts that match the category and topic.

What’s the best way to modify the posts query being used in the category template? I’ve seen in ACF support that it’s relatively straight-forward using a custom query, however I need to pipe those posts into the actual category template page.

Any advice is appreciated!

Andrei L.
tagDiv Member

Hi

You can try to edit td_module_trending_now.php and call there some custom fields: http://screencast.com/t/eYAfx9y0pAV For more details please check this link: https://www.advancedcustomfields.com/resources/code-examples/

Thanks!

Bogdan B.
tagDiv Staff

Hello,
Here is where the product content is called in our theme: http://screencast.com/t/jeeDmXSkSDM You can try altering this file or the woocommerce files directly.
Maybe you can find a solution here: https://support.advancedcustomfields.com/forums/topic/acf-with-woocommerce/
Thank you!

Anak Salam
Participant
#0

i want to use Advanced Custom Fields in my single product page, where I have to put this code in the newspaper/woocommerce/single-product.php, This code is placed between woocommerce_before_main_content and woocommerce_after_main_content, but, i don’t now where is woocommerce_before_main_content and woocommerce_after_main_content

$fields = get_field_objects();
if( $fields )
{
foreach( $fields as $field_name => $field )
{
echo '<div>';
echo '<h3>' . $field['label'] . '</h3>';

if ( is_array( $field['value'] ) )
{
echo implode( ', ', $field['value'] );
}
else
{
echo $field['value'];
}

echo '</div>';
}
}

colgate
Participant
#0

Hi tagDiv team,

First of all, the new mobile theme is superb and for that I really congratulate you for your hard work.

First- The update went without any issues, however I need to know how to change the top grid from Featured to the Latest, preferably from a particular category, if possible, if not the latest from all will do for now.
“top grid – displays 3 featured posts (posts included in the Featured category)”

Second – Do you still recommend to use WP Super Cache with your latest theme update v7.0.1? I have used the WP Fastest Cache and I had some issues after the update, it kept showing the Desktop version instead of the mobile version, so I had to disable it.

Third- The Speed Booster is not working when these and other plugins are active:
-Add Meta Tags
-Advanced Custom Fields
-Coming Soon Page & Maintenance Mode by SeedProd
-Disqus Comment System
-and other plugins

It would be great idea to make the Speed Booster compatible with all plugins and also add CDN and also other caching options and features, this will help speeds up the theme even more, and will also avoid experiencing any errors from other cache plugins.

Finally – how to edit the mobile template? Which file?

Many thanks for the great work

Larshell
Participant
#0

Hi,

Can I remove the featured image inside the page post in style 1?

I realize that I style 5 already is set up for this – but I’m using style 5 already (with some advanced custom fields for it) so I will need another style where the featured image does not appear inside the post.

Btw: I’m also using style 12 for a differnet kind of post with acf as well.

So I need another style without an featured iamge. 🙂

Any advice?

Best wishes
Lars

simchris
tagDiv Member

Version of Visual Composer included with the theme is 4.11.2 which is latest version tested compatible with Newspaper. It’s included in your theme downloads from ThemeForest.

07.04.2016 – ver 4.11.2
– Added: Compatibility with WP 4.5
– Added: Filter for database query limits
– Improved: Input Sanitization
– Improved: TGMPA compatibility
– Improved: Pageable Container Back button behavior
– Improved: vc_siteAttachedImages now uses get_posts instead of direct query
– Improved: Ordering by meta key in grid elements
– Improved: loop param work with multiple taxonomies selection
– Fixed: Google maps scroll behavior
– Fixed: Initial loading for Masonry Media Grid
– Fixed: Advanced Custom Fields vendor initialization
– Fixed: Post Grid filter taxonomy names collapsing

mbasche
Participant
#0

The Advanced Custom Fields Plugin 4.4.7 does not function in Newspaper 7.0.

Andrei L.
tagDiv Member

Hi

We didn’t tested Advanced Custom Fields Pro to work with the theme and we’re not aware of its functionality in order to provide an answer. However I’ve made a quick test and the plugin works fine but you need to use do_shortcode function to display a form on a post or page. Here is an example for a post: http://screencast.com/t/S1daz5ocjpmhttp://screencast.com/t/IXkvDetDOlahttp://screencast.com/t/IXkvDetDOlahttp://screencast.com/t/fFipR7Fw8
Basicaly you need to edit the file corresponding with the post/page template used and add the shortcode on there using do_shortcode function.
If you want to display a form on a specific page you can use a condition like this: http://screencast.com/t/ROGHlaSJ

if (is_page("page_id")){
echo do_shortcode('[acf field="my_name"]');
}

Note that this customization require some basic coding skills in order to be achieved. If you can’t make this by yourself my advice is to look for someone which can help you wit implementation as we can’t offer customizations services at the moment.

Thanks!

DaneOLeary
tagDiv Member

I guess I was assuming the fact I was posting this issue here would imply I thought the trouble I was having was due to some compatibility issue between the theme and Advanced Custom Fields. The directions they provide aren’t very clear and I’d thought I’d followed them pretty closely, and yet I saw no custom fields; that led me to post here in the hope of someone knowing some magic trick to get Advanced Custom Fields to work on WordPress pages that are dressed in Newsmag.

Unless Andrei has some magical advice, I’ll bank on someone over at ACF helping me. Thanks.

DaneOLeary
tagDiv Member

So, for the custom fields to show up I not only have to input whatever I want into the fields while editing the post, but I also have to go up and put in code to tell those fields to show up?

Here’s what I’ve done: I installed Advanced Custom Fields Pro (the latest version) like I would install any other plugin. Then I went in and created a field group, created the post, filled some info into the fields on the post edit page, and published. When I look at the page the only thing that shows is the title.

My coding skills are still pretty limited, I know vaguely what you mean about creating a template file for that page, but I wouldn’t begin to know how to do that. I know where it would go, but I wouldn’t know what code to include or how it would be incorporated with the rest of the theme or what code to add so that ACF would work.

The ACF resources are, at least for me, not very descriptive. I get what they’re saying, but I’m not able to decipher how to do what they talk about. I would need some really in-depth, step-by-step instructions.

simchris
tagDiv Member

ACF 4 and ACF 5 Pro work for me.

Be sure to read the ACF docs in detail on how to insert either shortcode into “page” or ideally, make a new template file for that “page” (e.g., services.php) and put the actual shortcodes into the template.

Normally you should simply be able to place the shortcode for your field into the post box (in text edit mode, not visual mode),

e.g.,
[acf field="{$field_name}"]

https://www.advancedcustomfields.com/resources/displaying-custom-field-values-in-your-theme/

Hope that helps.

If it does NOT work, try disabling all plugins except visual composer (and ACF, of course!). 🙂

(( I don’t work here . . . ))

REF: ACF Support Forum:
https://support.advancedcustomfields.com/forums/forum/acf-pro/

DaneOLeary
Participant
#0

I’ve been trying to use Advanced Custom Fields Pro, the WordPress plugin, for like a week now. Admittedly, most of that time was trying to figure out how to use it as it’s not all that intuitive, but I’ve managed to put together my Services and FAQs pages and they don’t seem to show up. When I open those pages, both in a preview and live on my website, none of the custom fields show. All you see is the title of the page and then nothing underneath.

I know about the “show” rules in ACF and have made sure that my custom fields are setup to show on the pages I need, so it’s not an issue with the plugin as far as I can tell. Is there some other part to this process that I’m not aware of? Or is there something about Newsmag that requires some type of tweak to get Advanced Custom Fields to work?

simchris
tagDiv Member

You need to learn how to customize WordPress — theme support doesn’t include custom programming, only support for the built-in features of the theme.

You might try looking at the help on wordpress.org on how to create a new function for user_meta, to put in your functions.php file, which might then save that to the dbase.
https://codex.wordpress.org/Function_Reference/add_user_meta

Or, you might use something like ACF – advanced custom fields — maybe that will help.

Or, if you don’t know how to edit your functions.php to add new elements for working with WordPress data fields — hire a programmer.

(( I don’t work here — but have been using the theme for 2.5 years ))

  • This reply was modified 10 years by simchris.
Fabrizio Azzali
Participant
#0

Hi
I Would like to speed up my site and go on PHP 7 from my actual PHP 5.6
I get a shared premium Hosting with OVH that workd really well.

All (non newsmag) plugins are compatible with PHP 7: AdRotate, Advanced Custom Fields Pro, Akismet, SEO Redirection, WP Rocket and Yoast SEO

Questions are:
1) Is the Newsmag theme compatible with PHP 7?
2) Are the newsmag plugins I have activated compatible with PHP 7?
– tagDiv Social Counter
– WPBakery Visual Composer
3) due to your experience there is a way to proper way to proceed to this migration?
Thanks in advance
Fabrizio

Bogdan B.
tagDiv Staff

Hi,
I did a little digging into ACF (as implementation of custom fields on modules is already custom I might as well look into acf directly)
This is what I found:
You can use this code: <?php the_field($field_name, $post_id);?>to implement custom fields (as suggested here: http://www.advancedcustomfields.com/resources/the_field/) so you can use this on modules for example if you want to display a custom field named Price, you would use the code in the specific module you want it to display:
<p><?php the_field('price', $this->post->ID);?></p>http://screencast.com/t/JLtppCV8
I hope this helps.
Thank you!

Viewing 25 results - 176 through 200 (of 273 total)