Monique222
Member
Posted 5 months ago #
Am using Colorway Theme and managed to get rid of the duplicate Home tab from nav bar by creating my own menu - as I prefer Welcome for my home page.
Now my problem is deleting the link that appears on each subsequent page ie. home >> tariffs & conditions on my "tariffs & conditions" page, then home >> gallery on my "gallery" page etc.
I want to know where to find the code that relates to this text and delete it. It makes the page look messy as I already have nice titles saying Gallery etc. and don't need it repeated.
Any help would be greatly appreciated.
sacredpath
Member
Posted 5 months ago #
We need a link to the site in order to be able to help.
ClaytonJames
Member
Posted 5 months ago #
Open /colorway/functions/inkthemes-functions.php and comment out the breadcrumbs plugin. Lines 60-151 inclusive.
Monique222
Member
Posted 5 months ago #
Thanks CJ - as you can tell I'm v. new at this but loving it. Learning something new everyday. Was only just wondering what "breadcrumbs" were (was going to educate myself later) and as it turns out, they are exactly what I'm trying to get rid of!
Appreciate your speedy solution. Happy Holidays.
ClaytonJames
Member
Posted 5 months ago #
You're welcome. I hope it has the effect you want.
Happy Holidays!
KKostreva
Member
Posted 4 months ago #
I had this same problem. Thank you SO MUCH! I went to inkthemes-functions.php, scrolled down until I saw the header "*Breadcrumbs Plugin", and simply deleted all the code after that up until the next series.
Now if ONLY I could change the color of my theme. I can't find ANYWHERE the actually color #'s... and where I do see them, the ones I want to change don't exist. I am beginning to think that the programmers developed "Colorway" in such a way, that they force you to buy the pro version...
Cheer!
~Katherine
KKostreva
Member
Posted 4 months ago #
This is what I found under theme-options.php
function optionsframework_options() {
$themename = get_theme_data(STYLESHEETPATH . '/style.css');
$themename = 'Colorway Lite Theme';
But the colorway #'s exist only in editor-style.css, but the color green or it's sister # does not exist.
Anyone have a clue??
Katherine