-
AuthorPosts
-
August 17, 2015 at 2:11 pm #488917
Helo
Breadcrumbs are not appearing on existing pages, only on new created. Exactly like in this post https://kriesi.at/support/topic/breadcrumbs-not-appearing-on-pages/#post-246114 but I dont use the custom fields. What can I do?
BR
PiotrAugust 17, 2015 at 4:49 pm #489001I found this thread: https://kriesi.at/support/topic/breadcrumb-w-shortcode-only-appears-if-header-no-transparency/
How can i implement this solution when I use child theme?
Thank YouAugust 17, 2015 at 4:55 pm #489008Hey!
Before implementing either of those solutions, may we have temporary access to your website so we check if there is a simpler solution?
Please be sure to link to the pages that are not displaying breadcrumbs.
Regards,
DakeAugust 17, 2015 at 5:02 pm #489016I think You can simply recreate the scenerio.
1. Create page
2. in layout section in “Title Bar Settings” set it to display Breadcrumb
3. then in “Header visibility and transparency” switch betwen “no transparency” and “transparent header”
Then You see, that Breadcrumb are not visible with “transparent header” option
Thank You!August 17, 2015 at 10:09 pm #489165Hey!
Like elliot stated in the previous thread, copy your functions-enfold.php file from your parent theme folder (located here: wp-content\themes\enfold) to your child theme folder and comment out the code on line 323
Like so:
/*if($header_settings['header_title_bar'] == 'hidden_title_bar') return "";*/
Regards,
DakeAugust 17, 2015 at 10:18 pm #489168Ok. Thank You.
Is it a bug? Is there chance to include this functionality in next releases of enfold?August 17, 2015 at 10:32 pm #489181Dake,
Unfortunetly this fix doesn’t working. Please check this is working in Your instalation.
Thank YouAugust 17, 2015 at 10:38 pm #489184Hey!
This is actually a native feature for the theme.
The transparent menu is designed for overlapping content on a page (particularly pages with fullwidth sliders/videos etc). Afterwards the special heading etc and can used as a replacement title.
With this quick workaround, you can see that although the title and breadcrumbs have been reactivated you have to manually style them according to the content.
Alternatively, you can make a feature requests here
Cheers!
DakeAugust 17, 2015 at 10:41 pm #489185Hey!
I tested the edit on my test site before sending it over.
Commenting out that line should cause the tile and breadcrumbs to appear at the very top of the page (behind the navigation).
Best regards,
DakeAugust 17, 2015 at 10:42 pm #489186But this quick workaround doens’t work…
Please, check this in Your instalation.
Thank You!August 17, 2015 at 11:01 pm #489196It doesn’t work in child theme folder. If I do it in oryginal functions-enfold.php i works, but it place the breadcrumb abowe the website. Is there a way to change the position?
August 17, 2015 at 11:37 pm #489207Another tests and i found that even http://kriesi.at/documentation/enfold/inserting-breadcrumbs-as-shortcode/ isn’t working if I set the header to be transparent… very frustrating.
It’s a lot of thread about that, and I see that peope need this functionality- meybe You can put it in the another enfold version…August 18, 2015 at 1:07 am #489216Hey!
Do you have a website we can access to perform these steps on your end, because I’m not having any trouble on my test server.
With a temporary admin account we can check to see if there are any conflicts with settings or plugins etc.
Regards,
DakeAugust 19, 2015 at 10:11 am #489908Hello
Do You get access to my website. I send it yesterday.
Thank YouAugust 19, 2015 at 3:10 pm #490114Hi!
No I’m not seeing the credentials anywhere, did you post it in the private content section of one of your earlier posts?
Cheers!
DakeAugust 19, 2015 at 3:52 pm #490163Yes, in private content. I do int again now.
August 19, 2015 at 8:46 pm #490389Do You got it?
August 20, 2015 at 3:39 pm #490841Hello,
Could You help me? Did You receive access to my website?
Thank YouAugust 20, 2015 at 5:06 pm #490914Hey!
Thank you, yes, I was able to log in :)
Please note that each time you post actually resets your position in our queue since we answer threads in reverse chronological order.
Cheers!
DakeAugust 27, 2015 at 8:02 pm #494421Hello,
It’s been seven days from my last post…
Could You help me?
Thank YouAugust 27, 2015 at 10:20 pm #494495Hey!
I have added dake to the post, so he can give it a proper look and come back to you!
I am really sorry for the delay!Best regards,
Basilis- This reply was modified 9 years, 3 months ago by Basilis.
August 29, 2015 at 6:12 am #495176Hi!
Really sorry for the delay.
Since this isn’t a native function of the enfold theme, this workaround requires a bit more styling to have it appear properly across the board (or specific pages with transparent headers + titles/breadcrumbs).
First off ensure that you have a back up for your parent functions-enfold.php file before commenting out line 323.
Once that has been done your title and breadcrumbs will appear at the top of the screen on any transparent header pages.
In order to reposition them, you will need to manually adjust the top/left/right values below:
.page-id-1300 .title_container .main-title { top: 150px !important; left:50px !important; } .page-id-1300 .title_container .breadcrumb { right: 50px !important; top: 150px !important; }
Please note that the page-id used above is only an example. The above css will affect the positions of all titles/breadcrumbs on your website.
This means that if you are going to use a transparent header across your entire website and want to display titles/breadcrumbs, you can remove the page-ids from the css.
However if you want to include titles/breadcrumbs on a few specific pages, you will need to include the page-id of each page so the css can only affect those pages.
Cheers!
DakeAugust 31, 2015 at 1:29 pm #495759Thank You Dake, but it isn’t a good workaround in my situation, when height of the header will change on few subpages.
I’m trying to add breadcrumb by shortcode, but it also don’t appear if header is set to transparent. It’s so frustrating…
August 31, 2015 at 3:43 pm #495900Hey!
You’re welcome, this is the simplest method at this point unfortunately.
As stated in my previous post, page specific positions can be set, but further compatibility code/styling from our end will involve customization outside of the scope of support.
Regards,
Dake -
AuthorPosts
- You must be logged in to reply to this topic.