Related Items Extended questions

Hi
I need to change some settings in the module:
- How to translate “Related Items” into italian?
- How to set it to appear a bit earlier than the real bottom of the page?
- How to override the font setting (colore and size) to prevent future update restoring? To set a different font color I need to change it into module css file, the Gantry ovveride doesn't work.
10 years 3 months ago #1 by theant

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi,

- How to translate “Related Items” into italian?

You can create your own translation by duplicating and modifying this file [root]/language/en-GB/en-GB.mod_relateditems_xtd.ini to [root]/language/it-IT/it-IT.mod_relateditems_xtd.ini

- How to set it to appear a bit earlier than the real bottom of the page?

You can try to add this code to your css file

#slidetag {
margin-top:-300px!important;}

- How to override the font setting (colore and size) to prevent future update restoring? To set a different font color I need to change it into module css file, the Gantry ovveride doesn't work.

You can add the override to your gantry css files. If it doesn't work, try to add
!important
at the end of your css properties
10 years 3 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Thanks a lot.
Only the last one isn't ok because breaks the category blog layout.
10 years 3 months ago #3 by theant

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline

Only the last one isn't ok because breaks the category blog layout.

Can you tell me what you're trying to change and how did you do that? Alsp, can you let me know the URL of your site so I can take a look?
10 years 3 months ago #4 by TemplatePlazza

Please Log in or Create an account to join the conversation.

www.vorrei.org/culture/10430-rossella-mo...rale-in-brianza.html

adding
#slidetag {
margin-top:-300px!important;}
it breaks the category blog layout in pages like this:
www.vorrei.org/culture.html
10 years 3 months ago #5 by theant

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline

it breaks the category blog layout in pages like this:
www.vorrei.org/culture.html

Hmm, i didn't see any (considered as) broken layout on that page. Can you tell me what it's supposed to be ?
10 years 3 months ago #6 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum