It’s Kausar Alam: a WordPress Core Contributor, WordCamp Volunteer, Tech Support Specialist, Web Developer, and a proud Father of Three children.
-
elegantthemes.com
- San Francisco
- http://kausaralam.com
- https://profiles.wordpress.org/kausaralm/
- in/kausaralam21
Pinned Loading
-
custom-product-gallery-image
custom-product-gallery-image PublicThis plugin allows WooCommerce users to upload a custom image and add it to all product galleries
PHP
-
-
-
akramulhasan/wpfy-scroller
akramulhasan/wpfy-scroller PublicThis is a tiny but useful plugin to add a simple icon in website bottom area. When you will scroll down a while, this clickable icon will be visible and after click it will take you to the top of t…
PHP
-
awesome-wordpress-code-snippets
awesome-wordpress-code-snippets PublicForked from faisalahammad/awesome-wordpress-code-snippets
JavaScript 1
-
This section presents a custom JavaS...
This section presents a custom JavaScript code snippet designed to remove image titles on hover within the Divi Gallery Module of WordPress. The code effectively addresses a common user concern by enhancing the gallery's usability without extensive changes to the website's codebase. 1jQuery(document).ready(function($){
2$( ".et_pb_gallery_image a" )
3.mouseenter(function() {
4var title = $(this).attr("title");
5$(this).attr("temp_title", title);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.