Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Mega Menu.
* This file create and manager addtional options for Menu items, option which enable mega menu function.
*
* @package NOO Framework
* @subpackage Mega Menu
* @version 1.0.0
* @author NooTheme Team
* @copyright Copyright (c) 2014, NooTheme
<?php
if ( class_exists( 'woocommerce' ) ) {
// Remove each style one by one
add_filter( 'woocommerce_enqueue_styles', 'noo_organici_dequeue_styles' );
function noo_organici_dequeue_styles( $enqueue_styles ) {
unset( $enqueue_styles['woocommerce-smallscreen'] ); // Remove the smallscreen optimisation
return $enqueue_styles;
}
<?php
/*
Plugin Name: TopxTheme.Com Change Theme Path
Plugin URI: http://topxtheme.com/
Description: This Plugin help redirect the theme folder to another folder, making it's possible for a theme to work on sub site.
Author: TopxTheme.Com
Version: 1.0.0
Author URI: http://topxtheme.com
*/
[block id="slider-homepage-slides-video"]
[block id="banner-row-3-column-zoom-effect"]
[title text="Sản phẩm nổi bật" style="center"]
[ux_featured_products products="12" columns="4" show="featured" type="normal"]
[title text="Danh mục sản phẩm" style="center"]
function noo_emigo_minicart_mobile()
{
if (!noo_emigo_get_option('noo_header_nav_icon_cart', true)) {
return '';
}
global $woocommerce;
$cart_output = "";
$cart_total = $woocommerce->cart->get_cart_total();
<?php
/**
* @package Import demo
* @version 1.0 [<description>]
*
*/
/** Display verbose errors */
// define( 'IMPORT_DEBUG', false );