Category

Uncategorized

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…
2 min read
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…
2 min read
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…
1 min read
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…
1 min read
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…
1 min read
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…
1 min read
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…
1 min read
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:…
1 min read
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…
1 min read
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; }
1 min read
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…
1 min read
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…
1 min read