Dynamic Monsterlinks By Class Name

// Target by class name window.onload = function(){ const dynamicMonsterLinks = document.querySelectorAll("a.myClass"); dynamicMonsterLinks.forEach(dynamicMonsterLinks => dynamicMonsterLinks.href =…

MemberPress: Allow Users to Pause/Resume Subscriptions Only for Specific Memberships

For this code snippet to work, the Allow members to pause/resume their subscription option needs to…

font-family.css

div#om-{{id}} * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }

fullPage.js

Register and Enqueue fullPage.js library

pixel fb

Adrian Grygiewicz
<10

Allow SVG Files Upload

Add support for SVG files to be uploaded in WordPress media.

Disable filter added by the Caddy plugin that hides WooCommerce shipping rates

Removes the filter that hides other WooCommerce shipping rates when free shipping is available, allowing all…

EJEMPLO SHORDCODE CON ATRIBUTO

///Shortcode con atritubo //Ejemplo de uso [shorcode_name atributo="Valor Aqui"] echo "el atributo que colocaste es: ";…

mailpoet close css

MailPoet 弹窗缩小效果

dd XuZhu
<10

Single User in Idea Space

This is the view of a single user in idea space. There is a profile image,…

MemberPress: Redirect Users After Login Based on Roles

This code snippet customizes the login redirection in MemberPress based on user roles. Users with roles…

1 172 173 174 175 176 223