Hello. I have a question about the template ID 002046. I want to replace the default font (BenchNine:400) on similar font contains Cyrillic characters. I chose a font "Open Sans Condensed". How do I add it to the template? I want to be able to select the font in the standard dialog box "General Configuration Parameters"?
AS Templates
POSTED: 2015-09-27
Hello LOGONER,
The font should be added to fonts.php file and templateDeatils.xml file, if you will have any problems with adding the phone please let us know.
Regards, AS Team.
Logoner
POSTED: 2015-10-01
Hello AS Team,
I added the font to templateDeatils.xml file and fonts.php file, and add .ttf file to the fonts folder. The font on the website is now available for selection and changes to the website frontend. But not in the module as_menu. The module as_menu need to add an additional font. I changed mod_as_menu\mod_as_menu.xml file and mod_as_menu\tmpl\fonts.php file, but this change did not help. The font is now available for selection in the module settings, but not changes to the frontend of the site. The menu module frontend site changes have occurred.
What files do I need to change to be able to use the font "Open Sans Condensed" in module as_menu?
AS Templates
POSTED: 2015-10-01
Hello LOGONER,
What is your site url please? We have to see the source code.
Regards, AS Team.
Logoner
POSTED: 2015-10-01
Hello AS Team,
This is my site url (standspb.gomanweb.ru).
This is a temporary link. When my site is working as it should, he will be transferred to www.stand.spb.ru
AS Templates
POSTED: 2015-10-02
Hello LOGONER,
Accordingly to your site source code you still have selected BenchNine font for your menu, our suggestion is to add the following class in the style.custom.css file:
#as-menu ul.as-menu > li > a,
#as-menu ul.as-menu > li > span
{
"Open Sans Condensed",sans-serif !important
font-size: 18px;
font-weight: 400;
}
Regards, AS Team.
Logoner
POSTED: 2015-10-02
Good morning, thank you, solved the problem.
I added the following class in the style.custom.css file:
#as-menu ul.as-menu > li > a,
#as-menu ul.as-menu > li > span
{
font-family: 'Open Sans Condensed', sans-serif !important;
font-size: 18px;
font-weight: 400;
}
My site is now working as it should.
Logoner
POSTED: 2016-04-15
Hello team AStemplates. I have one more question on the template id 002046.
Your demo site, the index.php file generates the following code section COLUMN MAIN:
... <Div id = "component" class = "span9"> ...
and Section COLUMN RIGHT:
... <Div id = "aside-right" class = "span3"> ...
I do not know what has changed on my site, but I have in the same places on the site:
<Div id = "component" class = "span8">
and
<Div id = "aside-right" class = "span4">
I checked the 'Extensions' -> 'Module manager', tab 'Advansed', the field 'Bootstrap Size' is set to 0.
I changed the value to 3 for EVENTS & NEWS section.
This action does not yield any results.
What actions I still have to take to restore the layout in accordance with the original template?
My pre-production version of the site you can see on the URL standspb.gomanweb.ru
Thanks for the help.
AS Templates
POSTED: 2016-04-16
Hello LOGONER,
The sidebar size you can change using the template Sidebars configuration parameters, see Left/Right sidebar width.
Regards, AS Team.
Logoner
POSTED: 2016-04-16
Hello AS Team,
Thank you so much. You are best!
Regards, LOGONER.
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
The font should be added to fonts.php file and templateDeatils.xml file, if you will have any problems with adding the phone please let us know.
Regards, AS Team.
I added the font to templateDeatils.xml file and fonts.php file, and add .ttf file to the fonts folder. The font on the website is now available for selection and changes to the website frontend. But not in the module as_menu. The module as_menu need to add an additional font. I changed mod_as_menu\mod_as_menu.xml file and mod_as_menu\tmpl\fonts.php file, but this change did not help. The font is now available for selection in the module settings, but not changes to the frontend of the site. The menu module frontend site changes have occurred.
What files do I need to change to be able to use the font "Open Sans Condensed" in module as_menu?
What is your site url please? We have to see the source code.
Regards, AS Team.
This is my site url (standspb.gomanweb.ru).
This is a temporary link. When my site is working as it should, he will be transferred to www.stand.spb.ru
Accordingly to your site source code you still have selected BenchNine font for your menu, our suggestion is to add the following class in the style.custom.css file:
#as-menu ul.as-menu > li > a,
#as-menu ul.as-menu > li > span
{
"Open Sans Condensed",sans-serif !important
font-size: 18px;
font-weight: 400;
}
Regards, AS Team.
I added the following class in the style.custom.css file:
#as-menu ul.as-menu > li > a,
#as-menu ul.as-menu > li > span
{
font-family: 'Open Sans Condensed', sans-serif !important;
font-size: 18px;
font-weight: 400;
}
My site is now working as it should.
Your demo site, the index.php file generates the following code section COLUMN MAIN:
... <Div id = "component" class = "span9"> ...
and Section COLUMN RIGHT:
... <Div id = "aside-right" class = "span3"> ...
I do not know what has changed on my site, but I have in the same places on the site:
<Div id = "component" class = "span8">
and
<Div id = "aside-right" class = "span4">
I checked the 'Extensions' -> 'Module manager', tab 'Advansed', the field 'Bootstrap Size' is set to 0.
I changed the value to 3 for EVENTS & NEWS section.
This action does not yield any results.
What actions I still have to take to restore the layout in accordance with the original template?
My pre-production version of the site you can see on the URL standspb.gomanweb.ru
Thanks for the help.
The sidebar size you can change using the template Sidebars configuration parameters, see Left/Right sidebar width.
Regards, AS Team.
Thank you so much. You are best!
Regards, LOGONER.