Tagged: x
-
AuthorPosts
-
October 6, 2016 at 5:37 pm #1205857
ForsonParticipantHelllo
How can I set up an an image below Blog headtitle? I mean a static image that will be visible above both columns (posts and left blog navbar)
Site link – http://kancelaria-hildebrand.pl/blog/
October 6, 2016 at 9:54 pm #1206220
FriechModeratorHi There,
Thanks for writing in! Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released.
Then add the code below on your child theme’s functions.php file.
function custom_banner() { if(is_home()): ?> <div class="custom-banner"> <div class="x-container max width"> <img class="x-img" src="REPLACE THIS WITH YOUR ACTUAL IMAGE URL" alt="banner" /> </div> </div> <?php endif; } add_action('x_after_view_integrity__landmark-header','custom_banner', 30);Let us know how it goes.
Cheers!
October 10, 2016 at 2:26 pm #1210364
ForsonParticipantHi
Thx for advise. One more question (still can’t decide how I want my blog page to look like ;p ). How can I make a custom section on top of left blog menu. I want to make section with picture and short note about author above search field.
October 10, 2016 at 4:17 pm #1210502
JadeModeratorHi there,
You could use custom sidebars for this setup.
You can find more info here : https://community.theme.co/forums/topic/sidebar-on-blog-pages/
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1205857 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
