Archived topic
breadcrumb apearing isshu
16 replies · Started by Ajay on January 6, 2020
I have just created a website where only have 4 pages in the footer section. I want to add breadcrumb in my all pages and blog post above the title like everyone do but after doing some changing I'm not able to see any breadcrumb path at the top of the title. I have pasted rank math PHP code in hook section in my theme before entry title PHP checked on button and location is post. please solve my problem what can I do?
Hi there
the link you provided is showing Nothing Found - can you link me to a post so i can see what the issue is?
https://pickbackpack.com/about-us/
https://pickbackpack.com/privacy-policy/
these pages and like others.
Can you edit your Hook Element > Display Rules and include Pages > All Pages.
Yeah already done that but nothing happened till now
Change the Hook to after_entry_header
But I want above the title
then it has to be the before_content_hook - you can see the hooks here:
Whenever I post any article in future it will automatically show on title? And how can I reduce the bredcrum size?
Yes all future pages and posts will have the breadcrumb.
Add this CSS to change the breadcrumb font size:
.rank-math-breadcrumb {
font-size: 14px;
}
Thanku so much. Could I ask you if I want to customise the homepage layout what should I do? Because in layout section of theme option is limited and I cannot customise as I want like full screen and no side bar. I just want only post containers and a large image below the header with customisable text. What is the solution for that? I know vie elemenor I can do that just by of drag and drop but I don't need elemantor.
OK follow these steps:
1. Dashboard > Settings > Reading and set your Homepage displays: Your latest posts.
2. Appearance > Elements - New > Layout - here you can disable the Sidebar for the Front Page:
https://docs.generatepress.com/article/layout-element-overview/
3. Appearance > Elements - New > Header Element - here you can you add content below the site header.
https://docs.generatepress.com/article/header-element-overview/
For steps 2 and 3 in the Display Rules tab you will need to select Front Page ( this is the Home page )
after putting css code mysite speed want down and in page speed insight it shows me
fonts/generatepress.woff2(pickbackpack.com)
1,380 ms
…font/socicon.ttf(pickbackpack.com)
450 ms
what should i do?
The CSS won't have caused those issues - the generatepress.woff you can remove by going to Customizer > General > Icon Type and change to SVG.
The other font is related to the Social Icons you have in your footer.
You may want to try a plugin with a smaller font file like:
https://wordpress.org/plugins/lightweight-social-icons/
Please note that Pagespeed insights and other speed tests sometimes raise issues with font loading that is not 100% correct. When i perform a network test on your site both fonts load in under 200ms combined.
SVG option is worthy to increase the speed? what if I use font option?