-
AuthorPosts
-
April 11, 2016 at 1:57 am #610887
Well I searched the forum and surprised this has never asked before.
How can I put a banner and featured image just below the post titles.
I mean
title
featured image
banner
content and othersApril 11, 2016 at 6:42 am #611002Hey tanssu!
Please take a look here
https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/let us know if that works out for you properly
Regards,
BasilisApril 11, 2016 at 10:20 am #611091Hi, that works thanks, but what about the banner? I d like to put a banner under the featured image in this set up
April 11, 2016 at 2:14 pm #611285Merhabalar!
Would you like to insert static banner or you would like to have it differently on each post? If you would like to have different banners, you can add your banner manually to the top of your blog posts
Best regards,
YigitApril 11, 2016 at 3:38 pm #611369Merhaba,
Same banner below every post title. Simple kind :)April 11, 2016 at 4:43 pm #611442Merhabalar!
Can you please post the link to your blog page so we can make sure to provide you accurate instructions? :)
Regards,
YigitApril 11, 2016 at 8:39 pm #611524April 12, 2016 at 11:27 am #611803Hi, I sent the link in my previous post as private
April 12, 2016 at 2:30 pm #611897Hey!
Please add following code to functions.php file in Appearance > Editor
function custom_blog_banner(){ ?> <script> jQuery(window).load(function(){ jQuery('.home .slide-content').prepend("<img src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' />"); }); </script> <?php } add_action('wp_footer', 'custom_blog_banner');
Cheers!
Yigit- This reply was modified 8 years, 7 months ago by Yigit.
April 12, 2016 at 3:14 pm #611936it did not work
April 12, 2016 at 3:19 pm #611942Hi!
It does work fine on my end (attached a screenshot in private content field).
It is on your homepage. Would you wanted to display it elsewhere?Cheers!
YigitApril 12, 2016 at 3:33 pm #611952:) I want to display it only below the posts title on single post page
I mean it should be like this:
TITLE
FEATURED IMAGE
BANNER
example link in privateApril 12, 2016 at 3:35 pm #611953Hey!
Please change the code to following one
function custom_blog_banner(){ ?> <script> jQuery(window).load(function(){ jQuery('.single-post .slide-content').prepend("<img src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' />"); }); </script> <?php } add_action('wp_footer', 'custom_blog_banner');
Regards,
YigitApril 12, 2016 at 3:56 pm #611972Well that doesnt work this time
This is our custom css codes, maybe thats relevant..ctf-design .entry-content { color: black !important; }
.ctf-design .entry-title { color: black !important; }
.ctf-news .entry-content { color: black !important; }
.ctf-news .entry-title { color: black !important; }h2 a:hover {
color: #ffffff !important;
}
.page-id-2294 #av_section_1 .container {
max-width: 100%;
padding: 0;
}
span.blog-categories, .text-sep-cat, .text-sep-date {
display: none!important;
}
.sidebar_right .inner_sidebar {
margin-left: 10px;
margin-right: 0;
}
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .container {
width: 100%;
max-width: 100%;
}}
@media only screen and (max-width: 480px) {
.avia-content-slider .slide-image, .avia-content-slider .slide-image img { width: 100%; }}April 12, 2016 at 3:57 pm #611974Hi!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitApril 12, 2016 at 4:11 pm #611988OK thanks
April 12, 2016 at 4:26 pm #612002April 12, 2016 at 4:34 pm #612011Great, thanks a lot Yiğit
April 12, 2016 at 5:12 pm #612033 -
AuthorPosts
- The topic ‘banner and featured image below the post title’ is closed to new replies.