Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter RubensBen

    (@rubensben)

    Ok found the solution, I had to install the php-xml module.

    THANKS !

    Use $json['title']['text'] = $post->post_content; instead of $json['title']['text'] = $post->post_excerpt;

    optionally you can use this filter in order to get the formatted content :

    $output =  apply_filters( 'the_content', $post->post_content );
    $json['title']['text'] = $output;

    Kindly

    • This reply was modified 9 years, 3 months ago by RubensBen.
    Thread Starter RubensBen

    (@rubensben)

    Use Notepad++,

    Encoding -> Convert to UTF-8 without BOM

    Save, upload.

    Cheers, hope it helps

    Thread Starter RubensBen

    (@rubensben)

    2 other suggestions that would improve my life (and I hope the one of others)

    – Be able to automatically rename (or not?) picture/media names when renaming the slug/alt text.
    – for Woocomerce 2.0, take in count the pictures as “Featured” not only in the “Featured Image” box (id=”set-post-thumbnail”) but also in the “Product Gallery” box (id=”woocommerce-product-images” / id=”product_images_container”).

    Voila, good day!

    Thread Starter RubensBen

    (@rubensben)

    First paragraph: Yes!
    Second Paragraph: I’ll try that.

    Also, same but on the Media Assistant you provide, it may be useful to allow ordering/filtering the “Featured in” column. After, Im talking from a woocommerce user pov.

    Thank you David 🙂

    Thread Starter RubensBen

    (@rubensben)

    ok solved, was a encoding problem.

    “To overcome the issue, use utf8(without BOM) encoding provided by notepad++ and most modern editors. Using utf8 encoding and cookie based sessions, will result in headers already sent by error.”

    Thread Starter RubensBen

    (@rubensben)

    ok found something in error.log

    ok found something in error.log

    [03-Jan-2013 05:32:08] PHP Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce-ajax-layered-nav/ajax_layered_nav-widget.php:1) in /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce/woocommerce.php on line 138
    [03-Jan-2013 05:32:14] PHP Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce-ajax-layered-nav/ajax_layered_nav-widget.php:1) in /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce/woocommerce.php on line 138
    [03-Jan-2013 05:32:20] PHP Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce-ajax-layered-nav/ajax_layered_nav-widget.php:1) in /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce/woocommerce.php on line 138
    [03-Jan-2013 05:32:36] PHP Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce-ajax-layered-nav/ajax_layered_nav-widget.php:1) in /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce/woocommerce.php on line 138
    [03-Jan-2013 05:32:39] PHP Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce-ajax-layered-nav/ajax_layered_nav-widget.php:1) in /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce/woocommerce.php on line 138
    [03-Jan-2013 05:32:42] PHP Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce-ajax-layered-nav/ajax_layered_nav-widget.php:1) in /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce/woocommerce.php on line 138
    [03-Jan-2013 05:32:45] PHP Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce-ajax-layered-nav/ajax_layered_nav-widget.php:1) in /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce/woocommerce.php on line 138
    [03-Jan-2013 05:32:52] PHP Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce-ajax-layered-nav/ajax_layered_nav-widget.php:1) in /home3/kawabang/public_html/cheznash/wp-content/plugins/woocommerce/woocommerce.php on line 138
    [03-Jan-2013 05:32:52] PHP Warning: Cannot modify header information – headers already sent by (output started at //woocommerce-ajax-layered-nav/ajax_layered_nav-widget.php:1) in //pluggable.php on line 876

    Thread Starter RubensBen

    (@rubensben)

    same with the admin page, shows blank page when the plugin is ON

    http://www.website.com\wp-admin

Viewing 8 replies - 1 through 8 (of 8 total)