Nialcen
Forum Replies Created
-
Resolved using API KEY for Google Maps 1.1.0
Solved, thank you for such a splendid plugin
Forum: Plugins
In reply to: [Polylang] [polylang] how can I share a feature I made with the authorAs my code is within you plugin, I doubt WP-United will want some.
If I found time to make it a plugin, I’ll do it ??I’ve tried to add :
add_filter( 'mce_buttons', array( $this, 'filter_mce_button' ) ); add_filter( 'mce_external_plugins', array( $this, 'filter_mce_plugin' ) );
in
public function __construct() {
The button is displayed (with broken image, but this is not the most important thing), on clik the TB_Overlay is displayed, but empty.
Forum: Plugins
In reply to: [Advance WP Query Search Filter] A custom meta field block the whole formI add it by the plugin interface, like all the other one …
Forum: Plugins
In reply to: [Advance WP Query Search Filter] A custom meta field block the whole formI can add another precision : the number of Taxonomy Field does not change a thing, only the number of Custom Meta field : to height, no problem, more, it start having problem.
Forum: Plugins
In reply to: [Advance WP Query Search Filter] A custom meta field block the whole formWith my beloved half, we found out the origin of the mater, but we are unable to solve it :
We have 18 Taxonomy Field, and 8 Custom Meta Field in our form. And everything work just FINE.
If I had any Custom Meta Field, then at least the first Taxonomy Field doesn’t work anymore. Here an example :
Parameters :
– Taxonomy Field #1 Values : Projet, Recrutement & Candidature
– Number of Taxonomy Field : 18
– Number of Custom Meta Field : 8* I choose “Projet” and Submit
=> Result : Work Fine, Perfect search result.
Now I had another Custom Meta Field :
Parameters :
– Taxonomy Field #1 Values : Projet, Recrutement & Candidature
– Number of Taxonomy Field : 18
– Number of Custom Meta Field : 9* I choose “Projet” and Submit
=> Result : Does not work, no search result.
Now I remove the 9th Custom Meta Field, and everything work fine again. Same thing if I remove 8th, 7th …. The important thing is not what is inside, but the number of Custom Meta Field.
Any idea about WHY, and how to solve this ?
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Problem with a huge form search [Err 324]I found a way to significantly reduced the number of field, but I was unable to set it up within your plugin or from scratch :
Is it possible to obtain an autocomplete field with your plugin ?
I mean, from a dropdown type field (or by any other way) to display an autocompleting field ?
This way, I would have 3 field only, instead of more than a hundred.
Any idea ?
Forum: Plugins
In reply to: [Register Plus Redux] Display and manage custom fields on a pageWell, did someone have a clue ?