uploaded from localhost, added language, overrides, everthing works fine;
only one last problem; test mail doesn't work
×
Notice
Could not start mail function.
×
Error
Test mail could not be sent.
can you help?
thx
ltheme
POSTED: 2018-12-24
Hello GODOTJE,
Please make sure that your hosting support PHP mailer function. You can ask your hosting provider about this.
Hi. After installing the template, the site needed to be updated.
"Quix Pro Update" & "Advanced Portfolio Pro" are not updated automatically. How should they be updated from their site? Can you please guide me? Thanks
For your RTL layout, it's Persian language, and this font size language is bigger, so I add letter spacing for your slider text, it's working well now, please recheck.
Also the last update of Quix required is: 2.7.6.2 but the link you sent it is 2.7.5.1
Could you update the link. Thanks
ltheme
POSTED: 2020-12-08
Hello NADERFARID,
1. It's letter spacing as I told you before. You just add CSS to set letter spacing for your slider text layer, example: go to Template Settings, open tab "Custom Code" and add more CSS as below to set letter spacing for slider text.
.tp-splitted {
letter-spacing: 2!important;
}
You can change letter-spacing value, I just put "2" as example value.
Thank you for your guid and the link.
I changed the value and start from -10 to 10. which means I tried 20 different value and nothing changed. I'm sure something is wrong with Unit Slider Component.
1- I have been using AC templates for many years and the slider always worked flawlessly and there was never a problem with spacing for Persian letters. Isn't that weird?
Examples: acmiran.net, iranianinfo.ca, iranlc.net, mmiran.net, samanehmeli.net and...
2- This bug does not exist in "lt_psychex" template, which uses the same component.
2- Why the words are displayed correctly in the admin section but the letters are displayed separately in the front.
ltheme
POSTED: 2020-12-08
Hello NADERFARID,
So sorry, my mistake, I missed 'px' before value, my mean is
Sir,
I tried this code, this code only increases or decreases the space between the letters, and the problem remains. Maybe you do not know the Arabic and Persian words, you think the problem will be solved by increasing or decreasing the space, but this is not the case. Persian and Arabic letters change shape when connected. The problem is that it does not connect them.
This bug does not exist in "lt_psychex" template, which uses the same component but why this happening in this template.
Why doesn't this happen on the other sliders I use?
acmiran.net, iranianinfo.ca, iranlc.net, mmiran.net, samanehmeli.net and...
ltheme
POSTED: 2020-12-09
Hello NADERFARID,
Yes, actually we do not have much knowledge with Arabic and Persian words. I see you changed the solution with image layer instead for text, and it's good now.
For text spacing, when you add text, unite slider add letter spacing value by default, i think this is issue, you can try to unset it, leave it back to default view
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
You can follow this guide https://stackoverflow.com/questions/5665571/auto-increment-in-phpmyadmin
Just set it for ID of module table.
View History
It will be published after it has been approved by the Website Administrator.
View History
Thank you for your update!
If you need more help, feel free let me know.
View History
uploaded from localhost, added language, overrides, everthing works fine;
only one last problem; test mail doesn't work
×
Notice
Could not start mail function.
×
Error
Test mail could not be sent.
can you help?
thx
Please make sure that your hosting support PHP mailer function. You can ask your hosting provider about this.
View History
i'm always hosting with the same provider one.com
never had problems,
Please test email function via Admin > User > Mass Mail, if your hosting email work, then this function should be sent.
View History
thx for all your patience
have a happy new year!
Glad your problem has been solved.
Merry Xmas & Happy New Year!
View History
"Quix Pro Update" & "Advanced Portfolio Pro" are not updated automatically. How should they be updated from their site? Can you please guide me? Thanks
You can download
https://www.dropbox.com/s/gmo17cmn5hw4fqb/pkg_quix-pro.zip?dl=0
and
https://www.dropbox.com/s/1lpubvejffsh1q6/com_advportfoliopro_v4.2.0_j3.zip?dl=0
and install it via Admin > Extension > Manage > Install, and recheck.
For your RTL layout, it's Persian language, and this font size language is bigger, so I add letter spacing for your slider text, it's working well now, please recheck.
View History
It will be published after it has been approved by the Website Administrator.
View History
It will be published after it has been approved by the Website Administrator.
View History
Could you update the link. Thanks
1. It's letter spacing as I told you before. You just add CSS to set letter spacing for your slider text layer, example: go to Template Settings, open tab "Custom Code" and add more CSS as below to set letter spacing for slider text.
.tp-splitted {
letter-spacing: 2!important;
}
You can change letter-spacing value, I just put "2" as example value.
2. Please download latest package at https://www.dropbox.com/s/pcitz5ew8wvw9ce/pkg_quix_pro.zip?dl=0
View History
I changed the value and start from -10 to 10. which means I tried 20 different value and nothing changed. I'm sure something is wrong with Unit Slider Component.
1- I have been using AC templates for many years and the slider always worked flawlessly and there was never a problem with spacing for Persian letters. Isn't that weird?
Examples: acmiran.net, iranianinfo.ca, iranlc.net, mmiran.net, samanehmeli.net and...
2- This bug does not exist in "lt_psychex" template, which uses the same component.
2- Why the words are displayed correctly in the admin section but the letters are displayed separately in the front.
So sorry, my mistake, I missed 'px' before value, my mean is
.tp-splitted {
letter-spacing: 2px!important;
}
View History
I tried this code, this code only increases or decreases the space between the letters, and the problem remains. Maybe you do not know the Arabic and Persian words, you think the problem will be solved by increasing or decreasing the space, but this is not the case. Persian and Arabic letters change shape when connected. The problem is that it does not connect them.
This bug does not exist in "lt_psychex" template, which uses the same component but why this happening in this template.
Why doesn't this happen on the other sliders I use?
acmiran.net, iranianinfo.ca, iranlc.net, mmiran.net, samanehmeli.net and...
Yes, actually we do not have much knowledge with Arabic and Persian words. I see you changed the solution with image layer instead for text, and it's good now.
For text spacing, when you add text, unite slider add letter spacing value by default, i think this is issue, you can try to unset it, leave it back to default view
.tp-splitted {
letter-spacing: none!important;
}