Forum Replies Created
-
AuthorPosts
-
wpkonsulternaMemberHi
I actually don’t know what has changed, maybe something in the latest update of searchwp but now it works on my multisite install with my custom piklist plugin as expected.
Sorry for the trouble but appreciate you helping out.
/Johan
wpkonsulternaMemberHey, sorry. I was actually getting that same freeze “0% indexed” just by having both of them installed and activated, but then when I refresh that index message is actually gone. However I installed the diagnostic extension to better troubleshoot and it is correct that eg. the “Hello world” post have indexed terms.
So here are the steps that should make it possible to reproduce the issue:
1. Activate the demo add-on for Piklist
2. Include the post type “Piklist demo” in the Default Search Engine in SearchWP
3. Create a first post in the post type “Piklist demo”, maybe just with a title
4. Try indexing in searchwp
5. Using the diagnostic to retrieve terms for the post you just created returned nothingHope this is more clear?
Thanks
wpkonsulternaMember1) Do you have Piklist Demos activated?
– No
2) Are there any other plugins activated on your site?
– No
3) What theme are you using?
– Twenty FifteenPlease verify that you also can reproduce the issue.
/Johan
wpkonsulternaMemberHi
I’ve actually been able to get this issue just by having the two plugins installed and active on a clean single wp install. So no custom code at all.
/Johan
wpkonsulternaMemberPiklist Version 0.9.4.25 and Searchwp Version 2.5.1
wpkonsulternaMemberAttached a screenshot.
Attachments:
You must be logged in to view attached files.
wpkonsulternaMemberI have also had problems using this. When I press the + button, I get an editor form that is prefilled with data, and then another form straight beneath it. I’m currently running the latest beta.
My code:
piklist('field', array( 'type' => 'group', 'field' => 'templates', 'add_more' => TRUE, 'label' => __('Mallar', 'wpk-solquote'), 'fields' => array( array( 'type' => 'text' ,'field' => 'name' ,'label' => __('Mallnamn', 'wpk-solquote') ), array( 'type' => 'editor' ,'field' => 'template' ,'label' => __('Offertmall', 'wpk-solquote') ) ) ));
wpkonsulternaMemberI’ve implemented this and it’s working nicely. The only issue I’m having is that the ‘preview post’ button only works properly if you are on a tab in the workflow with a content box on it. It seems that this is connected to the way that your tutorial does things with regards to removing eitor support. Any thoughts on how to fix this?
wpkonsulternaMemberFor me – out.
wpkonsulternaMemberWow! Thanks so much for that.
wpkonsulternaMemberAre you sure that’s the right file? Line 652 of class-piklist-form.php is:
$wrapper = 'widget';I searched for
if (!is_wp_error($object))but could not find it in that file.
wpkonsulternaMemberBasically, yes. This is designed to load a page template from the settings, then output it to a custom metabox connected to page content so that the user can override it on a post-by-post basis if desired. Do you know any workarounds for this bug?
-
AuthorPosts