-
Search Results
-
Topic: Video Thumbnails
Hello,
I’m using the video element on my site, and I want to know how to display a thumbnail/poster before the video plays. Right now it just shows a black screen before the video starts, which might just be a screen capture of the very beginning of the video.
I tried using the image/link-to-video idea that I found in another thread to utilize a lightbox, but my self-hosted videos aren’t showing in a lightbox, but instead are taking over the screen.
So my questions would be:
1. How can I display a thumbnail or poster for a self hosted video that plays directly on the site, or
2. How do I get a lightbox to properly display for my self-hosted video, while also displaying a thumbnail/poster.Any help would be greatly appreciated. Love the theme.
Thanks,
Dave
Hi,
I’ve a problem with the ajax-portfolio in an portfolio-entry in gallery-view. I have images in landscape and portrait orientation and want to see them without crop in all views. It is possible with the small thumbnails but not with the middle-sized thumbnails. The full view after a click onto the image is also presented correctly.
When I use list-view the middle-sized thumbnails are shown correctly so it seams to be possible. Is there a way to do this?
thanks
gr
Topic: Original WP-Galerie
Hallo liebes Kriesi-Team,
erstmal danke für dieses wunderbare Thema. Sorry dafür, dass ich in deutsch schreibe (mein Englisch ist wirklich schlecht). Ich habe das Problem, dass ich gern in meinem Blog die Original-Wordpress-Galerie mit dem Plugin Tiled Galleries Carousel Without Jetpack (https://wordpress.org/plugins/tiled-gallery-carousel-without-jetpack/) nutzen möchte, wie beispielsweise hier:

Ich habe jedoch beim Einfügen der Galerie keine Wahlmöglichkeit, welchen Typ Galerie ich erstellen möchte, so wie hier angegeben:


Die erstellte Galerie besteht am Ende bei mir nur aus winzigen Thumbnails. Siehe:

Was mache ich verkehrt? Ich hoffe, Ihr könnt mir weiter helfen.
Liebe Grüße
CoraTopic: Remove featured image
Hi,
I’ve checked the new featured for remove the featured image on single post. But this only works on posts. If I want to remove this featured image on CPT I checked that the code is on functions-enfold.php
So I copy my code and change the name of the functions to avoid problems with the original functions. So this is the code that I have in my functions child-theme file:
/* Add a checkbox to the featured image metabox */ if(!function_exists('theme_featured_image_meta')) { add_filter( 'admin_post_thumbnail_html', 'theme_featured_image_meta'); function theme_featured_image_meta( $content ) { global $post_type; if($post_type == "meeting") { $text = __( "Don't display image on single post", 'avia_framework' ); $id = '_avia_hide_featured_image'; $value = esc_attr( get_post_meta( $post->ID, $id, true ) ); $selected = !empty($value) ? "checked='checked'" : ""; $label = '<label for="' . $id . '" class="selectit"><input '.$selected.' name="' . $id . '" type="checkbox" id="' . $id . '" value="1" > ' . $text .'</label>'; return $content .= $label; } return $content; } } /* Make sure the checkbox above is saved properly */ if(!function_exists('add_feature_image_checkbox')) { add_filter( 'avf_builder_elements', 'add_feature_image_checkbox'); function add_feature_image_checkbox($elements) { $elements[] = array( "slug" => "layout", "id" => "_avia_hide_featured_image", "type" => "fake", ); return $elements; } }The thing is the function to save the checkbox doesn’t work. What should I do? Thanks
hey guys,
I helped me a lot with my last problems, so I hope, that you can help me again.
My Website is nearly finished, but I have Problem with all of my Masonry Galleries.
I chose the Option “show all” and made several galleries (with round about 100 pictures for each gallery).
But when I scroll down, the images/ thumbnails don’t show up correctly:
They overlay in a strange way.I made a screenshot, where you can see, what I mean (on the right hand site):
http://www.fotos-hochladen.net/uploads/bildschirmfoto2i7xbyp64l.png
And here is the link to one of my galleries:
http://coeval.de/demo/?page_id=4085Is there a change to solve this problem? Or is there a limit to the number of images
for the masonry galleries, and 100 images are to much, to display?Thx a lot
Danny
