Tagged: x
-
AuthorPosts
-
July 8, 2016 at 9:35 am #1077936
knamakyParticipantHello,
Can I add an H1 header to the following blog page and, if so, how?
I am currently on X version 4.5.2 using the icon stack.
Thanks.
July 8, 2016 at 2:42 pm #1078333
JadeModeratorHi there,
Please go to Appearance > Customize > Icon > Blog Options > Blog Title.
Hope this helps.
July 9, 2016 at 8:50 am #1079294
knamakyParticipantHello.
My menu does not follow this structure. I do not have “Blog Options”. My menu is as follows:
Appearance/Customize/Icon
Then the following options appear:
Post Title Icon
Standard Post Custom Colors
Image Post Custom Colors
Gallery Post Custom Colors
Video Post Custom Colors
Audio Post Custom Colors
Quote Post Custom Colors
Link Post Custom ColorsThat is all that appears. Please advise.
July 9, 2016 at 9:25 am #1079324
ThaiModeratorHi There,
Please provide us with your admin account so we can take a closer look.
Thank you.
July 15, 2016 at 5:15 pm #1089112
knamakyParticipantThis reply has been marked as private.July 16, 2016 at 1:34 am #1089598
FriechModeratorHi There,
Thanks, but the credentials did not work. I’m getting “ERROR: Incorrect username or password.”
You can try adding this on your child theme’s functions.php file.
function custom_blog_title() { if(is_home()): ?> <div class="blog-title"> <div class="x-container max width"> <h1 class="my-blog-title h2 mtn"><?php wp_title( '' ); ?></h1> </div> </div> <?php endif; } add_action('x_after_view_icon__breadcrumbs','custom_blog_title', 30);Cheers!
July 16, 2016 at 7:39 am #1089805
knamakyParticipantThanks. Do I add the actual title I want into the code somewhere?
July 16, 2016 at 7:52 am #1089813
ChristopherModeratorHi there,
Please remove previous code and add following code in Customize -> Custom -> JavaSript :
jQuery("<header class='x-header-landmark x-container max width'><h1 class='h-landmark' style='text-align:center;'><span>Le Blog</span></h1>").insertBefore(".blog .x-main");Hope it helps.
July 20, 2016 at 9:15 am #1095344
knamakyParticipantThank you. The javascript worked perfectly and looks great.
July 20, 2016 at 10:11 am #1095403
JoaoModeratorGlad to hear it.
Let us know if we can help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1077936 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
