Any news for this problem? No changes with actual ACF 4.x/5.0 Beta and Revisionary 1.1.12.
Ahhhh – after I saw that there is an updated repo version, I tested again – and all worked fine with the new version now. Thank you. π
Hi @elliot,
thank you – and done. But no change. π Is there a repository/beta of the flexible content field?
Thank you
Svenni
EDIT:
Sorry, I forgot that I’m in beta testing group. *shy* Now I test it with flexible content field beta 1.2.1 – no change, too.
@Hassan Alvi: Thank you, very good and easy Screencaster. π
ACF 4.1.8.1 + ACF Flexible Content Field 1.0.2
(= all is working well)
http://youtu.be/jwFsG5FmsNg
ACF 4.3.4 + ACF Flexible Content Field 1.1.0
(= you are ever forwarded to first tab)
http://youtu.be/6BW3YjQM0JA
No, this error shown in the screencast above isn’t mine (tab logic and flexible content field). Can someone recomment me an easy and good screencast program for windows? I searched the web but dont’t find anything good …?
For the beginning I made two screenshots:
1. Editing a site with acf and flexible content field:
http://de.tinypic.com/r/rhqudy/5
2. After saving the site as revision, the preview in revision manager of revisionary looks like this:
http://de.tinypic.com/r/2djdnrp/5
What can I all test and report to you to speed it up? π
Thank you, first test looks great. π
Hi elliot,
better. Now at my test installation the “normal” issues with tabs and conditional logic are gone. But have you tested it with tabs, conditional logic and the flexible content field? The issues with “tap hopping” and checkboxes at normal use aren’t anymore, but if you add flexible content, you switch to first tab automatically.
Greetings,
Svenni
I tried but in live site I’ll continue to stay at ACF 4.1.8.
If I enter a edit site with the github nightly I enter not the first tab with the checkboxes for the tab logic, I enter the next open tab. The same if I check or uncheck one of the checkboxes.
Hi elliot,
thank you. π Have you allready looked at it?
Greetings,
Svenni
Hi beneverard,
because of this
http://support.advancedcustomfields.com/forums/topic/cant-add-more-fields/
thread: Have you already get it working? π
Regards,
Svenni
Hi elliot,
I don’t know what you excactly mean, but the workaround in the other high topic to this problem
http://support.advancedcustomfields.com/forums/topic/max_input_vars-solution-not-working-for-me/
with the user.ini fixed it. But I don’t think that this should be a solution for ever …?
But I think about a way we don’t depend on such big field groups:
Is there a chance that you can implent conditional (tab and/or hide) logic over field groups? Than we can split big field groups and can use tabs and/or hide fields furthermore.
Or add a new field typ “field group” so we can include a field group in a field group.
Edit: Another user had the idea a month ago:
http://support.advancedcustomfields.com/forums/topic/reusable-field-groups/
Greetings,
Svenni
Same problem here. Today I see that a few fields of a large field group disapeared in the back end. I don’t know after what update this comes, but now I can re-add and after saving there gone again. π
But sometimes – I don’t know when – some fields appeared again and after next saving they are gone again …
Then use a die at the end of the loop.
Can you specify what I must do?
I have the same issues – with 4.2.x only. Because of them I dowgrade to 4.1.8, the last version with working “tab logic”. I hope this can help a little bit in bug finding …?
@gutegruende: If you don’t use new features from 4.2.x – can you test if a downgrade to 4.1.8 works for you, too?
Hi kuldeep,
/plugins/acf-flexible-content/flexible-content.php
Is the file
thank you. Now I found it. Now it work’s like a charm. π
Greetings,
Svenni
Hi Elliot,
Are you 100% sure the ββ exists?
no, I use them to quote the code …?
Can you link to the documentation of how this plugin uses that tag?
http://wordpress.org/plugins/wp-pagenavi/
Thinking about this further, I donβt think ACF can be compatible with this plugin.
π
If this plugin uses the native WP pages, then it will be restricted to the_content.
ACF saves data as a custom field value, and therefore WP will never associate next page / prev page with it.
I think the plugin is only compatible with the_content.
And with a custom query? I found something like this:
http://scribu.net/wordpress/wp-pagenavi/wpn-2-74.html
Grettings,
Svenni
Hi,
can someone of you tell me, which file
the add-on field file
it is exactly that I must edit?
Greetings,
Svenni
Hi elliot,
I don’t think that it is working with a shortcode. For making a page break you must use
<!--nextpage-->
which is’nt a shortcode, or I’m wrong with it? It’s like the standard
<!--more-->
of WordPress. This isn’t working, too, how I tested after writing about
<!--more-->
.
Greetings,
Svenni
Hi Elliot,
no, this don’t work. I tested it in a lot of versions the last days and now again – with the same result:
site 1
site 2
site 3
π
Greetings,
Svenni
Hi Elliot,
at the moment I don’t know if it’s a real bug or a bug in programming, so an example with WP-PageNavi installed and integrated in page template:
sample text:
site 1
<!--nextpage-->
site 2
<!--nextpage-->
site 3
sample text after clicking html button:
<p>site 1</p>
<p><!--nextpage--></p>
<p>site 2</p>
<p><!--nextpage--></p>
<p>site 2</p>
correct result in frontend if you put it in wp standard content field:
site 1
Pages: 1 2 3
result in frontend if you put it eg. in ACF WYSIWYG field:
site 1
site 2
site 3
I use normal code in template to output acf field like this:
<?php the_field("pagenavi-site");?>
Grettings,
Svenni
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.