This topic has 2 replies, 2 voices, and was last updated 5 years, 8 months ago ago by Rose Tyler
Hello,
Hope you are well. I have used your Royal theme to build our site and have incurred a few problems. please see link to website in content area.
1) I would like to put breadcrumbs on certain pages. I have tried various things in the theme options, but it does not seem to work. I want certain pages to look like this
at the top – https://www.8theme.com/demo/royal/shop/ – where there are breadcrumbs.
2) On my social media links on the top of the header. Where can i edit these? I have searched everywhere and can’t seem to find where to edit. I only need facebook, instagram and Twitter. how do i take the rest off?
3) On my FAQ’S page there seems to be a gliche in the system. There is a white space above the blue header. I have adjusted the margin settings, but it doesn’t seem to work. it either makes an extremely big gap or a small one.
thanks
Lorna
Hello,
1) Global Breadcrumbs setting you can change via Theme Options > Header Settings > Breadcrumbs.
Settings for a separate page you can change via Page Layout http://prntscr.com/moi9z5 For example, on your “Services” page > http://prntscr.com/moiaa4 so breadcrumbs is disabled.
2) Theme Options > Header Settings > Main header area > Header custom HTML (for 6, 7, 13, 14, 18 headers). You can replace [share] shortcode by own content.
https://www.8theme.com/demo/docs/royal/#7_royal_shortcodes
If you want to edit the content of the shortcode, some additional customization should be done in files. Copy etheme_share_shortcode function (royal/framework/shortcodes.php) into functions.php of the child theme and edit the content there.
https://www.8theme.com/demo/docs/royal/index.html#2_child_theme
https://developer.wordpress.org/themes/advanced-topics/child-themes/
3) Please add this code in Custom css for page http://prntscr.com/moidw3
.page-content {
margin-top: 0px;
}
Feel free to ask if you have any other questions.
Regards
You must be logged in to reply to this topic.Log in/Sign up