Could You please tell me if the LT Profile supports multi language sites ?
Best Regards,
maciomanus
ltheme
POSTED: 2015-01-26
Hello MACIOMANUS,
Yes, LT Profile supports multi language website, you just install Falang Joomla! extension and build the multi language websites easily http://extensions.joomla.org/extension/languages/multi-lingual-content/falang
maciomanus
POSTED: 2015-03-27
Dear LTheme,
Please tell me if the color backgrounds on the main site <HELLO / SERVICES / MY PORTFOLIO / etc. > can be replaced by photos like on our old website http://www.joannawos.com/en/aktualnosci.html ?
Best Regards,
maciomanus
ltheme
POSTED: 2015-03-28
Hello MACIOMANUS,
Yes, you can do it. Just open file 'template.css' and search for
1/ For "Hello" part
#sp-users-wrapper {
background: #34495e;
}
... replace to other color or background image you want http://www.w3schools.com/cssref/pr_background-image.asp
2/ For "Service" part
#sp-action-wrapper {
background: #479ccf;
}
3/ For "Portfolios" part, just add more CSS to define background
#sp-service-wrapper {
background: xyz; /* with 'xyz' is background color or image' */
}
4/ For "Statics"
#sp-position1-wrapper {
background: #479ccf;
}
Just replace it with other color or image like case (1).
Get an access to all 265 items designed and developed by LTheme team plus all the future items
which will be released over the course of your club subscription.
Price starting from $69.00
Could You please tell me if the LT Profile supports multi language sites ?
Best Regards,
maciomanus
Yes, LT Profile supports multi language website, you just install Falang Joomla! extension and build the multi language websites easily http://extensions.joomla.org/extension/languages/multi-lingual-content/falang
Please tell me if the color backgrounds on the main site <HELLO / SERVICES / MY PORTFOLIO / etc. > can be replaced by photos like on our old website http://www.joannawos.com/en/aktualnosci.html ?
Best Regards,
maciomanus
Yes, you can do it. Just open file 'template.css' and search for
1/ For "Hello" part
#sp-users-wrapper {
background: #34495e;
}
... replace to other color or background image you want http://www.w3schools.com/cssref/pr_background-image.asp
2/ For "Service" part
#sp-action-wrapper {
background: #479ccf;
}
3/ For "Portfolios" part, just add more CSS to define background
#sp-service-wrapper {
background: xyz; /* with 'xyz' is background color or image' */
}
4/ For "Statics"
#sp-position1-wrapper {
background: #479ccf;
}
Just replace it with other color or image like case (1).
Thank you,