• I’ve been using White Label CMS for some time now and, in general, it works fine. However, the place where we upload the images is a growing problem.

    I use WPMU, with many themes and different images for every site. I cannot upload the images to the child themes, because the plugin doesn’t see them. I have to use parent themes, and the images get overridden every time I update a theme, not to mention that I need to duplicate some images (i.e. the one in the footer) many times.

    Could we please have the possibility to define the place where we upload the images on our own? All in One Favicon works this way which allowed me to upload my favicons once for all.

    http://wordpress.org/extend/plugins/white-label-cms/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Exact same problem here. Make the image stay in child themes!

    until this gets fixed, you can simply do a search-and-replace on the file wlcms-plugin.php:
    search:get_bloginfo('template_directory')
    replace with get_stylesheet_directory_uri()
    (should be 4 instances)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: White Label CMS] Images Upload’ is closed to new replies.