Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Conflict between piklist and searchwp plugin #3514

    Hi

    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

    in reply to: Conflict between piklist and searchwp plugin #3508

    Hey, 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 nothing

    Hope this is more clear?

    Thanks

    in reply to: Conflict between piklist and searchwp plugin #3506

    1) 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 Fifteen

    Please verify that you also can reproduce the issue.

    /Johan

    in reply to: Conflict between piklist and searchwp plugin #3503

    Hi

    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

    in reply to: Conflict between piklist and searchwp plugin #3499

    Piklist Version 0.9.4.25 and Searchwp Version 2.5.1

    in reply to: add_more, group and editor #2636

    Attached a screenshot.

    Attachments:
    You must be logged in to view attached files.
    in reply to: add_more, group and editor #2635

    I 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')
    		)
    	)
    ));
    in reply to: Any way to enter into a workflow automatically? #2584

    I’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?

    in reply to: Any way to enter into a workflow automatically? #2549

    For me – out.

    in reply to: Any way to enter into a workflow automatically? #2541

    Wow! Thanks so much for that.

    in reply to: Can't set value of editor field #2451

    Are 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.

    in reply to: Can't set value of editor field #2434

    Basically, 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?

Viewing 12 posts - 1 through 12 (of 12 total)