Wumakudu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Display post Featured Image below title.No one knows how to move post thumbnail/featured image of post from below of title to the left of the title? (the same line)
That’s the last my problem;/Resolved with this code:
add_filter(‘get_search_form’, ‘my_search_form’);
function my_search_form($text) {
$text = str_replace(‘value=”Search”‘, ‘value=”new text”‘, $text);
return $text;
}Forum: Themes and Templates
In reply to: [Customizr] Display post Featured Image below title.Image (first) on the left of the page, then post title and below post title date etc ?? Images are like rectangle longer line at the side.
Forum: Themes and Templates
In reply to: [Customizr] Display post Featured Image below title.I’m unable to do this ;/ Could you explain this to me, or insert ready code here?
I would be very grateful!Forum: Themes and Templates
In reply to: [Customizr] Display post Featured Image below title.Ok i resolved it with this cos added to functions.php
add_filter( ‘tc_content_headings_separator’, ‘my_extra_image’ );
function my_extra_image() {
if ( has_post_thumbnail() ) { // check if the post has a featured image assigned to it.
echo ‘<hr class=”featurette-divider”>’;
echo the_post_thumbnail();
}
}but it looks not so good that i thought:)
anyone knows how to do this like this:
——————| POST TITLE
………………|Ce billet a été publié dans le July 31, 2014 par..
………………|
.IMAGE……|
………………|
——————-THANKS!
Nice piece of code, but i don’t have idea how to correct it;/
Anyone?
I resolved first problem by adding this code to the custom CSS;
.entry-summary {
display: none;
}`I removed “Search for text”” too by your code.
So only text in button is the last problem ??
Forum: Plugins
In reply to: [Social Slider] Error Social Slider in combination with Slideshow plugin.Don’t know how, but problem is gone.
Thanks
Forum: Plugins
In reply to: [Slideshow] Error in combination with other plugin.Don’t know how, but problem is gone ??
Thanks!
Forum: Plugins
In reply to: [Slideshow] Error in combination with other plugin.Here it is, i just want to add slideshows to home page, but too with social slider ??
Big thanks!