Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #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
    Piotr

    #489001

    I 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 You

    #489008

    Hey!

    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,
    Dake

    #489016

    I 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!

    #489165

    Hey!

    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,
    Dake

    #489168

    Ok. Thank You.
    Is it a bug? Is there chance to include this functionality in next releases of enfold?

    #489181

    Dake,
    Unfortunetly this fix doesn’t working. Please check this is working in Your instalation.
    Thank You

    #489184

    Hey!

    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!
    Dake

    #489185

    Hey!

    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,
    Dake

    #489186

    But this quick workaround doens’t work…
    Please, check this in Your instalation.
    Thank You!

    #489196

    It 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?

    #489207

    Another 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…

    #489216

    Hey!

    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,
    Dake

    #489908

    Hello
    Do You get access to my website. I send it yesterday.
    Thank You

    #490114

    Hi!

    No I’m not seeing the credentials anywhere, did you post it in the private content section of one of your earlier posts?

    Cheers!
    Dake

    #490163

    Yes, in private content. I do int again now.

    #490389

    Do You got it?

    #490841

    Hello,
    Could You help me? Did You receive access to my website?
    Thank You

    #490914

    Hey!

    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!
    Dake

    #494421

    Hello,
    It’s been seven days from my last post…
    Could You help me?
    Thank You

    #494495

    Hey!

    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.
    #495176

    Hi!

    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!
    Dake

    #495759

    Thank 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…

    #495900

    Hey!

    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

Viewing 24 posts - 1 through 24 (of 24 total)
  • You must be logged in to reply to this topic.