RubensBen
Forum Replies Created
-
Ok found the solution, I had to install the php-xml module.
THANKS !
Forum: Plugins
In reply to: [JSON API] Not pulling full content from postUse
$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.
Forum: Plugins
In reply to: [Plugin: woocommerce-ajax-layered-nav] Blank Pages Cart problemsUse Notepad++,
Encoding -> Convert to UTF-8 without BOM
Save, upload.
Cheers, hope it helps
Forum: Plugins
In reply to: [Media Library Assistant] Featured In filter?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!
Forum: Plugins
In reply to: [Media Library Assistant] Featured In filter?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 🙂
Forum: Plugins
In reply to: [Plugin: woocommerce-ajax-layered-nav] Blank Pages Cart problemsok 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.”
Forum: Plugins
In reply to: [Plugin: woocommerce-ajax-layered-nav] Blank Pages Cart problemsok 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 876Forum: Plugins
In reply to: [Plugin: woocommerce-ajax-layered-nav] Blank Pages Cart problemssame with the admin page, shows blank page when the plugin is ON
http://www.website.com\wp-admin