Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #380075

    i would like to add some breadcrumbs, just underneath the large hero image – http://cybernetworksecurity.co.uk – which template file do i need to edit in order to this please?

    #380085

    Hey foamymedia!

    Please edit your page and choose to display breadcrumbs in “Titlebar Settings” under Layout section – http://i.imgur.com/IMw9jIQ.png

    Cheers!
    Yigit

    #382976

    hi, this does not work – the setting in the theme settings, and changing each page manually does not affect it

    http://dev3.foamymedia.com/products/battery-testing-equipment/

    it is because i have the different theme page layout?

    #383059

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #383670

    i managed to add the breadcrumbs to the page but as we are using one of the “demo layouts” the breadcrumbs can not be shown if there is a transparent header..

    i would like to add the breadcrumbs in this position

    which template file do i need to edit to do this? can’t work it out

    ps: your forum replies do not get sent to me via email also.

    • This reply was modified 9 years, 10 months ago by foamymedia.
    #383781

    Hi!

    It is currently not simply possible. If you really need it, please hire a freelance developer. Please also feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Yigit

    #384505

    why is it not possible for me to manually edit a php template file and add this here?

    how is this template generated? which files are used?

    i can do it manually editing the code via ftp if i knew exactly which php file to edit..

    thanks – and again your ‘notify my of follow up replies via email’ does not work

    #384515

    Hi!

    As a work around, you can set header to no transparency and right click on breadcrumbs bar and click “Edit as HTML” – http://i.imgur.com/dlPJSti.png
    and copy HTML code and paste it inside a Code Block element ( which should be inserted below your slider ) and then place your code block element inside a Color Section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ( i.e.: your-custom-id )
    and then add following code to Quick CSS

    #your-custom-id {
    min-height: 57px;
    }
    #your-custom-id .content {
    padding: 0;
    }
    #your-custom-id .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
    width: 100%; 
    }

    If you would like to edit files, you are going to need to edit class-breadcrumb.php file inside Enfold/framework/php folder but as i mentioned before, that kind of customization would be out of the scope of our support and needs to be done by a freelance developer.

    Regards,
    Yigit

    #400261

    Hi foamymedia and Yigit,

    I’m looking for a similar solution for my site.
    Would be able to share the steps I should follow in order to fix the breadcrumbs in the new position?
    Like you did for this page http://dev3.foamymedia.com/products/battery-testing-equipment/

    Thanks so much in advance,

    #401529

    Hi!

    Try adding this to your custom CSS.

    .breadcrumb {
      left: 48px;
      position: absolute !important;
      top: 112px !important;
    }

    And then send us a link to your page and we’ll check to see if it needs some more CSS.

    Best regards,
    Elliott

    #401586

    Thanks so much Elliott,

    I’ve added the CSS you sent me.
    I’m sending you the link to the site: http://goo.gl/XkYX5F
    And this is a screenshot of the current position of the breadcrumbs: http://d.pr/i/14Mow

    It is still not at the optimal position but I think we are on a good direction.
    Would you be able to further help me to set it above the page content?

    Thanks a lot for your help!
    Vivo

    #401664

    Hi!

    If you do not mind, please create a temporary admin login and post it here privately and i can apply the changes. I will be simply doing what i wrote here – https://kriesi.at/support/topic/add-breadcrumbs-to-page/#post-384515 :)

    Regards,
    Yigit

    #401668

    Thanks so much!
    I posted the credentials in the next private message.

    #401670
    This reply has been marked as private.
    #401989

    Shalom Vivo!

    I applied the changes but there seems to be caching, maybe server side. I still can see the codes i removed from Quick CSS field being applied. Once cache is flushed, breadcrumbs bar should look fine :)

    Regards,
    Yigit

    #402591

    Shalom Yigit :)

    Thanks so much for your reply and kind help! You are right, I just spoke with BlueHost support and the server I’m using ‘Optimized WordPress Hosting’ has an automatic caching system at the server end. I still figuring out how to disable the cache when I’m working on the site.

    I’ve seen the changes you made and I think we are almost there.
    This is how it looks now after the changes you have implemented: http://d.pr/i/19prv
    And Ideally I would like it to looks like this: http://d.pr/i/13YFP

    I also noticed that the change you have made appear in one page. Is it possible to make the change globally for all pages?

    Thanks SO much!!
    Vivo

    #402628

    Shalom aleikhem! :)

    I have added custom CSS code, after cache is flushed, it should look like this – http://d.pr/i/13YFP
    To apply it to each page, please copy HTML code of breadcrumbs as shown here – http://i.imgur.com/dlPJSti.png
    and then add it into a Code Block element and place code block element inside a Color Section element with “bc-section” section ID

    Regards,
    Yigit

    #402865

    Shalom aleikhem Yigit :)

    Thank you so much! Your help is highly appreciated! It works perfect!

    Toda Raba!
    Vivo

    #402872

    Shalom Vivo,

    Bevakasha! :)

    L’chaim!
    Yigit

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Add breadcrumbs to page’ is closed to new replies.