Frederik Rosendahl-Kaa
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF-VC Integrator] Star Field LostHi @erostad
Here is a link to a Github Gist ( https://gist.github.com/frederikrosendahlkaa/b32c02bcbe71a7c7f44027f8cfd0f0bd ) the only thing you have to do with the code is to put it in your function.php in the theme or child theme.
However, you will need to update the ACF-VC Integrator to the latest version (1.7.2) that I have just released to get the code to work as there is an error in version 1.7.1 the error means that you cannot use the filter hook as used in the code I have linked to
I hope it solves your problem, if not, then just write again and then I try to take a look at it again.
Best regards
FrederikForum: Plugins
In reply to: [ACF-VC Integrator] Star Field LostHi,
Is it one of the ACF built-in fields that you use?
If it is one of the built-in fields, what is the name of it?
And is it possible that you would be able to send some of the code you use to make the stars with.If it is not an ACF built-in field, Then I need a URL or to get told where I can download the field you are using to be able to help you.
I have only made support for the built-in fields but it is possible to add support for new fields with some code.Best regards
FrederikForum: Plugins
In reply to: [ACF-VC Integrator] Star Field LostHi @erostad
It seems that the shortcode you are using is the shotcode that the built-in ACF element in WPBakery creates.
ACF-VC Integrator uses a shortcode called [acf_vc_integrator] where the one who is built into WPBakery is named [vc_acf]But unfortunately I have no explanation why it has stopped working.
I have done a few tests and it does not seem that the ACF-VC Integrator does so the built-in ACF element breaks.I hope you could use the answer even though I couldn’t explain why it didn’t work anymore.
Best regards
FrederikForum: Plugins
In reply to: [ACF-VC Integrator] ACF FIELD NOT PRESENT ON EDITORHi @rishius
I assume you do not need my help as you have not answered the support thread in over a month, so I allow myself to close it but you should be welcome to create a new one if you need help ??
Best regards
FrederikForum: Plugins
In reply to: [ACF-VC Integrator] ACF FIELD NOT PRESENT ON EDITORHi @rishius, just wanted to know if you still need help or if this support thread can be closed because I haven’t heard from you for over 3 weeks.
Best regards
FrederikForum: Plugins
In reply to: [ACF-VC Integrator] Repeater Field TextHi @viablethought,
just wanted to inform you that I have now updated the plugin to version 1.7.0, where it is possible to choose to display prepend and append for Text, Number, Range, Email and Password fields.
And thank you for making me aware of the error I made in the code example I sent to you ??You should be welcome to write again if you have suggestions for improvement or found a bug.
Best regards
FrederikForum: Plugins
In reply to: [ACF-VC Integrator] Repeater Field TextHi @viablethought,
Unfortunately, as it is right now, the plugin is not made to display Prepend and Append.
Not because it’s impossible, but just never thought about it.
But it will unfortunately take a few days before I can send an update containing a fix for it.But if it can’t wait then it is possible to use filter hooks.
here is an example of how it can be done just insert the code in function.php in the theme / child-theme https://gist.github.com/frederikrosendahlkaa/d93b81e0c1052478be24bf604d597efaI will notify you when I have made a solution and it has been released.
If there is anything else please write again ??Best regards
FrederikOkay, thank you, I’m trying to contact wpml instead
Forum: Plugins
In reply to: [ACF-VC Integrator] ACF FIELD NOT PRESENT ON EDITORHi @rishius,
I can try to help you.
Unfortunately, I do not have access to the kelo theme myself, but have access to Visual Composer (WPBakery Page Builder), acf and acf pro.
I have made a test but I have not been able to recreate the problem you have.What version of advanced custom fields and WPBakery Page Builder have you installed.
And can I make you do a test.
Where you disable acf-vc integrator and then see if the issue is resolved.
If it doesn’t solve the issue then I don’t know how much I can help since the problem can then be with the kleo theme, WPBakery Page Builder or advanced custom fields.Best regards
FrederikGood to hear that you got it working, also discovered that there was no support for the link field when I looked at it.
A stupid mistake on my part that I did not check up on whether the plugin could be used with all the fields.But there should be support for it now with the latest version.
But just contact me again if there is anything else.
Best regards
FrederikHi @sheila888,
I have taken a look at the page you have linked to, and it might look like you might have used the wrong WPBakery Element.
Can I make you check that you are using the element called acf-vc integrator and not Advanced Custom Field.Best regards
FrederikForum: Plugins
In reply to: [ACF-VC Integrator] Date FormattingHi @erostad,
Under Settings -> ACF-VC Integrator, you can set where the date field should retrieve the date format from.
It can either retrieve it from WordPress date format or from ACF return format.
The reason why it uses the return format instead of the display format for the display of the date, Is because ACF uses display format for the display when you have to select a date and use return format when the date is to be loaded.It is possible to change the WordPress Date format if you use that option under Settings -> General.
Best regards
FrederikForum: Plugins
In reply to: [ACF-VC Integrator] Blank Edit ScreenHi @erostad,
Thanks for the information, it helps me to restore the error.
And I just released a version 1.6.1 where the error should have been corrected.I leave this thread open if it didn’t solve the problem, if it did, please close it or give me a message so I can close it.
Thank you for notifying me of this error.
Best regards
FrederikForum: Plugins
In reply to: [ACF-VC Integrator] Blank Edit ScreenHi @erostad,
Unfortunately, I have no idea why this happens, I cannot restore the error myself.
But I want to look closer at it and therefore needs a little more information.1. What versions of page builder, ACF and WordPress are you using.
2. Do you have the classic editor installed as a plugin.
3. If you have the option it would help a lot if you can send a debug log in, as it might tell me where in the plugin it goes wrong.Best regards
FrederikForum: Plugins
In reply to: [ACF-VC Integrator] hide draft / unpublished posts from queryHi @wasifh,
This should be possible using the built-in filter hooks in the plugin.
I have done an example function that only shows the posts that have been published using this filter hook function acfvc_relationship.
https://gist.github.com/frederikrosendahlkaa/2ad88c625db4ea1582f29af2dfc288f7
All you have to do is insert it into function.php in the theme / child theme folder and make sure the relationship field is set to return format Post Object.
If it is not set to return format Post Object then code must be changed so that it can use return format Post ID.Best regards
Frederik Rosendahl-Kaa