Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #233775

    Some Links in the menu only work in IE, in Firefox nothing happens.
    Videos import in the Video Media Element worked one time, now there is only the link.
    What can I do to solve this problems?
    Thanks
    Ulli

    • This topic was modified 10 years, 8 months ago by ullihaush.
    #234626

    Hi ullihaush!

    1) Can you post a link to your website please? I’ll check the link code and test them with Firefox.

    2) Which videos do you want to embed into the content? Youtube and vimeo videos? If yes your server must support the oembed protocol otherwise it can’t query the video data from the provider (also see: http://codex.wordpress.org/Embeds ). To test if your server supports the oembed protocol I suggest to add a simple youtube shortcode to a post – just insert:

    
     [embed width="123" height="456"] http://www.youtube.com/watch?v=dQw4w9WgXcQ [/embed]
    

    into the post content. If this video works but the theme video shortcode doesn’t it’s a theme bug. If this video doesn’t work too your server simply doesn’t support the oembed protocol (yet) and you must contact the host/server administrator for help because our theme relies on the standard wordpress embed api.

    Cheers!
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.