Untitled Snippet

(self.SWG_BASIC = self.SWG_BASIC || []).push( basicSubscriptions => { basicSubscriptions.init({ type: “NewsArticle”, isPartOfType: [“Product”], isPartOfProductId: “CAow7ue8DA:openaccess”, clientOptions: { theme: “light”, lang: “id” }, }); });Continue reading

Home Page JSON FAQ

{ “@context”: “https://schema.org”, “@type”: “FAQPage”, “mainEntity”: [ { “@type”: “Question”, “name”: “What does Easily Moved Equipment specialize in?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “Easily Moved Equipment specializes in manufacturing high-quality, lightweight aluminum gantry cranes and portable lifting equipment for industrial…Continue reading

2200 JSON FAQ

{ “@context”: “https://schema.org”, “@type”: “FAQPage”, “mainEntity”: [ { “@type”: “Question”, “name”: “What is the lifting capacity of the 2200 Series Aluminum Gantry Crane?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “The 2200 Series Aluminum Gantry Crane has a rated lifting capacity of…Continue reading

3D Viewer Tracking

document.addEventListener(‘DOMContentLoaded’, function() { const viewerCanvas = document.querySelector(‘.userInput canvas’); if (!viewerCanvas) return; // track when user starts grabbing viewerCanvas.addEventListener(‘mousedown’, function() { if (typeof gtag === ‘function’) { gtag(‘event’, ‘grab_start_3d’, { event_category: ‘Viewer 3D’, event_label: ‘mousedown’ }); } }); // track when…Continue reading

Remover alerta de incompatibilidade do FiboSearch com HPOS

// Compatibilizar FiboSearch com HPOS (WooCommerce) add_action( ‘before_woocommerce_init’, function() { if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( ‘custom_order_tables’, ‘fibosearch/fibosearch.php’, true ); } });Continue reading