Breadcrubms and Footer Menu Options won't turn off

I have the latest version of both X Theme and Cornerstone. I can’t seem to get Breadcrumbs or Footer Menu to stay turned off. I turn the toggles off and they come right back on. I’ve seen several others reporting the Breadcrumb issue but no indication that you have a bug that needs to be fixed. Please advise.

1 Like

Hello @MulderDSM,

Thanks for asking. :slight_smile:

  1. Please make sure to clear browser and server cache. After that try turning of breadcrumbs and footer menu.
  2. Please make sure you are using the most recent version of X 6.1.6 and Cornerstone 3.1.6.
  3. Try increasing your PHP Memory limit. You can do this by editing your wp-config.php file which can be located under the root of your WordPress installation.

Add the following lines into that file.

define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */
4. You also have the option to hide Breadcurmbs and Footer menu using custom CSS. You can add following CSS under X > Theme Options > CSS:

.x-breadcrumb-wrap {
    display: none;
}

.x-colophon.bottom .x-nav {
    display: none;
}

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Let us know how it goes.

Thanks.

Prasant, I think you are missing the point. Is this issue a known bug? There are lots of posts about it on this forum and yet the only advice is to use CSS to fix it.

Is this on your bug list?

My site is a brand new installation, no other plugins and the latest release, I’m on php 7.1 and plenty of memory. I can shoot a screen share video, but if you just look at all the other people having the same problem, it should probably be entered as a bug and tell users to use CSS as a work-around for now.

Larry

Hi Larry,

Sorry for the confusion, yeah I saw kind of similar issue to this yesterday where he can not turn off the navbar uppercase and footer menu. But that was because of invalid CSS he added on the Theme Options > CSS

We can’t report this as a bug yet because we can’t replicate the issue on our dev site.

Would you mind providing us the site URL and login credentials in a “secure note” so we can take a closer look?

And bye the way is your site is based on one of our demo? Which one?

Thanks,

Thanks, no additional CSS added as this is a new site I’ve just barely started.

No demo, built from scratch.

Providing secure note for you to log in.

Hey @MulderDSM,

I experienced the issue in your site. I see you were using Breeze caching plugin.

Is it possible that you clear all its caches and uninstall it completely? You can contact the plugin developer for the steps to do that.

If the issue will persist, I’ll post this in our issue tracker.

Thanks.

ok, I activated Breeze, purged all catches, then deactivated and deleted plugin.

I still see the same issue, please feel free to log in and test again.

I also see people reporting the same issue on the non-monitored Facebook page.

Hi @MulderDSM,

It’s on our issue tracker, I confirm that this happens to some users especially on a clean installation. I also checked this on two of my installation, one has this issue but another one works well. I can’t say this is a bug, but I agree that this is happening on random cases. We’ll continue checking.

Thanks!

Thank you!

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.