Markus Amalthea Magnuson
Forum Replies Created
-
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Event Image Display Issue (double image)I have the same issue. Images are duplicates not only in event lists, but also on single events. I’ve only set the featured image for these, I have not added the image in the content.
- This reply was modified 4 years, 1 month ago by Markus Amalthea Magnuson.
Forum: Plugins
In reply to: [CMS Tree Page View] 1.2.4 tag?Yes, works perfectly. Tack!
Forum: Plugins
In reply to: [Contact Form 7 Modules] Render the fields twiceSeeing this too. It seemed to have been introduced in 1.3.1, but why? Adding the second line seems intended, so I guess there was a reason for it.
It turns out this problem appears in other plugins as well.
The problem has to do with symlinks in the wp-content path, see this ticket for more information.
I solved it by editing my
wp-config.php, replacing this:define('WP_CONTENT_DIR',$_SERVER['DOCUMENT_ROOT'] . '/wp-content');With this:
define('WP_CONTENT_DIR', realpath($_SERVER['DOCUMENT_ROOT'] . '/wp-content'));Forum: Everything else WordPress
In reply to: 3.5.1 not visible in subversion tags directoryIt’s there now, don’t know when it appeared… I guess there’s just a few hours of lag for the new tags to show up in the list.