Hey there,
Have you tried disabling all the plugins? Also, please post a link to your site. Thanks!
Thread Starter
vbdeco
(@vbdeco)
Hi,
It’s not a plugins problem, thank you.
This code is correct (there is a space) :
<?php previous_posts_link('<i class="fa fa-angle-double-left"></i>'. __( 'NEWER POSTS', 'nisarg' ) ); ?>
This code is not correct (no space) :
<?php next_posts_link( __( 'OLDER POSTS', 'nisarg' ). '<i class="fa fa-angle-double-right"></i>' ); ?>
I found a solution by add a space after “POSTS” in French translation, but it is not a correct one.
Sorry, i won’t post an URL on a public forum.
Regards
Hey there,
Glad you were able to fix this. Please mark this thread as resolved. Cheers 🙂
Thread Starter
vbdeco
(@vbdeco)
Hi,
Sorry, but it’s not resolve. Theme code is not correct and was not modified by developpers.
Regards.
Thread Starter
vbdeco
(@vbdeco)
Next time i will upgrade this theme, i’ll should lost my translation. So devellopers need to modify code in all files by adding this space.
-
This reply was modified 9 years, 7 months ago by
vbdeco.