[Plugin: Advanced Custom Fields] Broken images buttons above WYSIWYG editor
-
The image buttons for insert images/video/audo/media were broken once we moved our site onto Rackspace’s cloud servers. I was able to track down the issue – the images linked to
sitename.com/wp-admin//images/media-button-other.gif?ver=20100531
(Note the double / after admin)
I’ve located the relevant code in {plugin-dir}/core/fields/wysiwyg.php lines 267-276.
All that has to be changed is all occurrences of
src="<?php echo $this->parent->wpadminurl ?>/images
to
src="<?php echo $this->parent->wpadminurl ?>images
Enjoy!
https://www.ads-software.com/extend/plugins/advanced-custom-fields/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Advanced Custom Fields] Broken images buttons above WYSIWYG editor’ is closed to new replies.