Tagged: x
-
AuthorPosts
-
November 14, 2016 at 2:17 pm #1256908
ProjektyleParticipantHi, I am using the Icon stack and am missing an overall headline for my posts page. I searched the forum and find references to having the option of “turning on” the headline in Custom > Blog Options. But in the Custom > Blog section I have available there is no reference to showing the headline. In the page settings itself the headline is set to show.
Hope you can help
November 14, 2016 at 6:52 pm #1257283
JadeModeratorHi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
November 15, 2016 at 7:48 am #1257898
ProjektyleParticipantThis reply has been marked as private.November 15, 2016 at 8:54 am #1257985
RahulModeratorHey There,
Thanks for the credentials!
We could see both, Logo and the page headline. Would you mind clarify what you are asking for? See attached!
Thanks for understanding.
November 15, 2016 at 11:49 am #1258254
ProjektyleParticipantThis reply has been marked as private.November 15, 2016 at 12:50 pm #1258341
RupokMemberHi there,
Thanks for writing back. It’s because you are using Icon stack. Each stack has its own layout and design. Since Icon stack has minimal blog, so the title part is eliminated. If you switch to another stack then you will see the blog title.
Cheers!
November 15, 2016 at 1:23 pm #1258373
ProjektyleParticipantThat’s is unfortunate. I don’t intend to switch the stack.
There must be a way to code a headline in there. Which file would I edit?
(Yes, child theme is in place).
Hope you can help me out with this.November 15, 2016 at 2:39 pm #1258428
Nabeel AModeratorHi again,
Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
jQuery(document).ready(function($){ $('.blog .x-main.full').prepend('<h1 class="h-landmark"><span>The Blog</span></h1>'); });And then add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.h-landmark { text-align : center; font-size: 44px }Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
November 15, 2016 at 3:23 pm #1258461
ProjektyleParticipantAwesome! Thank you!
November 15, 2016 at 3:47 pm #1258486
JoaoModeratorYou are welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1256908 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
