-
-
Hello,
My header titles (left with breadcrumbs) are cut from bottom and don’t fit properly in title area. Adjusting header height in specular options / page options doesn’t do anything. What’s going on here?
How can I fix this?
-
-
Hello,
This is a single portfolio page you have send me and it does not have any title or breadcrumbs. I also checked the other pages from menu but did not find any cropped title. Please send us a link of the issue so we can advice.
Best regards!
-
Hello,
Please try again the above URL portfolio page. Now you can see the title & breadcrumbs are cut from bottom (I changed the title font color to grey). The regular pages seem to be ok, this problem is only on portfolio pages.
I’d like to have a normal title + breadcrumbs on portfolio items like in your demo:
https://codeless.co/specular/default/?portfolio=portfolio-four-3
-
Now this is very strange. I have activated header in specular header options / default page header. The color and background are the default. Whatever I do I can’t get the header visible on portfolio pages. I have also tried “overwrite page default page options” on portfolio page and activate the header there but no result. What am I doing wrong here? The headers work properly on other pages.
-
Hello,
Sorry for the late reply.
I checked your site and truthfully i did not see any difference with my Specular copy, for the page header not to show in portfolio items. There must be some css added after, that is interfering with it. However, i added this code:/* page header */ .header_page, .header_page { color: #050505 !important; height: 72px !important; background-color: #EAE5E5 !important; } .header_page .container { height: 100% !important; } .header_page h1 { line-height: 73px !important; }
into your custom css box. This is the result, screenshot.
Best regards!
-
Thanks,
this seems to work :). Something strange is going on with page header settings though as they didn’t work for me 100%, maybe you should inform the developer?
-
-
Uh oh.
I noticed that the CSS you inserted in my custom CSS box affects all titles on site and ruins other pages.
I’m using the centered header on other pages:
https://181.224.130.249/~ilmailum/opas-mobiiliopastus/
Could you
1) fix the problem in theme backend or
2) target the custom CSS only to the left title + breadcrumbs so that it won’t affect the pages with centered title? Thanks!
-
…or 3) just target portfolio pages with the CSS if possible
-
Hello,
I edited the code to this:
/* page header */ .single-portfolio .header_page, .header_page { height: 80px; } .single-portfolio .header_page h1 { margin-top: 38px; }
Please check your site, it looks ok now.
You have many plugins installed and a lot of css added in your custom css box. One of this is affecting theme settings. There is no error in backend so we have to modify css again.
Anyway i think it is solved now.Best regards!
-
Great,
now it’s working properly. Thanks a lot! :)
-
Hi there.
I have updated to the Specular 1.3 and now I noticed that the page header is broken again :(. Now the whole header block is under the transparent menu on portfolio single pages. What the hell happened here?
Here’s an example page:
https://181.224.130.249/~ilmailum/kokoelma/adaridi-1/
Please help ASAP, we are publishing the site tomorrow.
-
Hello,
It is possible that the new changes in file style.css may have overwritten the custom made ones. Please add these lines into your custom css box for the page header of portfolio:
.single-portfolio .header_page, .header_page { height: 150px;} .breadcrumbss { display: block;} .header_page h1 { line-height: 136px;} .header_page .page_parents { margin-top: 32px;}
Best regards!
-
Hi,
I added this CSS but it’s not working the way it should. The title block is still under the transparent menu block. It’s not looking good. I just need the default header like in specular demo: https://codeless.co/specular/default/?portfolio=portfolio-four-3
Please help soon!
-
-
Hello,
Please edit the code to this:
.single-portfolio .header_page, .header_page { height: 150px !important;} .breadcrumbss { display: block;} .header_page h1 { line-height: 136px !important;} .header_page .page_parents { margin-top: 32px !important;}
If still no luck, send us your wp credentials so we can do it for you.
Best regards!
-
-
-
-
Hello,
I can’t check your site. It doesn’t open. Please make sure to have aplied all changes you may have made to theme files (not the custom css box code) in the newest files, when you make an update.
Best regards!
-
Hi,
Just checked the site opens normally, maybe some temp problem. I haven’t made any changes to the theme files, only to the Custom CSS.
-
Please help fix this annoying problem soon. I have updated to the latest Specular version, deleted the CSS and tried with your CSS but nothing seems to work here.
-
-
-
Hello,
Sorry for the late reply.
Can you please explain better on what do you want to have in page header? This is what i see: screenshot. Shouldn’t it be like this? Please send me a screenshot so i can understand what you want to achieve.Best regards!
-
Hello,
I didn’t hear from you in 2 weeks so I made a fix myself and got rid of the whole header on portfolio pages. I would have preferred to have the header in place, but since you don’t seem to have a solution to this weird problem, I can live with this quick fix.
-
You must be logged in to reply to this topic.