Hello.
I'm having trouble changing the sources of this template. Is there any specific method to perform this procedure on that template. I own the font files you wish to insert the template and have tried several alternatives, yet the template ignores any attempt.
Awaiting return.
AS Templates
POSTED: 2016-04-14
Hello GIOVANEJANSEN,
There is no any specific methods, the template should be edited like any other Joomla template.
Regards, AS Team.
giovanejansen
POSTED: 2016-04-25
Hello!
Above sent a question, but I will better explain the procedures performed.
It was placed "NixieOne" as the source of all titles in the CSS.
The source was converted to web format. The file type "woff" "otf" and "svg" have been successfully passed to the site, but there was a problem when trying to pass the "eott". Therefore, this file was added by direct FTP.
It was added the following code in a CSS file with the following code in the template:
@font-face { /* declare fonts */
font-family: "NixieOne";
src: url("fonts/NixieOne.eot");
src: local("Museo 300"), local("Museo-300"),
url("fonts/NixieOne.woff") format("woff"),
url("fonts/NixieOne.otf") format("opentype"),
url("fonts/NixieOne.svg#NixieOne") format("svg");
}
It was added in fonts.php file a new case for NixieOne source, with the "fontlink" the address of the CSS file and how "fontfamily" 'NixieOne'.
It was also made this process using the Google Fonts link, instead of a CSS file itself.
In both cases there was no error message, but the source has not changed.
AS Templates
POSTED: 2016-04-25
Hello GIOVANEJANSEN,
Have you added it in the tmplDefault.xml file? What is your website url please?
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 having trouble changing the sources of this template. Is there any specific method to perform this procedure on that template. I own the font files you wish to insert the template and have tried several alternatives, yet the template ignores any attempt.
Awaiting return.
There is no any specific methods, the template should be edited like any other Joomla template.
Regards, AS Team.
Above sent a question, but I will better explain the procedures performed.
It was placed "NixieOne" as the source of all titles in the CSS.
The source was converted to web format. The file type "woff" "otf" and "svg" have been successfully passed to the site, but there was a problem when trying to pass the "eott". Therefore, this file was added by direct FTP.
It was added the following code in a CSS file with the following code in the template:
@font-face { /* declare fonts */
font-family: "NixieOne";
src: url("fonts/NixieOne.eot");
src: local("Museo 300"), local("Museo-300"),
url("fonts/NixieOne.woff") format("woff"),
url("fonts/NixieOne.otf") format("opentype"),
url("fonts/NixieOne.svg#NixieOne") format("svg");
}
It was added in fonts.php file a new case for NixieOne source, with the "fontlink" the address of the CSS file and how "fontfamily" 'NixieOne'.
It was also made this process using the Google Fonts link, instead of a CSS file itself.
In both cases there was no error message, but the source has not changed.
Have you added it in the tmplDefault.xml file? What is your website url please?
Regards, AS Team.