Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi @rilanatnt I’m not sure what would be causing this.

    What does the repeater template look like?

    Thread Starter rilanatnt

    (@rilanatnt)

    <a class="post-holder posturl grid-item" href="<?php the_permalink(); ?>">
    
    	<div class="featured-img-holder">
        	<?php 
    			the_post_thumbnail( 'medium'); 
    		?>
        
       <img src="<?php echo $thumb[0]; ?>"	>
    		
    	</div>
    <h3><?php the_title(); ?></h3>
    <div class="bolg-expert zwischentitel">
    <?php 
    	the_field("einleitung");
    ?>					
    				</div>
    	</a>

    Thank you this is supper wierd. Because it works with one Authors Page but not with the other and it is the same code and function. There must be maeby a WPML Config error?

    https://gallery.tnt-staging.ch/en/author/schmuck8/
    https://gallery.tnt-staging.ch/en/author/stroh-zu-gold/

    Plugin Author Darren Cooney

    (@dcooney)

    Hmm, yea I’m not really sure what would cause this… I checked the Network requests and ALM thinks that the site is in en which is correct.

    I just dont have any ideas other than missing translations.

    Thread Starter rilanatnt

    (@rilanatnt)

    All transaltions are there as you can see on the front page it works

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wrong language on Authors Page’ is closed to new replies.