lorem_ipsum
Forum Replies Created
-
I understand, I did not find anybody complaining about this, so I guess this is a special configuration. Maybe an interaction with another plugin.
Forum: Fixing WordPress
In reply to: Image & Media not uploading after update to 4.2.3.Hello,
I had the same problem, it was caused by my theme which used an “old” version (2 minor versions old) of jquery. Updated to the last version, the problem disapeared.
It may help someone.Forum: Plugins
In reply to: [Rich Text Sidebar Widget] Persistent "warning" message.Hi, I do have this message too.
Warning: Creating default object from empty value in /wp/wp-content/plugins/rich-text-sidebar-widget/rich-text-sidebar-widget.php on line 52.
I could of course ajust my error level, but I wont, because I need to know what’s wrong on my website. An error, even a notice, should be traited, not hidden.
Forum: Plugins
In reply to: [WP-Print] WP-Print incompatible with WPML (multilingual)Hello,
I’ve just been running through the same problem and this is how I solved it : in wp-print.php (in wp-content > plugins > wp-print), search for the print_link function, replace
$print_link = _get_page_link();
by
$print_link = get_page_link();I didn’t find any problem to replace the function, but if there are, I’ll be glad to know them.