Forum Replies Created

Viewing 2 posts - 31 through 32 (of 32 total)
  • Author
    Posts
  • in reply to: SVG-Logo – not showing #1349274

    Even with this code in my functions.php (provided by this forum) i cant upload logo2.svg
    Why??

    
    add_theme_support('avia_template_builder_custom_css');
    function cc_mime_types($mimes) {
      $mimes['svg'] = 'image/svg+xml';
      return $mimes;
    }
    add_filter('upload_mimes', 'cc_mime_types');
    in reply to: LayerSlider #1349267

    Hallo Mike,
    OK.
    “If you do not extend the LayerSlider license in the future then your version will not update, but I believe it will keep working as is,”
    1: Can i return then to the bundled version? How?
    2: What happens then? What will i loose? What about the settings? (Which one will be kept? The bundled or the licenced?)

    kind regards
    Elvira

Viewing 2 posts - 31 through 32 (of 32 total)