Forum Replies Created
-
AuthorPosts
-
SteveKeymasterSorry, I’m a bit confused. Does it work this way, but not with Piklist? Or it doesn’t work either way?
November 20, 2015 at 11:54 am in reply to: IMPORTANT MESSAGE FROM PIKLIST 0.9.9.6 stays after update #5048
SteveKeymasterWould it be fine if I logged into your site? If so, please email a user ID and PW to [email protected]
November 20, 2015 at 11:54 am in reply to: Remove "add shortcode" from above editor + documentation #5047
SteveKeymaster@kplaneta– There is currently no way to remove it, but we will address in the next release. Not the best user experience when there are no shortcodes registered.
The built-in demos come with shortcodes. You can view the files here:
piklist/add-ons/piklist-demos/parts/shortcodes/Let us know if you need any help
November 19, 2015 at 12:36 pm in reply to: IMPORTANT MESSAGE FROM PIKLIST 0.9.9.6 stays after update #5041
SteveKeymasterWas this resolved?
SteveKeymasterSo you’re not using pretty permalinks? You’re using query parameters? What’s your settings in SETTINGS > PERMALINKS?
SteveKeymasterYou’re the first to report the .org version doesn’t save, so it may be something in your configuration.
SteveKeymaster@mcmaster– This code is in your main plugin file or functions.php? Not in the piklist/parts/ folder, correct?
SteveKeymaster@ptiboir– Can you zip up and email us your Piklist plugin or theme? Send to [email protected]
Also, let us know what version you are using.
SteveKeymasterTo make sure we’re both looking at the same thing, would you be able to send some screenshots or a screencast?
SteveKeymasterThis code will be removed in the next version. Animated help isn’t very helpful 😉
SteveKeymasterGlad you like it! 😉
Closing ticket.
SteveKeymaster@bicho44– The
attributesparameter allows you to pass field attributes:piklist('field', array( 'type' => 'select' ,'scope' => 'taxonomy' ,'field' => $value ,'label' => $categoria->labels->name.' de Productos' ,'columns' => '9' ,'choices' => array('' => 'Seleccione para buscar') + piklist( get_terms($value, array('hide_empty' => false)) , array( 'slug' ,'name' ) ) ) ,'attributes' => array( 'onchange' => 'myFunction()' ) );
SteveKeymaster@ndbe– I can’t reproduce this. Works absolutely fine for me. The indexes reset perfectly on save.
SteveKeymasterDid you try this filter:
piklist_add_part? -
AuthorPosts