Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to update page with more custom fields in Wordpress
    primarykey
    data
    text
    <p>So I'm creating a Wordpress site where I have these two plugins installed: <a href="http://www.advancedcustomfields.com/" rel="nofollow">Advanced Custom Fields</a> and <a href="http://wpml.org/" rel="nofollow">WPML</a>. In the custom fields plugin I have Repeater Fields add-on installed. </p> <p>On the Frontpage the Repeater Field addon is used for three different sliders, and there have been added a whole lot of images for one of the sliders and max 10 for the two others. So there is a lot of content for that single page. There is no problem saving that page though. And I can access the page again, add a new image for one of the sliders without any problem. But when i create a dublicate for another language using WPML and save it. Then I can update the page with extra content afterwards. It says that the page has been updated, but the new content, which I applied, isn't there anymore.<br /> So I thought that this might be because of some limit. So i changed the <code>max_input_vars</code> and <code>max_vars</code> in my <code>.htaccess</code> file with the following:</p> <blockquote> <p>php_value suhosin.post.max_vars 10000<br /> php_value suhosin.get.max_vars 10000<br /> php_value suhosin.request.max_vars 10000<br /> php_value max_input_vars 10000</p> </blockquote> <p>But this doesn't change anything. I've also checked with the <code>phpinfo()</code> that the values have changed. </p> <p>Have anyone experienced a problem like this, or just know why this occurs?</p> <p>Thanks for your time.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload