You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This 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…
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.
1
jQuery(document).ready(function($){
2
$(".et_pb_gallery_image a")
3
.mouseenter(function(){
4
vartitle=$(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.