Posts by Vinícius Ribeiro • 11 points
2 posts
-
0
votes3
answers2161
viewsA: How to leave buttons fixed in floating div
Hello! Set the div "PAI" that is 200px high with position: relative; In the div with the buttons, set the position Fixed but leave the bottom reset. So the button will always be fixed in the footer…
-
0
votes0
answers235
viewsQ: Generate image causes error imagettftext invalid font filename - wordpress
I am working on a wordpress project, and I need to generate an image dynamically, using PHP’s imagecreatefromjpeg() function in addition to the imagettftext() function to add custom text to the…