Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Hello everybody,
    It’s the same thing for me, I would like to translate the file in french, but with the english PO file, it will be more easy.

    Erwan, si tu veux on peut avancer la traduction ensemble ou en tout cas en cas de doute sur quoi que ce soit si tu as besoin… Mais moi aussi sans le fichier PO, je galère…

    This is not duplacate, you must have thumbs but size is problem…
    II had the same problem, and i modify the code.
    In the file wp-ad-gallery/shortcode/shortcode.php
    at the end, you will find that :

    $image_src = "<a href='$img_src[0]'><img src='$img_src[0]' title='$img_title' alt='$img_alt' height='100' class='image-$id'>";
    
    		$output .= "
    <li>";
    		$output .= "$image_src";
    		$output .= "</li>
    </a>
    		";
    	}
    
    	$output .= "		<!-- .ad-thumb-list -->
    			</div><!-- .ad-thumb -->
    		</div><!-- .ad-nav -->
    		</div><!-- .image-wrapper-container' -->\n";
    
    	return $output;
    }
    
    ?>

    I changed that :
    $image_src = "<a href='$img_src[0]'><img src='$img_src[0]' title='$img_title' alt='$img_alt' height='100px' width='100px' class='image-$id'>";
    Maybe it’s not a good solution but it’s working for me.
    Sorry for my bad english…

Viewing 2 replies - 16 through 17 (of 17 total)