-
Search Results
-
Topic: Self hosted video issue
This theme has worked really well for a recent project. The only outstanding issue seems to be the video delivery in Firefox on the Mac when using the av_video short code (I tried the WP short code and that was worse :). All other modern browsers for PC and MAC tested successfully. The issues are:
- the video “thumbnail” doesn’t show in FireFox (MAC). The control bar is there, but no image above it. Here is a screenshot of the error message that flashes before it goes blank.
- when played in Firefox, the video is a quarter of the size it should be
Any ideas on how to fix this?
Build Specs:
WP 3.9.1
Enfold 2.7.1REF URL: http://piedmonthealthseniorcare.org/virtual-tour/
TIA
~RatHi Team Kriesi,
Enfold is a really great theme. The site is up and everyone is happy. I am just trying to figure out a few things that don’t seem to be working.
One of them I need to resolve is the Facebook Preview Thumbnail.
I searched for similar support threads, and your overall recommendation was to install SEO by Yoast to manage the preview images.
We installed the plugin but it does not work. We also assigned the Facebook admin in the social settings. It might be something we did wrong on our end but we can’t figure out how to assign a featured thumbnail.
When we post the Homepage on Facebook, its pulling the three images from the Easy Slider. Ideally we would like it to grab the image we assigned as the “Featured Image”.
Please let us know if you can think of a solution. Again, your theme is awesome and the support has been tremendously great.
Good morning,
I’ve recently imported a Blogger site entries into WordPress using the import tool. All blog entries are ok, images are properly displayed in Google Chrome (medium size when in blog page, full size when clicked) but when uging Internet Explorer 11 or Firefox 29 all images are very big in size, breaking the blog page layout (Much more evident using IE).
I’m using the latest versions of WordPress (3.9.1) and Enfold (2.7.1). I’ve tried to run the “regenerate thumbnails” plugin with no result.
Could you help me? Thank you,
Hi,
I am using the ajax preview “don’t show the image at all only the preview text” and I am using the shortcode gallery as I only want to see thumbnails. But it seems that whatever column number I put or whatever thumbnail size, it does not change and I always get 5 cols.
Any idea how to get control on the amount of column?
Thanks
I have a custom video that I uploaded (mp4). When the page loads, a broken image box appears on the center of the video player. Is there a thumbnail that’s supposed to show? or (even better) can I customize the thumbnail to show as the “play button” screen?
Hi,
at first thanks for this great theme. I love it.But I have a problem with the functions-php in my child-theme. I want to have the following modifications. The code I use is:
<?php
/* ————————————————————————————————————————–
Thumbnails
/* ————————————————————————————————————————–*/$avia_config[‘imgSize’][‘widget’] = array(‘width’=>80, ‘height’=>80);
$avia_config[‘imgSize’][‘square’] = array(‘width’=>300, ‘height’=>300);
$avia_config[‘imgSize’][‘square_small’] = array(‘width’=>180, ‘height’=>180);
$avia_config[‘imgSize’][‘gallery’] = array(‘width’=>450, ‘height’=> 300);
$avia_config[‘imgSize’][‘singlepic’] = array(‘width’=>600, ‘height’=>600 , ‘crop’ => false);
$avia_config[‘imgSize’][‘masonry’] = array(‘width’=>377, ‘height’=>377 , ‘crop’ => false);
$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>1000, ‘height’=>450);/* ————————————————————————————————————————–
Sidebar
/* ————————————————————————————————————————–*/$avia_config[‘layout’][‘fullsize’] = array(‘content’ => ‘twelve alpha’, ‘sidebar’ => ‘hidden’, ‘meta’ => ‘two alpha’, ‘entry’ => ‘eleven’);
$avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘ten’, ‘sidebar’ => ‘two alpha’ ,’meta’ => ‘two alpha’, ‘entry’ => ‘ten’);
$avia_config[‘layout’][‘sidebar_right’] = array(‘content’ => ‘ten alpha’, ‘sidebar’ => ‘two alpha’, ‘meta’ => ‘two alpha’, ‘entry’ => ‘ten alpha’);/* ————————————————————————————————————————–
* Tiled Mosaic
/* ————————————————————————————————————————–*/if ( ! isset( $content_width ) )
$content_width = 800;And now my problem. It works fine, if I change the file in the parent-theme, but if I use this code as a functions.php in my child-theme, I get a blank page in my browser each time. So I have to overwrite the file again and again whith ervery update oft the parent theme.
Do you have any idea about this error?
Kind regards
Cora


