Display Name

add_filter(‘frm_user_id_display’, ‘frm_show_user_display_name_1’); function frm_show_user_display_name_1() { return ‘display_name’; }Continue reading

Underline Animate to Highlight Text | Hover Before:After

.highlight-underline-animate { position: relative; display: inline-block; font-weight: 500 !important; /* Medium-bold and forced */ cursor: pointer; line-height: 1; padding: 0 2px; z-index: 1; } /* Always-visible thin underline */ .highlight-underline-animate::after { content: “”; position: absolute; left: 0; bottom: -0.1em; width:…Continue reading

Home Page

{ “@context”: “https://schema.org”, “@type”: “LocalBusiness”, “name”: “Angela Luna Therapy”, “url”: “https://angelalunatherapy.com/”, “logo”: “https://angelalunatherapy.com/wp-content/uploads/2023/11/LOGO-Angela_Luna.png”, “image”: “https://angelalunatherapy.com/wp-content/uploads/2023/11/LOGO-Angela_Luna.png”, “description”: “Holistic trauma therapy specializing in Art Therapy, EMDR, Brainspotting, and Soul Collage.”, “address”: [ { “@type”: “PostalAddress”, “streetAddress”: “1614 Woolsey St, Suite D”, “addressLocality”:…Continue reading

BuddyBoss UI Sized

@media (max-width: 768px) { .activity-content * { font-size: 20px; } .activity-list .activity-item .bp-activity-head .activity-avatar img.avatar { max-width: 40px; } .activity-list .activity-item .activity-header * { font-size: 18px; } .activity-group-avatar .group-avatar { max-width: 40px; width: 40px; height: 40px; } .activity-group-avatar .author-avatar {…Continue reading

Custom Separator

function getSeparator() { return window.location.href.includes(‘?’) ? ‘&’ : ‘?’; } document.addEventListener(‘om.Dtr.init’, function (event) { const separator = getSeparator(); event.detail.Dtr.setCustomVariable(‘separator’, separator); });Continue reading