Tagged: child theme, enfold, meta, posts
Hello
this is probably a RTL languages related bug
I hope you can help me solve it
in every blog post at my of my enfold blog, where is should display the post info below the post title
there’s a bug switching between the year (of the Date Posted) and ‘# of Comments’
for example –
instead of: 21 april 2013 / 3 Comments / in “Category”/ by Author.
it shows: 21 april 0 / 2013 Comments / in “Category”/ by Author.
well.. i wish i had 2013 comments (or 2014 or 2015 and so on..) but it’s not the case
can you help me fix it?
below there’s a link for a post with that problem (just for example but it happens in all the posts)
and also link to a screen shot with translation (because the ‘is Date Posted / # of Comments / in “Category”/ by Author.’ is in Hebrew, a RTL language, which probably the reason for the bug)
—
If it’s the hebrew cousing the problem and it cant be solve by changing the code order I wouldn’t mind displaying only the ‘is Date Posted / # of Comments / in “Category”/ by Author.’ in english – if it will solve the probelem, is it possible?
thank you
Doron
Hey Doron!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following:
Try to use the following:
.post-meta-infos time {
float: right !important;
}
Best regards,
Günter
Perfect! now it’s in the right order
thank you so much!
Doron