ze.n
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Thumbnails] 2 images for the same postok Sleerts thanks for all the help
Forum: Plugins
In reply to: [Video Thumbnails] 2 images for the same poststill the 2 images
Forum: Plugins
In reply to: [Video Thumbnails] 2 images for the same postnothing happened !
Forum: Plugins
In reply to: [Video Thumbnails] 2 images for the same postok. seeing what happens…
Forum: Plugins
In reply to: [Video Thumbnails] 2 images for the same post<?php
/**
* Default post format applied to all types of posts.
*
* @since 3.8.4
* @package Suffusion
* @subpackage Formats
*/
global $post, $suf_show_content_thumbnail, $suffusion_cpt_post_id;
if (isset($suffusion_cpt_post_id)) {
$cpt_image = suffusion_get_post_meta($suffusion_cpt_post_id, ‘suf_cpt_show_full_thumb’, true);
}$show_thumbnail = isset($suffusion_cpt_post_id) ? $cpt_image : $suf_show_content_thumbnail != ‘hide’;
global $suf_excerpt_thumbnail_alignment, $suf_excerpt_thumbnail_size;
if (has_post_thumbnail($post->ID) && $show_thumbnail) {//Could use suffusion_get_image(), but the theme uploader recommends use of the_post_thumbnail at least once in the theme…
//echo suffusion_get_image(array(‘no-link’ => true));
if ($suf_excerpt_thumbnail_size == ‘custom’) { $thumbnail = get_the_post_thumbnail(null, ‘excerpt-thumbnail’);}
else {
$thumbnail = get_the_post_thumbnail(null, $suf_excerpt_thumbnail_size);
}
echo “<div class=’$suf_excerpt_thumbnail_alignment-thumbnail’>” . $thumbnail . “</div>”;
}$continue = __(‘Continue reading »’, ‘suffusion’);
the_content($continue);Forum: Plugins
In reply to: [Video Thumbnails] 2 images for the same postthe code you gave me is different but i can copy the content.php and paste it here if that’s ok for you
Forum: Plugins
In reply to: [Video Thumbnails] 2 images for the same posti’ve been looking and it’s quite different but i can copy the php file if it´s ok for you
Forum: Plugins
In reply to: [Video Thumbnails] 2 images for the same posthi
thx for the reply. i’m using suffusion theme on my site. i tried to edit but my php knowledge is reduced. any hint ?Forum: Plugins
In reply to: [Video Thumbnails] 2 images for the same postsite in construction
http://osfilhosdelumiere.com/oprimeiroolhar/info/Forum: Plugins
In reply to: [Video Thumbnails] 2 images for the same posthow can i undo the video thumbs ?