Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter MeaganV

    (@meaganv)

    Oh I’m sorry… that’s what I meant. wp-config.php.

    Anyway, I got it fixed. My host support went in and fixed the password for me in the file, and now all is working well.

    Thanks for your response! I really appreciate it!

    Thread Starter MeaganV

    (@meaganv)

    Okay… I fixed it. I’m not sure what happened, but for anyone else who deals with this… this is what I did.

    Like I said above… I searched through the typical php files that contain the word “breadcrumbs” and I didn’t find any. So I inspected the element on my website and it was showing the breadcrumbs there but it’s written in html. What I noticed is that it was right under “#main” and before “#content starts”. So I went into the index.php file and found some code that looked like this: <?php woo_loop_before(); ?> and all I did was change it to this: <?php// woo_loop_before(); ?> and it disabled it.

    I guess there’s something about the loop part… I don’t know. I don’t really know much about php or coding. Anyway, I went through to archives.php, single.php, search.php, and pages.php and added the “//” to the code in all those areas and it all worked.

    Hopefully I didn’t mess anything else up in the process. It all looks normal to me though.

    Good luck if you’re having this problem!

    Thread Starter MeaganV

    (@meaganv)

    That worked perfectly! Thank you again so much! I really appreciate it!

    Thread Starter MeaganV

    (@meaganv)

    AWESOME!!! It worked! Thank you so very much!

Viewing 4 replies - 1 through 4 (of 4 total)