Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter retronerd

    (@retronerd)

    Please can someone give me the code that I need to enter to stop the images from auto sizing? I cant figure this out at all from the code in the twitter link, where am I supposed to put that based on the code I have used here:

    This is my loop-achievements.php

    <thead>
    		<tr>
    
    			<th id="dpa-archive-achievements-image" scope="col"><?php _ex( 'Bild', 'column header for list of achievements', 'dpa' ); ?></th>
                <th id="dpa-archive-achievements-name" scope="col"><?php _ex( 'Achievement Name', 'column header for list of achievements', 'dpa' ); ?></th>
    			<th id="dpa-archive-achievements-karma" scope="col"><?php _ex( 'Karma', 'column header for list of achievements', 'dpa' ); ?></th>
    			<th id="dpa-archive-achievements-excerpt" scope="col"><?php _ex( 'Description', 'column header for list of achievements', 'dpa' ); ?></th>
    
    		</tr>
    	</thead>

    And this is my loop-single-achievement.php

    <td headers="dpa-archive-achievements-image">
    		<?php do_action( 'dpa_template_before_achievement_image' ); ?>
    
    		<?php dpa_achievement_image();?>
    
    		<?php do_action( 'dpa_template_after_achievement_image' ); ?>
    	</td>

    Thread Starter retronerd

    (@retronerd)

    Nope, wasnt me!

    Please can you explain what you mean here? I still have no idea what to do to fix this… could you give me code example?

    Thanks 🙂

    Thread Starter retronerd

    (@retronerd)

    Could you explain what you mean by that please? I am not a coder, so I could do with some help on this one!

    Cheers 🙂

Viewing 3 replies - 1 through 3 (of 3 total)