Tagged: x
-
AuthorPosts
-
February 5, 2017 at 6:54 am #1358540
0r6h3usParticipantThis is not working for me:
https://community.theme.co/forums/topic/header-page-style-like-blog-header-and-portfolio/How can I fix this?
February 5, 2017 at 9:13 am #1358610
RupokMemberHi there,
Thanks for writing in! The provided solution is for Integrity stack. So if you are using Integrity then it should work. Kindly provide your URL and let us know what you are trying to achieve.
Cheers!
February 5, 2017 at 9:45 am #1358638
0r6h3usParticipantHi there,
Thank for your response.
This is the url: http://pillarsofthemultiverse.com/
I want to have the same header on the pages as on blog and store.
I have tried the solution on thread “Header page style like ‘Blog Header’ and ‘Portfolio'” But it does not work.
What am I doing wrong?
February 5, 2017 at 11:45 am #1358703
RupokMemberHi there,
Thanks for writing back. Looks like you have same header for all pages. Can you point us the difference?
Cheers!
February 5, 2017 at 12:00 pm #1358712
0r6h3usParticipantHi there,
Thx for ur response! But I dont see any header at my pages.
See Attachments:
At file Header, you see the blog with a header.
At file No header, you see no header at page IK BEN.What do u see I dont see?
Greetings
February 5, 2017 at 1:07 pm #1358758
RupokMemberHi there,
Thanks for clarifying. Looks like you are referring the Page Title. Make sure “Disable Page Title” under “Page Settings” is not checked – http://prntscr.com/e4vr0a
And set “Layout – Fullwidth” as page template – http://prntscr.com/e4vrm5
If you use any blank template then the page title will be eliminated.
Hope this helps.
Cheers!
February 5, 2017 at 1:24 pm #1358767
0r6h3usParticipantHi there,
I followed your instructions but it didnt work.
Any other suggestions?
Thank you.
Greetings.
February 5, 2017 at 8:56 pm #1359079
Rue NelModeratorHello There,
Thanks for updating in! Maybe did you accidentally turn off the page title. In Page options, you can enable/disable a page title. To find out more about this settings, please check it out here: https://community.theme.co/kb/meta-options-pages/
If nothing else works, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
February 6, 2017 at 1:52 am #1359255
0r6h3usParticipantThis reply has been marked as private.February 6, 2017 at 2:12 am #1359277
ChristopherModeratorHi there,
The issue is related to your child theme customization, if you preview your site in parent theme you’ll see title displays fine, see the attachment. Please check your child theme.
Hope it helps.
February 6, 2017 at 2:37 am #1359317
0r6h3usParticipantHi there,
Thank you!
But it is a different page title style than on store and blog. How do I get the same style?
Greetings
February 6, 2017 at 2:58 am #1359343
RadModeratorHi there,
Please add this code to Admin > Appearance > Customizer > Custom > Javascript
jQuery('.entry-header h1.entry-title').addClass('h-landmark').removeClass('entry-title').wrapInner('<span></span>');Hope this helps.
February 6, 2017 at 4:28 am #1359423
0r6h3usParticipantHi There,
Thanks it works!
Is it possible to have the title outside the container, like in blog and store?
Greetings
February 6, 2017 at 5:14 am #1359462
ChristopherModeratorHi there,
Please add this JS code as well :
jQuery(".page-template-template-layout-full-width .entry-header").insertBefore(".entry-wrap");Add this CSS too :
.page-template-template-layout-full-width .h-landmark span:before, .page-template-template-layout-full-width .h-landmark span:after { width: 505%; }Hope it helps.
February 6, 2017 at 5:23 am #1359471
0r6h3usParticipantHi There,
Thank you. It works!
Greetings!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1358540 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
