Hello,
I'm trying to pay via paypal but the paypal page is not showing entirely... can I pay if I am in France?
Thanks,
Maud
AS Templates
POSTED: 2014-04-30
Hello MDCHRMTNT,
Yes, you can. Just checked PayPal page it works just fine.
Regards, AS Team.
mdchrmtnt
POSTED: 2014-05-09
Hello,
When I try to change some modules' settings, the button "save" or "save and close" etc. don't work: I noticed that with the gallery module and the breadcrumbs. Can you help me please?
AS Templates
POSTED: 2014-05-09
Hello MDCHRMTNT,
Have you updated Joomla to 3.3? If so, there latest Joomla version has a bug, hope it will be resolved soon, temporary the issue can be resolved by editing configuration.php file on your server in the root folder, open it and change the 'debug' parameter value from 0 to 1.
Hope it will help you.
Regards, AS Team.
mdchrmtnt
POSTED: 2014-05-10
Hello,
Thanks, I am going to try that. Thanks for your precious help!
Regards,
Maud
mdchrmtnt
POSTED: 2014-05-10
It worked :)
mdchrmtnt
POSTED: 2014-05-27
Hello,
How can I change the date format to d-m-Y (French format)?
I tried on the fr-FR.ini, on the gb-GB.ini and checked the file default.php in the com_content/views/article folder. It doesn't seem to go with the languages files... Can you help me?
Thanks
AS Templates
POSTED: 2014-05-27
Hello MDCHRMTNT,
On which page we can see the dates? Please provide us the page url.
Regards, AS Team.
mdchrmtnt
POSTED: 2014-05-28
oops, it is here: http://www.beaujolais-charmetant.com/index.php/actualites
AS Templates
POSTED: 2014-05-28
Hello MDCHRMTNT,
The date format you can change in the following file on your server:
http://www.beaujolais-charmetant.com/language/en-GB/en-GB.tpl_as002066.ini
If you have another language installed in your Joomla admin panel you have make changes in appropriate language folder and file,
Please look for constant called:
DATE_FORMAT_TPL4="y. m. d"
and change it to:
DATE_FORMAT_TPL4="d-m-Y"
Or you can rewrite the constant in your Joomla admin panel -> Extensions -> Language Manager -> Overrides panel.
Just create a new Language Constant named: DATE_FORMAT_TPL4
and in the text field put: d-m-Y
Regards, AS Team.
mdchrmtnt
POSTED: 2014-05-28
THANK YOU!
mdchrmtnt
POSTED: 2014-06-19
Hello,
I just released a new website with this great template.
One person showed me a little bug: she has a little screen and she uses mozilla firefox, which is very large at the top.
The result is that the logo is very low on the screen and it is sometimes cut by the footer.
My question : there seems to be a fixed numer of pixels between the top of the logo and the top of the site. Is it possible to put a percetage or a different number of pixels anywhere?
Here is the address to the website: http://beaujolais-charmetant.com/
To see the bug, just play with the low side of the navigator.
Thank you in advance for your help.
Maud
AS Templates
POSTED: 2014-06-19
Hello MDCHRMTNT,
You have to edit the following class in the tmpl.default.css file:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I'm trying to pay via paypal but the paypal page is not showing entirely... can I pay if I am in France?
Thanks,
Maud
Yes, you can. Just checked PayPal page it works just fine.
Regards, AS Team.
When I try to change some modules' settings, the button "save" or "save and close" etc. don't work: I noticed that with the gallery module and the breadcrumbs. Can you help me please?
Have you updated Joomla to 3.3? If so, there latest Joomla version has a bug, hope it will be resolved soon, temporary the issue can be resolved by editing configuration.php file on your server in the root folder, open it and change the 'debug' parameter value from 0 to 1.
Hope it will help you.
Regards, AS Team.
Thanks, I am going to try that. Thanks for your precious help!
Regards,
Maud
How can I change the date format to d-m-Y (French format)?
I tried on the fr-FR.ini, on the gb-GB.ini and checked the file default.php in the com_content/views/article folder. It doesn't seem to go with the languages files... Can you help me?
Thanks
On which page we can see the dates? Please provide us the page url.
Regards, AS Team.
The date format you can change in the following file on your server:
http://www.beaujolais-charmetant.com/language/en-GB/en-GB.tpl_as002066.ini
If you have another language installed in your Joomla admin panel you have make changes in appropriate language folder and file,
Please look for constant called:
DATE_FORMAT_TPL4="y. m. d"
and change it to:
DATE_FORMAT_TPL4="d-m-Y"
Or you can rewrite the constant in your Joomla admin panel -> Extensions -> Language Manager -> Overrides panel.
Just create a new Language Constant named: DATE_FORMAT_TPL4
and in the text field put: d-m-Y
Regards, AS Team.
I just released a new website with this great template.
One person showed me a little bug: she has a little screen and she uses mozilla firefox, which is very large at the top.
The result is that the logo is very low on the screen and it is sometimes cut by the footer.
My question : there seems to be a fixed numer of pixels between the top of the logo and the top of the site. Is it possible to put a percetage or a different number of pixels anywhere?
Here is the address to the website: http://beaujolais-charmetant.com/
To see the bug, just play with the low side of the navigator.
Thank you in advance for your help.
Maud
You have to edit the following class in the tmpl.default.css file:
.body__splash .header-wrapper
{
margin-top: 200px;
}
Regards, AS Team.