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 10 years, 6 months ago by Genesis Developer.
-
AuthorPosts
-
March 14, 2014 at 11:48 pm #94961SunilMember
Hi,
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 DeveloperMemberAre 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 #94963SunilMemberHi 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 DeveloperMemberOk.
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 #94965SunilMemberI 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 DeveloperMemberI 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 DeveloperMemberAlso you enable the breadcrumbs for post and pages from Genesis Settings section?
March 15, 2014 at 1:19 am #94969SunilMemberGenwrock, 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 DeveloperMemberYes. 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 #94972SunilMemberYes. 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 #94973SunilMemberI've deleted them. But I still don't see my breadcrumbs.
March 15, 2014 at 1:30 am #94974Genesis DeveloperMemberAre you enabled the checkboxes from Geeneis Settings page at dashboard?
March 15, 2014 at 1:34 am #94975SunilMemberYes. Its already been enabled on my posts, pages, archives and 404 page.
March 15, 2014 at 1:37 am #94976Genesis DeveloperMemberThen 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 #94977SunilMemberDo 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 DeveloperMemberYes. 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 #94979SunilMemberSorry, 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 DeveloperMemberYou 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 #94981SunilMemberSorry. 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 DeveloperMemberOk. No problem mate. Use this email ID [email protected]
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.