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

Desbloquear HPOS

// ⚠️ Destrava o botão do HPOS mesmo que algum plugin force // Por [email protected] em 30/06/25 // 🔓 Força a liberação do botão de HPOS no WooCommerce, mesmo se plugin estiver forçando add_filter( ‘woocommerce_settings_features_force_enabled’, ‘__return_false’, 99 ); // 🧹…Continue reading