-
AuthorPosts
-
January 15, 2015 at 4:35 pm #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?
January 15, 2015 at 4:42 pm #380085Hey foamymedia!
Please edit your page and choose to display breadcrumbs in “Titlebar Settings” under Layout section – http://i.imgur.com/IMw9jIQ.png
Cheers!
YigitJanuary 21, 2015 at 12:48 pm #382976hi, 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?
January 21, 2015 at 3:57 pm #383059Hey!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitJanuary 22, 2015 at 2:10 pm #383670i 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.
January 22, 2015 at 5:16 pm #383781Hi!
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,
YigitJanuary 23, 2015 at 6:15 pm #384505why 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
January 23, 2015 at 6:29 pm #384515Hi!
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,
YigitFebruary 22, 2015 at 8:40 pm #400261Hi 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,
February 24, 2015 at 5:23 pm #401529Hi!
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,
ElliottFebruary 24, 2015 at 6:22 pm #401586Thanks 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/14MowIt 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!
VivoFebruary 24, 2015 at 7:56 pm #401664Hi!
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,
YigitFebruary 24, 2015 at 8:01 pm #401668Thanks so much!
I posted the credentials in the next private message.February 24, 2015 at 8:04 pm #401670This reply has been marked as private.February 25, 2015 at 12:39 pm #401989Shalom 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,
YigitFebruary 26, 2015 at 12:00 pm #402591Shalom 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/13YFPI 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!!
VivoFebruary 26, 2015 at 1:14 pm #402628Shalom 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 IDRegards,
YigitFebruary 26, 2015 at 6:21 pm #402865Shalom aleikhem Yigit :)
Thank you so much! Your help is highly appreciated! It works perfect!
Toda Raba!
VivoFebruary 26, 2015 at 6:25 pm #402872 -
AuthorPosts
- The topic ‘Add breadcrumbs to page’ is closed to new replies.