Community Forums › Forums › Archived Forums › General Discussion › Agency Pro Breadcrumbs are missing
Tagged: breadcrumbs, missing breadcrumbs
- This topic has 24 replies, 2 voices, and was last updated 9 years, 6 months ago by
Genesis Developer.
-
AuthorPosts
-
March 14, 2014 at 11:48 pm #94961
Sunil
MemberHi,
I'm using Agency Pro theme. I just realized that the breadcrumbs are missing. I've checked my the Genesis settings and my breadcrumbs are already enabled over there.
So why did they disappear just like that?
Besides, I don't see this theme on Studiopress anymore. Does that mean that this theme is no longer supported?
Thanks.
Regards,
http://adultacnetreatmentreviews.com
SunilMarch 15, 2014 at 12:25 am #94962Genesis Developer
MemberAre you checked your functions.php file? I think that breadcrumbs is removing by hook. Are you getting this kind of code
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
March 15, 2014 at 12:29 am #94963Sunil
MemberHi Genwrock,
When I checked my functions.php file, this is what I see over there.
/** Relocate breadcrumbs */
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
add_action( 'genesis_before_content_sidebar_wrap', 'genesis_do_breadcrumbs' );But I don't understand. I did not mess up anything here. Why did it disappear all of a sudden?
March 15, 2014 at 12:57 am #94964Genesis Developer
MemberOk.
Try to remove this line
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs');
If you want to show it at right sidebar then add this line in your functions.php file
add_action( 'genesis_before_sidebar_widget_area', 'genesis_do_breadcrumbs');
March 15, 2014 at 1:08 am #94965Sunil
MemberI want the breadcrumbs to appear on top where it used to be. So, will removing that code bring back the breadcrumbs to appear on top?
I don't want to show it on the right side bar.
March 15, 2014 at 1:11 am #94967Genesis Developer
MemberI want the breadcrumbs to appear on top where it used to be. So, will removing that code bring back the breadcrumbs to appear on top?
Ans: Yes. Remove those both lines.
March 15, 2014 at 1:14 am #94968Genesis Developer
MemberAlso you enable the breadcrumbs for post and pages from Genesis Settings section?
March 15, 2014 at 1:19 am #94969Sunil
MemberGenwrock, before I do anything, since this is a php file, which is scary, I just want to confirm with you again about the lines I need to delete.
Do I delete this whole thing completely?
/** Relocate breadcrumbs */
remove_action( ‘genesis_before_loop’, ‘genesis_do_breadcrumbs’ );
add_action( ‘genesis_before_content_sidebar_wrap’, ‘genesis_do_breadcrumbs’ );March 15, 2014 at 1:22 am #94971Genesis Developer
MemberYes. But you will keep a backup of functions.php file and then you will delete those two lines
March 15, 2014 at 1:24 am #94972Sunil
MemberYes. I copied that entire functions.php file code and pasted in notepad++.
Ok. I'll cross my fingers. I'll go on to delete those lines and see my breadcrumbs coming back on top.
March 15, 2014 at 1:26 am #94973Sunil
MemberI've deleted them. But I still don't see my breadcrumbs.
March 15, 2014 at 1:30 am #94974Genesis Developer
MemberAre you enabled the checkboxes from Geeneis Settings page at dashboard?
March 15, 2014 at 1:34 am #94975Sunil
MemberYes. Its already been enabled on my posts, pages, archives and 404 page.
March 15, 2014 at 1:37 am #94976Genesis Developer
MemberThen somethings are wrong at other place. For this I need the wp-admin access. If you want then you can fill up this contact form and send me the temp wp-admin access of your site. I can look it once.
March 15, 2014 at 1:41 am #94977Sunil
MemberDo I add a new user and assign a password? Is that's how I do it?
Besides, this problem started ever since I updated my robots.txt file and it has nothing to do with breadcrumbs.
That's why I'm puzzled.
March 15, 2014 at 1:44 am #94978Genesis Developer
MemberYes. Create a new username and password and set the role as a administrator. Later you can delete this use details.
March 15, 2014 at 1:52 am #94979Sunil
MemberSorry, its asking for your email so that I can send the details of the account to you.
So what's your email address please?
March 15, 2014 at 2:02 am #94980Genesis Developer
MemberYou will create account from dashboard and put any dummy or your 2nd email ID for this. Later your will just give me the username and password
March 15, 2014 at 2:09 am #94981Sunil
MemberSorry. I'm an idiot in such technical stuff. Do I use your contact form to send the details?
Or should I put [email protected]?Dummy address? How can it reach you then?
March 15, 2014 at 2:11 am #94982Genesis Developer
MemberOk. No problem mate. Use this email ID [email protected]
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.