Web Pro Dragons

Internal Dev Library

Email Notification Deliverability Issues in Gravity Forms

Why the “From Email” domain must match the website domain The email address used in the From Email field should use the same domain as the website (for example: @nzlc.bizweb.nz). This is required to pass email security checks such as SPF, DKIM, and DMARC. If the domain does not match: Emails may go to spam […]

Create a Interactive Map using SVG

Request Map Base preferably (SVG) format. (no hover interaction design) If JPG convert to svg and clean the image After clean (edit svg with notepad)  Copy the whole content(html elements) of the SVG paste to the Visual Studio Code app. Run SVG to Chrome On Chrome, Select the path using F12 target them and checked […]

Schema Markup – WebPage

Schema Templates > Add New Schema Schema Generator > Custom Schema Schema Builder > JSON Schema Builder > Display Condition

CPT Relationship (Taxonomy Field)

functions.php add_action( ‘elementor/query/related_industry_insights’, function( $query ) { if ( !is_singular(‘industries’) ) { return; } // Get selected terms from ACF taxonomy field $terms = get_field(‘related_industry_insights’); //your ACF field name if ( $terms ) { $term_ids = array_map( function( $term ) { return $term->term_id; }, $terms ); $query->set( ‘tax_query’, array( array( ‘taxonomy’ => ‘industry-category’, // your […]

Quick Icon Color Change

Site link: https://pinetools.com/colorize-image Instruction:– upload icon file (PNG)– change designated color– set strongness to 100 then click colorize button– save

Infinite Marquee Text

New York Philadelphia Boston Miami Washington D.C. Orlando to the previous list New York Philadelphia Boston Miami Washington D.C. Orlando ———————————————————————————– New York Philadelphia Boston Miami Washington D.C. Orlando New York Philadelphia Boston Miami Washington D.C. Orlando Los Angeles Phoenix Seattle Dallas San Francisco Houston Los Angeles Phoenix Seattle Dallas San Francisco Houston Atlanta Nashville […]