390 comments found.
Hi, I cant see new fields in custom fields 4.4.12. There is no visualcomposer field. Where is a problem?
Hi,
I don’t know where is the problem from your short description.
1) Check if you have Visual Composer installed
2) In case if you’re using some old own ACF plugin, you can disable it and enjoy the latest ACF shipped with the plugin
Let me know then if this helped solving your issue.
Best, PR
Hi,
1 – I want to purchase your plugin but In my country paypal is not working last 1 year for some taxes problem so i can not pay via PAyPal. But i have 25,12$ on my credit and plugin waiting on my cart
. can you help me about 0.82$
also i wrote to envato team to help me…
2 – Second question about image and gallery of visual composer. For single image source from medi library, url or featured image and gallery source for visual composer from media library. so, if this possible: Single image source will get from ACF field and vc gallerry will get acf gallery. Why i am asking this because VC single image and gallery have great image effects and i will create default vc content template. Or if this is not possible can we use “call action for VC single image or gallery” I hope you understand what i mean. So sorry for bad english
Million Thanks
Hi,
1) PayPal is not the only option for adding credit. You can utilize yet direct debit from VISA/MasterCard or Skrill.
2) There is another my plugin, which solves this issue Custom Page Templates. One of its components “Dynamic Shortcode Values” allows you to dynamically feed data from various sources (including ACF fields) to your existing shortcodes. So, for your particular case, yes you could feed single image data from ACF field to Single Image VC shortcode or also feed ACF Gallery to VC Images Gallery shortcode. There is much more in that plugin, like ability to create custom templates for any page, register custom post types and taxonomies from admin, create option pages, Clipboard for Visual Composer to rapidly build templates, restrict content by user conditions.
Let me know if you have other questions.
Best, PR
Hi,
1 – Its ok
2 – I will ask question about custom page templates on plugin page
thanks
Hi Pavel, I just bought your plugin yesterday (with Custom Page Template too), it looks great and works already fine on one of my websites. But for another one, I am creating custom fields in Portfolios… and here, it doesn’t display on the website. In the options of the plugin, you give the opportunity to “Force shortcodes processing on posts and pages”... Here I just miss the “portfolios”, would it be possible for you to add it? Or do you have a solution for me otherwise? Thank you!
Oooops, sorry, I messed up everything. No problem with your plugin actually
Sorry for disturbing, you can delete my question!
Hi,
No worries. Glad you’ve been able to sort it.
Best, PR
Hi PR, when can we expect a plugin update that includes the newest ACF Pro? Will you only update it to the new 5.7.0 version when it comes out of beta? As I see the VC Bridge currently contains the v5.6.7 ACF Pro but there is even an 5.6.10 release to it. What is your update policy to the plugin regarding to included vendors? Thanks, Immanuel
Hi,
Just uploaded newer version 1.5.5 with ACF PRO 5.6.10, so soon it will be available for you to download. ACF PRO gets updated when there are major changes or by customers request/demand, like you did now.
Best, PR
Hi, After installed, I don’t see the “Custom Fields” in the admin left menu. I only have WP ACF-VC Bridge and VC Snippets. Please advice.
Hi,
Most likely your theme hides ACF menu from admin. Try adding the following code to your functions.php:add_filter( 'acf/settings/show_admin', function ( $show ) {
return true;
}, 20 );
Please confirm if it solves. Otherwise, I’ll need to discover your case.
Best, PR
Hi, Thank you for your support. Yes, the custom fields now shown on admin menu.
Great! Thanks for confirming
Hi sir I want to integrate WPBakery Page Builder 5.4 into Custom field. Does your plugin support that? or it is only support Visual Composer? Please help me answer question. I really need your help Thanks
Hi,
Unfortunately, I don’t fully understand your question.
1) Visual Composer is a former name of WPBakery Page Builder. So, these 2 names refer to the single plugin.
2) WP ACF-VC Bridge plugin allows adding Visual Composer (WPBakery Page Builder) as a custom field to your posts or taxonomy terms. This field is a new ACF field type called “Visual Composer” and you can add as many fields as you want per single post or term.
Hope this helps. If it didn’t, please try to explain your issue differently.
Best, PR
Hi, I like to use the visual composer editor in field description on product category (woocommerce). Could you help me?
Hi,
1) Add Visual Composer ACF field to product category.
2) In category description add this shortcode [acf field=”{your_vc_fieldname}” post_id=”product_cat_{cat_ID}”]
Here is also blog article about it.
Please confirm if all is fine afterwards.
Best, PR
Hi,
Is it possible to add content and display as shortcode? Currently only possible via widgets … = /
Hi,
Could you please give more details? I don’t really get your question…
Best, PR
I am getting this error when I try to install the purchased plugin… Could not copy file. wp-acf-vc-bridge/vendor/advanced-custom-fields-pro/assets/inc/datepicker/images/ui-bg_highlight-soft_0_ffffff_1×100.png
Hi,
The error sounds weird, because it just can’t copy image file, which is same as all other files. I wonder if you have enough space on disk, could you check please?
Best, PR
Plenty of space on disk. How can I apply for a refund? I found another plugin that we were able to install and does everything we need. Thanks.
Hi, here is that article for it https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund-
I am trying to add VC to brands. I followed this video https://www.youtube.com/watch?v=tBKmRuT4i5o It’s not working for me. Is this a problem with my shortcode? That is the one thing I was not sure of when watching the video, since I can’t see the url you are using.
This is my shortcode: [acf field=”brand_extra_field” brand_id=”1290”]
This is the link of the brand: ../term.php?taxonomy=brand&tag_ID=1290&post_type=product&wp_http_referer=%2Fwp-admin%2Fedit-tags.php%3Ftaxonomy%3Dbrand%26post_type%3Dproduct
Hi,
Yes, your shortcode should be:[acf field="brand_extra_field" post_id="brand_1290"]
Note:
1) Assuming that your taxonomy name is “brand”
2) Pay attention to the quotes, because here in comments they are transformed to wrong symbols. Use regular double quotes in your shortcode
Let me know please if it works fine afterwards.
Best, PR
That did it! Thanks so much for the quick reply!
Hi, pre sales question. Just checking, does this work with WPBakery Page Builder 5.4.5 (and ACF 5.6.9)?
Hi,
Yes, works with WPBakery 5.4.5 and ACF 5.6.7 is included in the plugin. Didn’t test with ACF 5.6.9 yet, but according to change log 99.99% things should work. Will be upgrading to the latest ACF soon.
Best, PR
Hi, Pavel.
When I use ACF Repeater, in ACF Field Picker Hide Empty function doesnt work. I see empty fields from Chrome Inspect. Why is it important? Because I add some field childs “before” tag with css as label. But when field is empty this befores dont be hidden. Aldo Show label function doesnt work in ACF repeater
Hi Erkek,
May I see the issue you’ve mentioned please?
Best, PR
I sent you email.
Hi, I am trying to use this plugin with one of the elements that “Ultimate Addons for Visual Composer” adds to VC. They make a flipbox component that you load from VC. I would like the text for it to come from a custom field. Right now it only shows a text field to fill out. Do you know of a way to have this be either a text field or an ACF field? Thanks.
Hi,
I think Custom Page Templates plugin can help you with that. It has Dynamic Shortcode Values component, that allows you to replace any shortcode attribute (text in your case) from another source, which you can select from a list of many pre-built or create your own. All ACF fields are supported there.
Let me know if you have other questions.
Best, PR
Is this ACF Field Picker or something else?
Hi,
If you’re asking about what the plugin is itself, then here are the features you have here:
1) ACF PRO plugin included
2) Visual Composer field => ACF field type which allows adding one or multiple Visual Composer editors to any (custom) post, page term or options page
3) ACF Field Picker => Visual Composer component that allows easily add ACF field to VC layout and nicely render it
4) VC Snippets => Allows to create reusable layouts with Visual Composer
5) Ability to create templates with Visual Composer for ACF Repeater, Flexible Content field types
6) Ability to create Option pages in admin right from WP Admin area
Hope this helps. Let me know if you have other questions.
Best, PR
Hi, where can I see the change log of the recent updates? And can you make the version tracker visible on the main page? Thanks.
Hi,
The important new features have been listed on main page under Recent Changes box (image). Didn’t track smaller features and bug fixes in a list, but I’ll consider adding such list to the main page for future plugin changes.
Best, PR
Got a problem and do not know how to solved it:
Warning: fopen(acf-vc-integrator.php): failed to open stream: No such file or directory in …..... on line 4834
Warning: fread() expects parameter 1 to be resource, boolean given in …... on line 4837
Warning: fclose() expects parameter 1 to be resource, boolean given in …...functions.php on line 4840
Andre
Hi Andre,
This is not my plugin you’re referring to. Please contact corresponding plugin author https://wordpress.org/plugins/acf-vc-integrator/
Best, PR
In free ACF-VC Integrator I add a acf block with one field in visua composer section but I cannot edit that ACF value there. I need to go somewhere else for example options page to type this value. Can I edit this value with your plugin in this ACF block ? Thats very important to me before I consider buying it.
Hi,
I understand what you mean, but there is no data binding between shortcodes and acf fields. ACF fields still remain as data source, while ACF Field Picker is responsible for representing that value properly in layouts created with Visual Composer.
Best, PR
Hello I am having an issue with the plugin. Here’s what I am trying to do:
I have a custom post type, that has uses the category taxonomy (wp core), I want to create a landing page for each category that lists the relevant posts for each category. it doesn’t load.
Hi,
Sorry to hear you can’t get it to work. I understand what you’re trying to achieve on frontend, but need to understand what and how you do it in backend. If you’ll send me (via private message) corresponding links and access to your wp admin, then I could discover this for you.
Best, PR
Hello I purchased your plug-in but can’t seem to make the sub-fields items work. I use the ACF field picker in a Visual Composer row. Then click on the my field called Dates. Then i see <Enter a number to extract a particular sub-item from Repeater or Flexible Content field> but whatever number i enter, it is displaying all the sub-fields from my main field. Am i missing something ? I bought the plug for this exact feature : to extract one sub-field only. Please help..
Hi there,
Sorry to hear you’re experiencing such issues.
Assuming that your Dates ACF field is a repeater field added to the same page. In this case you pick Dates field from “This Page” context and set Sub-Field number. See screenshot https://prnt.sc/idvksq
If you’re doing this and don’t see a valid result, then there must be some unknown issue I need to debug. In this case, please send me access to your WP Admin via private message.
Looking forward for your reply.
Best, PR
Hello, I’ve bought your wonderful plugin, but I have an issue : I’ve added a custom field visual composer for a custom post type, I call it in my php file, but in front end, it displays : “vc_row[vc_column_text] Je suis un bloc de texte, cliquez sur le bouton \”éditer\” pour me modifier. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.”
Instead of : “Je suis un bloc de texte, cliquez sur le bouton \”éditer\” pour me modifier. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.”
Why does it display the shortcodes of visual composer ???
Hi,
It seems that you call it in PHP with WP functions like get_post_meta() or get_term_meta() function, which retrieve raw value saved, instead of utilizing get_field() ACF function to render field.
You can read more about get_field function.
Also note, that some features (template fields VC grids) are only available if you render your field with ACF Field Picker component.
Hope this helps. Feel free to drop me a line if you still have issues or questions.
Best, PR