Articles in this category
Disable Default Kadence Theme Schema Markup
What is Microdata? HTML Microdata is a way to add semantic meaning to your web content by embedding metadata within your HTML elements using…
Disable Delivery Date Based On Chosen Shipping Method
It’s possible to disable specific delivery dates based on the selected shipping method. You will need to add a code snippet to your child…
Disable Page Title Pinnacle Theme
To disable page titles sitewide by default, go to Theme Options> Page Title, and set “Show the page title by default” to OFF: If…
Disable Portfolio Posts
If you’re not using a Portfolio and you wish to disable it on your site entirely, navigate to Theme Options> Theme Extensions, and turn…
Disable Select 2
If you have a plugin conflict or need to disable select2 on your site for any reason, you can do so by navigating to…
Disable Sidebar Ascend
If you have a page that’s showing a sidebar, and you want to get rid of it, go into the page settings and find…
Disable Staff Posts
If you’re not using a Staff Posts and you wish to disable them on your site entirely, navigate to Theme Options> Theme Extensions, an…
Disable The Thumbnail Play Icon
If you want to disable the thumbnail ‘play’ icon for media embeds, you can add the following snippet to your child theme’s functions.php file:…
Disable Theme Lightbox
If you want to use a different light box, you can disable the theme lightbox entirely by navigating to Theme Options> Misc Settings and…
Disable Uppercase Image Menu Title Ascend
To remove the image menu uppercase text-transform, add this CSS to Theme Options> Custom CSS: .image_menu_item_link .image_menu_message h4 { text-transform: none; }
Disable WooCommerce Store (Classic Themes)
If you’re not using a WooCommerce store and you wish to disable it on your site entirely, navigate to Theme Options> Theme Extensions, an…
Display Desktop Menu in Tablet View Ascend
To force the desktop menu to display in Tablet view, add this CSS to Theme Options> Custom CSS: @media (min-width: 767px) { .kt-header-position-above, .second-nav-container…