Related item extended: Text does not move to the right of the thumbnail
- Posted by Hai (4) Offline
Hi,
I am using your related item extended. I configured the thumnail on the left but the text does not move to the right of the thumbnail.
Please see attached screenshot and give me a help.
Thank you,
Hai
8 years 4 months ago #1
by Hai
I am using your related item extended. I configured the thumnail on the left but the text does not move to the right of the thumbnail.
Please see attached screenshot and give me a help.
Thank you,
Hai
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi, it looks like some of module css is overrided by your template css. Try to add this code to your css file :
8 years 4 months ago #2
by TemplatePlazza
.ac article header {
clear:none;}
Please Log in or Create an account to join the conversation.
- Posted by Hai (4) Offline
Thank you,
It works now.
By the way, can you tell me how to translate RELATED ARTICLES to my language?
Regards,
Hai
8 years 4 months ago #3
by Hai
It works now.
By the way, can you tell me how to translate RELATED ARTICLES to my language?
Regards,
Hai
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
It's easy, You can modify this file with your favorite php editor :../language/en-GB/en-GB.mod_relateditems_xtd.ini, arround lines 157 you will see this string :Simply change it into what you'd like to.
Or alternatively, you can copy these files :
../language/en-GB/en-GB.mod_relateditems_xtd.ini
../language/en-GB/en-GB.mod_relateditems_xtd.sys.ini
to
../language/vi-VN/vi-VN.mod_relateditems_xtd.ini
../language/vi-VN/vi-VN.mod_relateditems_xtd.sys.ini
and modify the ../language/vi-VN/vi-VN.mod_relateditems_xtd.ini file
8 years 4 months ago #4
by TemplatePlazza
RELATED_ARTICLE="Related Articles"
Or alternatively, you can copy these files :
../language/en-GB/en-GB.mod_relateditems_xtd.ini
../language/en-GB/en-GB.mod_relateditems_xtd.sys.ini
to
../language/vi-VN/vi-VN.mod_relateditems_xtd.ini
../language/vi-VN/vi-VN.mod_relateditems_xtd.sys.ini
and modify the ../language/vi-VN/vi-VN.mod_relateditems_xtd.ini file
Please Log in or Create an account to join the conversation.
- Posted by Hai (4) Offline
- Posted by TemplatePlazza (5310) Offline