Posts by Eduardo Sully • 133 points
5 posts
-
2
votes1
answer377
viewsQ: Image problem in Advanced Custom Fields plugin
I am using Advanced Custom Fields in a job and created the following field and inserted out of the loop the code: <?php the_field('jogador_1'); ?> and is returning me the following error: 15,…
-
1
votes1
answer81
viewsA: Variable class
In the archive /wp-includes/media.php, look for this passage: $output .= "<{$itemtag} class='gallery-item'>"; $output .= " <{$icontag} class='gallery-icon {$orientation}'> $image_output…
-
0
votes1
answer81
viewsQ: Variable class
I have a content loop in Wordpress and within this loop I posted a gallery (also standard WP): <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php…
-
8
votes2
answers36925
viewsA: Change the "placeholder" color without affecting the "value" color
input, textarea { padding: 10px; display: block; width: 70%; } ::-webkit-input-placeholder { color: orange; font: 12px verdana, arial,…
-
-1
votes3
answers1142
viewsQ: Parallax Animation and Fade for Web
I’ve made all the moves of this URL in Adobe’s Muse and Edge Animate, but I want to do it in my fingernail by coding. Some hint of Parallax or similar animations in Codepen or Github? I want to…