[Condition] TranslatePress in Breakdance Builder | WordPress

add_action(“breakdance_register_template_types_and_conditions”, function () { if (function_exists(“trp_get_languages”)) { $lang_list_full = trp_get_languages(); $lang_list = array(); foreach($lang_list_full as $key => $value) { $lang_list[] = $key; } \Breakdance\ConditionsAPI\register([ “supports” => [“element_display”, “templating”], “slug” => “TranslatePress4bd-condition”, // MUST BE UNIQUE “label” => “Language”, “category” =>…Continue reading

[bp_stage_syncfusion], [bp_chart], [bp_interpretation]

/********************************************************* * BLOCK 2 * Additional shortcodes: [bp_stage_syncfusion], [bp_chart], [bp_interpretation] * plus a helper function => bp_get_latest_reading() *********************************************************/ /** * HELPER => bp_get_latest_reading() * Returns { systolic, diastolic } or null if none found */ if(!function_exists(‘bp_get_latest_reading’)){ function bp_get_latest_reading(){ if(!is_user_logged_in()) return…Continue reading

[metabolic_syndrome]

/** * Plugin Name: Metabolic Syndrome (Aligned with CVD Code) * Description: Adds AJAX + Shortcode [metabolic_syndrome] with a grid-based layout, bigger gauge, and factor badges aligned with the style used in CVD code. */ /******************************************************* * 1) AJAX Handler…Continue reading

[cdx_4scores]

/** * Plugin Name: CDX 8 Scores (Bootstrap, Centered Formulas) * Description: Shortcode [cdx_4scores] => shows 8 body composition scores (BMR, TDEE, TBW, BFP, IBW, ABW, LBM, FFMI) in a responsive Bootstrap table with centered MathJax formulas. * Version: 1.0…Continue reading

Clamp Text size for Elementor

h1 {font-size: clamp(1.8125rem, 1.05328rem + 3.19672vw, 4.25rem);} h2 {font-size: clamp(1.5rem, 0.97439rem + 2.21311vw, 3.1875rem);} h3 {font-size: clamp(1.25rem, 0.89959rem + 1.47541vw, 2.375rem);} h4 {font-size: clamp(1.0625rem, 0.82889rem + 0.98361vw, 1.8125rem);} h5 {font-size: clamp(0.875rem, 0.71926rem + 0.65574vw, 1.375rem);} h6 {font-size: clamp(0.75rem, 0.67213rem +…Continue reading