390 comments found.
I’m considering buying this plugin, but have a specific use case: I have a custom content type with content already created using multiple ACF fields.
Each custom post has different categories.
Can this plugin be used to display all posts in one specific category?
I want the admin to be able to choose the category in VC and display them in a grid.
Thanks for any help.
Hi,
This plugin doesn’t offer any posts lists shortcodes. From what I understand, you can look at VC Post Grid shortcode or Essential Grid plugin.
Hope this helps.
Best, PR
Thanks – I’ve found a way writing a shortcode plugin and using the built-in Shortcode Mapper. Thanks
Fantastic!
Hello Pavel I have sent a few emails more than I week ago now without response. Did you receive them? thanks
Hey thanks for leaving also comment here. Just found your email, it got wrong label. Going to take a look.
Hi, I am having trouble with WPML and a VC Snippet translating. I reached out to you using the contact form on your website but have not heard back in about a week.
A snippet is not translating whether I make a translation of it or duplicate it into another language. It’s still returning the english translation no matter what I do.
Hi,
This needs investigation. Could you please send me private message with access to WP Admin?
Also, please include your purchase code, so I can verify your support license.
Thanks, PR
Hi!
Please refer to website: ang.tqchina.net/productsb2b/colostrum. Under “Related Products”, “Barflex”/”Colostrum” are mentioned. They area created using the ‘WP ACF-VC Bridge’ Element called “ACF Field Picker”, where ‘Featured Image’ is switched on (and, of course, a featured image for “Barflex”/”Colostrum” is set). However, instead of showing the featured image (or title) merely a link is shown. Any idea how to solve this?
Kind regards, Berry Schrijen
Hi Berry Schrijen,
I need to know more about this setup. Unfortunately, your description and view from frontend doesn’t contain enough information for me to assist you. If you could send me a private message with access to WP Admin, I could then be more helpful.
Best, PR
Hi! Sent to you in private message. Please le me know, in case not received.
Thanks, received.
Purchase Code: ffb7d1cf-4a0b-4b54-8274-1547367ccf64
Hi Pavel I am having a lot of issues with dynamic substitution – its a complex system but sometimes the values I choose to be substituted into custom text placeholders dont ‘stick’ to the correct ACF Field. eg I have a token called JOBNO that should be substituted with the value from acf type MaterialCert – field JobNo but when i choose this and save the textbox and then go back in the substituted value has changed to another acf field type, say Workorder field JobNo – this breaks my system as Workorder field jobNo is empty! I hope this makes sense and any pointers you could give me would be great Thanks Dave
Hi Dave,
Honestly, I feel I can’t fully understand what’s happening on your end from your description. If you could send me a private message with WP Admin credentials, links to pages under questions and short guide on how can I reproduce steps to see the issue you mentioned, then I could start working on it right away.
Best, PR
Hi,
I am looking for support. I cannot get the front end composer to show up on my custom coded product page.
I made a quick video explaining it: https://www.loom.com/share/383b435b53084e6fa1052fbaa85a357dThanks James
Hi James, thanks for recording this video.
Unfortunately, these additional visual composer fields can’t be available in front editor, because front editor is designed to work with main content only, while additional fields are no longer a part of visual composer’s flow, instead they are now ACF fields. So, just backend editor is available.
However, I see that the reason why you’re doing it this way is because you want to restrict content to users based on their membership level. I think you can achieve this while having your main report editable with frontend editor with my another plugin Custom Page Templates. Particularly, it allows you to restrict shortcodes by user role or by your custom filter hook, see this article. It means that you can have your whole page designed in a single editor, while marking some parts of it available for specific users only. Thus you may end up having such blocks on that page:
- “Available for pro users only” for guest users
- Actual reports for logged in pro users
There are also other great features available, especially valuable one is Dynamic Shortcode Values, which allows you feeding data from various sources to any shortcode to create truly dynamic page templates editable from wp admin.
If you have any questions, feel free to drop me another comment or shoot private message.
Best, PR
Hi, does this work with the ACF Options Page? Thanks!
Hi, yes. Also, with this plugin you can create option pages right from admin panel, see article.
If you do not answer by the end of today I’m requesting a refund
Hi, sorry missed your previous message. Please send me WP Admin access via private message, so I can investigate this issue for you.
Just seen your refund request. So, should I confirm refund or you want to let me resolve it?
Refunded
WPBakery is not showing up in field type
-
<?php if( $bugles && in_array(‘rev’, $bugles) ): ?>
Can you tell me why it’s not working in VC Grid Builder?
Hi,
I need to have more context/information to give you proper answer. The easiest/fastest way would be if you could send me private message with wp admin access and link to VC Grid Item under question, link to a page on frontend where I can see and result, and path to the file where you have your custom code.
Best, PR
Please let me know this is Salient Theme (ThemeNectar) compatible.
Hi, yes.
Hello Sir,
We are facing some problem with repeater field of ACF when we are going to use so that time its just loaded first value of repeter field
for example we are using this field as repeater field = therapeutic_area_facility_role
and once we are going to use in some places so its displaying code = [wpml-string context=”wpv-views”]therapeutic_area_facility_role_0_facility[/wpml-string]</label> [wpv-control-postmeta field=”therapeutic_area_facility_role_0_facility” type=”select” default_label=”Select” url_param=”wpv-therapeutic_area_facility_role_0_facility”]
and its just loaded first value of repeter field so will you please guide us how can we resolve problem.
Thanks
Hi,
I’m sorry you’re experiencing issues.
To be more useful, it would be good to know exactly what the problem is. In your message, you just tell what you’re doing, but not what you expect. Also, I need to know context, where you’re doing it, along with what these shortcodes do “wpml-string” and “wpv-control-postmeta”.
From your code (for example therapeutic_area_facility_role_0_facility) I can tell you that you’re referring facility field in first row of repeater field. If you want to reference same field in second row, you should type therapeutic_area_facility_role_1_facility.
If you’re looking how to loop repeater fields in PHP, then check this article https://www.advancedcustomfields.com/resources/repeater/
If you want to know how to create templates for repeater fields in WPBakery Page Builder, then check this article http://wpacfvcbridge.com/create-template-for-acf-repeater-with-visual-composer/
Hope this helps.
Best, PR
Is it possible to use a ACF field that contains a custom link and output it as a button?
Hi, this you can do with “Custom Page Templates” plugin, which I see you’ve purchased already.
Hello, I’m calling an ACF field picker, type custom, in a vc_snippet to display a price in custom post types. Works. However I want to format that price to get a thousand separator in the numbers displayed. So I’m trying to create a custom shortcode calling the corresponding acf field to display it in the cv_snippet.. but it does not work.
Here is my code :
function wpc_vc_shortcode( $atts ) {
$output = do_shortcode( ‘[vc-acf-field-picker field_context=”custom” fields_group=”92” group_field_92=”prix” data_context=”135” extra_classes=”pdprix”]’ ); $price = number_format( $output, 0, ’ ’, ’ ‘); echo $price; } add_shortcode( ‘mypriceshortcode’, ‘wpc_vc_shortcode’);
In my vc_snippet I’m displaying : [mypriceshortcode]
this works for example… but is not what I want :
function wpc_vc_shortcode( ) { return do_shortcode( ‘[vc-acf-field-picker field_context=”custom” fields_group=”92” group_field_92=”prix” data_context=”135” extra_classes=”pdprix”]’ } add_shortcode( ‘mypriceshortcode’, ‘wpc_vc_shortcode’);
thank you in advance for your help!
Hi,
It seems you’ve just removed to return value from your function (instead of echoing it). E.g.$output = do_shortcode( ‘[vc-acf-field-picker field_context=”custom” fields_group=”92” group_field_92=”prix” data_context=”135” extra_classes=”pdprix”]’ ); $price = number_format( $output, 0, ’ ’, ’ ‘); return $price; } add_shortcode( ‘mypriceshortcode’, ‘wpc_vc_shortcode’);
Best, PR
if I don’t use return do_shortcode the value of this : [vc-acf-field-picker field_context=”custom” fields_group=”92” group_field_92=”prix” data_context=”135” extra_classes=”pdprix”] is : 0.. with retirn.. I get the correct value.. Any idea? thanks!
Hey, sorry I can’t parse from your message what’s correct and what’s not.. Could you write it in a different way please? Or also, it would be good if you’ll send me wp admin and FTP access via private message along with links to pages under question, so i can quickly check everything.
Best, PR
i have just installed plugin, it show a message to disable acf free…when disabled, i get the vc snippets and WP ACF-VC Bridge menu, but just for settings, no FIELD GROUPS, ADD NEW, TOOLS menus, so i cant create custom fields! my theme is storefront.. what im missing?
Hi,
This sounds strange. Could you send me via private message wp admin credentials, so I can assist take a look?
Best, PR
Hi, I do need to have a template page for an About with 3 Custom fields, called in the template via PHP. 1) Top Content Visual Composer 2) Repeater with images and description for member with UI (Use normal repeater code that’s ok. 3) Bottom content with Visual composer.
Can i do the 1 & 3 call on the template with simple php calls to the fields of the ACF? in the same way the repeater is working?
My issue is the complex repeater UI in the middle of two Visual controller.
I’ve purcheased your plug in, and already installed.
This is the layout I’m talking about: http://sourcedesignservices.co.uk/about-us/Hi,
Not sure what the issue is. If you have 2 ACF visualcomposer fields, then you can just echo them in a normal way as any other ACF field using the_field() or get_field() functions.
If something isn’t working right on your end, please send me via private message wp admin and ftp credentials, so I can assist.
Best, PR
Hi, Just bought you cool plugin and thought, I can set it up via your video. I followed all steps, not a problem so far. But somehow I can’t add it to a tag page where I need visual composer.
https://www.dropbox.com/s/7is36gu8i8m98rh/2019-06-18_12-49-37.png?dl=0Here you see the page. What to do?
cheers Florian
Hi Florian,
On your screenshot is edit tag page. You can add a shortcode to tag description as per this article. E.g. [acf field=”your_tag_vc_field” post_id=”post_tag_1”]
Best, PR
I’d like to customise a woocommerce category page by adding VC to the page, will this plugin allow me to do that?
Hi,
Yes, you can create VC field to wc category term. Then you can display it in place of category description or anywhere else if you’ll edit category template file. Read this article.
Another option you may want to consider is my another plugin, which allows customizing any page.
Best, PR
Hello Sir, Can i please have the updated version of the ACF pro?
Thanks in advance
Please send me private message.
Hi, Thanks for your answer. We were not aware that it doesn’t work with https://visualcomposer.com . Is there any solution to make it work? Thanks,
Him, nope. This Visual Composer https://visualcomposer.com/ is completely different plugin.