hi,
i have a problem with the pricing table.
the first time i edit something in it everything is ok.
but if i want to edit it later the whole format collaps.
Hello,
I'd like to buy your LT Pro Business template, however I'm surprised to see that there is no direct link to social networking sites such as Twitter, Facebook etc. Did I miss the appropriate page/link or is it indeed so?
Many thanks in advance for your reply!
Sincerely,
Hasan
ltheme
POSTED: 2017-07-21
Hello ORHAN12,
Oh, this feature you just enable it via theme panel easily, we just hide it for demo based on our design.
I purchased LT Pro Business theme with extended license a couple days ago, but am experiencing difficulties getting it started. I use Wordpress version 4.8 in my computer and when I try to run the theme I receive a warning stating that "the theme doesn't contain style.css file". I tried to follow advices from various blogs like "unzipping and downloading via FTP" or "downloading in zip format using the cpanel" but nothing has worked. I'd appreciate your help in tackling this problem!
Sincerely,
Hasan
ltheme
POSTED: 2017-07-27
Hello ORHAN12,
Thanks for your info.
Do you want to install theme only or theme and sample data like demo? We can help you install theme and sample data like demo, just send me FTP account via email admin@ltheme.com, so our staff can help.
Hello to the support team
I would like to change the background color from white to gray and the font color from black to white. where and how do I have to enter the CSS CODE?
Thank you very much and greeted from Germany
ltheme
POSTED: 2018-03-24
Hello SWANWORKS,
Could you please send me your site address? So, I can help.
Hello to the support team
Color Active Link: we have 5 submenu items in the menu. In the demo, only the active submenu item is colored. With us all 5 submenus are colored if one is active. Here we need help.
Thank you very much
ltheme
POSTED: 2018-04-19
Hello SWANWORKS,
Can you send me site URL with your problem? So, I can help. I tried with https://www.celano.de/de/ but it's not dev website.
Great, thank you very much!
Have a new question. in the line Service (Home) all modules should be the same size (Flex). I have defined the following: style.css line 159:
.list-grid {
display: flex;
justify-content: center;
flex-wrap: wrap;}
As far as it works. Unfortunately, ".list-grid" is not just for the service modules. To avoid display errors in other areas, I would like to restrict "Flex" to service modules only. Can you help me with that? Thank you very much
ltheme
POSTED: 2018-06-24
Hello SWANWORKS,
You just put class below before your defined CSS class, as below
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
View History
i have a problem with the pricing table.
the first time i edit something in it everything is ok.
but if i want to edit it later the whole format collaps.
http://fs5.directupload.net/images/161020/gji4mfmb.jpg
http://fs5.directupload.net/images/161020/vs5d4gaq.jpg
Thanks for your details info.
Can you send me your site address and and admin login to email admin@ltheme.com , so I can help you check it.
View History
I'd like to buy your LT Pro Business template, however I'm surprised to see that there is no direct link to social networking sites such as Twitter, Facebook etc. Did I miss the appropriate page/link or is it indeed so?
Many thanks in advance for your reply!
Sincerely,
Hasan
Oh, this feature you just enable it via theme panel easily, we just hide it for demo based on our design.
If you have other questions, just let me know.
View History
I purchased LT Pro Business theme with extended license a couple days ago, but am experiencing difficulties getting it started. I use Wordpress version 4.8 in my computer and when I try to run the theme I receive a warning stating that "the theme doesn't contain style.css file". I tried to follow advices from various blogs like "unzipping and downloading via FTP" or "downloading in zip format using the cpanel" but nothing has worked. I'd appreciate your help in tackling this problem!
Sincerely,
Hasan
Thanks for your info.
Do you want to install theme only or theme and sample data like demo? We can help you install theme and sample data like demo, just send me FTP account via email admin@ltheme.com, so our staff can help.
View History
I would like to change the background color from white to gray and the font color from black to white. where and how do I have to enter the CSS CODE?
Thank you very much and greeted from Germany
Could you please send me your site address? So, I can help.
View History
View History
Color Active Link: we have 5 submenu items in the menu. In the demo, only the active submenu item is colored. With us all 5 submenus are colored if one is active. Here we need help.
Thank you very much
Can you send me site URL with your problem? So, I can help. I tried with https://www.celano.de/de/ but it's not dev website.
View History
It will be published after it has been approved by the Website Administrator.
View History
thanks
Thanks for your info. Can you recheck login? I tried but no luck.
View History
You're welcome!
View History
I fixed it for you, you can see CSS fix below in file 'style.css' (end of this file)
/* fix menu colored */
.header-site .nav-horizontal ul.sub-menu li a {
color: #111!important;
}
.header-site .nav-horizontal ul.sub-menu li.current-menu-item a {
color: #ff6600!important;
}
View History
Have a new question. in the line Service (Home) all modules should be the same size (Flex). I have defined the following: style.css line 159:
.list-grid {
display: flex;
justify-content: center;
flex-wrap: wrap;}
As far as it works. Unfortunately, ".list-grid" is not just for the service modules. To avoid display errors in other areas, I would like to restrict "Flex" to service modules only. Can you help me with that? Thank you very much
You just put class below before your defined CSS class, as below
.service-vertical-massive .list-grid {
display:flex;
justify-content: center;
flex-wrap:wrap;
}
So, this CSS will only effect for service part.