pledisque
Forum Replies Created
-
@doomsoul,
See here, I’ve got a way the achieve this in the meantime.
It is in french, but you may find your way… ??
Basically, you need that plugin : PSCW, and using a child theme add the function described in that answer.
regards,
PascalForum: Reviews
In reply to: [Post-Specific Comments Widget (PSCW)] almost perfect !@littlepackage,
Actually, I have a workaround, but I am not the author of it, as I have no dev skills. On the french WP forum (here), PhiLyon helped me and found that function to add in the function.php of a child theme :function ra_recent_comments_less_author( $array ) { global $post; $array['user_id'] = !$post->post_author; return $array; } add_action( 'widget_comments_args', 'ra_recent_comments_less_author' );
With that function AND your widget, I have exactly what I was looking for ! ??
Hope that helps.Forum: Fixing WordPress
In reply to: Rich Text EditorHi,
I have the same problem, and identified Zenpress as the guilty plugin.
Deactivating Zenpress, then force a refresh (Ctrl-F5) and you get the rich text editor back. Do the opposite, and you loose the editor.Does anyone know about that ? I can’t find a support for Zenpress plugin
Bye,
PascalForum: Plugins
In reply to: Simpsons Quote Plugin…Hi,
Yes, really great and funny plugin, but…
I randomly get this error, probably because a poor performance on the server:
Warning: fopen(https://pascal.ledisque.free.fr/wordpress/wp-content/plugins/qSimpsons/quotes.txt) [function.fopen]: failed to open stream: Connection timed out in /mnt/121/sdb/9/2/pascal.ledisque/wordpress/wp-content/plugins/simpsons.php on line 45
Cant Find quotes FileOn line 45 of simpsons.php, I can see:
$quoteFile = fopen(“”.get_settings(‘siteurl’).”/wp-content/plugins/qSimpsons/quotes.txt”, “r”) or DIE(“Cant Find quotes File”) ;
Probelm is that the page is not loaded at all, which is very annoying.
My question is: is there a way to workaround this, increasing timeout, or something similar ?My knowledge is poor, I have no idea if this is possible.
Thanks,
Pascal