Regarding "read more" translation, I tried the two ways you mention in the blog, and neither one works, I still seee "read more", in AS Slider and other modules.
Question, in as-superfish menu, the menu tags are in uppercase, how could I disable this function, the site name begins with "e" and it must be as is.
And it looks like it is the same for the slider title,
Thanks
AS Templates
POSTED: 2019-12-23
Hello EXWARECONSULTING,
For the read more button please look MOD_ASSEQUENCE_SLIDER_READMORE constant in the "\language\en-GB\en-GB.mod_as_sequence_slider.ini" file (line 29).
The menu text transformation you can change in the 'templates/as002097/css/tmpl.default.css' file in the following class (line 2320)
ul.sf-menu > li > a, ul.sf-menu > li > span {
font-size: 14px;
line-height: 140px;
color:
#ffffff;
display: block;
padding: 0px 24px;
margin: 0px 2px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
font-weight: 500;
text-transform: uppercase;
}
I just cannot add any articles linked to Main menu elements, every time I try, I get an error message "404 Catégorie introuvable" I tried with a new article, and looks like it messing up with category taht should not be part of the game.
exemple:
http://www.e-xstorage.fr/index.php/classes-de-services/classe-bronze
Hi Support Team, in the Our Values - Content module, on the Basic Options tab, the Select Article is greyed out an can not be changed. Please tell me how I can make it editable.
We have recently seen that the "back to top" button only works in Firefox desktop browser. It doesn't works in mobil browser and Chrome Desktop. Have you any solution for us?
URL: www.meine-dämmung.de
Sincerely Dirk
AS Templates
POSTED: 2020-10-30
Hello KOHLRUSCH,
For checking and fixing this issue we need an access to your Joomla admin panel, the access info please put in the Special info area under your Purchased items section of your AS account.
Hello. You find now the access to our Joomla admin panel in the personal section. regards, Dirk
AS Templates
POSTED: 2020-11-02
Hello KOHLRUSCH,
It seems the access for editing template files is blocked for us, in the /templates/as002097/index.php file please replace line 601 with the following:
hello, I have 1.1 version and I downloaded 1.4 version and I would update Free Joomla Template 002097, but when I install it gives me an error:
Attenzione
Installazione estensione: un altro template sta utilizzando la cartella: /web/htdocs/www.adibolzano.org/home/templates/as002097free. Stai cercando di installare un'altra volta la stessa estensione?
How can I update instead of make a new fresh install? I would not configure any module again from scratch, thanks in advance!
We use the 002097. In order to continue using the template, we need an update to use PHP 8 and Joomla 4. Is this planned and if so, when? Thank you very much
AS Templates
POSTED: 2023-06-06
Hello RENKESIT,
Yes, we are planning to update it this month.
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
View History
Regarding "read more" translation, I tried the two ways you mention in the blog, and neither one works, I still seee "read more", in AS Slider and other modules.
Question, in as-superfish menu, the menu tags are in uppercase, how could I disable this function, the site name begins with "e" and it must be as is.
And it looks like it is the same for the slider title,
Thanks
For the read more button please look MOD_ASSEQUENCE_SLIDER_READMORE constant in the "\language\en-GB\en-GB.mod_as_sequence_slider.ini" file (line 29).
The menu text transformation you can change in the 'templates/as002097/css/tmpl.default.css' file in the following class (line 2320)
ul.sf-menu > li > a, ul.sf-menu > li > span {
font-size: 14px;
line-height: 140px;
color:
#ffffff;
display: block;
padding: 0px 24px;
margin: 0px 2px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
font-weight: 500;
text-transform: uppercase;
}
Regards, AS Team.
View History
I just cannot add any articles linked to Main menu elements, every time I try, I get an error message "404 Catégorie introuvable" I tried with a new article, and looks like it messing up with category taht should not be part of the game.
exemple:
http://www.e-xstorage.fr/index.php/classes-de-services/classe-bronze
Thanks for your help
View History
View History
We have recently seen that the "back to top" button only works in Firefox desktop browser. It doesn't works in mobil browser and Chrome Desktop. Have you any solution for us?
URL: www.meine-dämmung.de
Sincerely Dirk
For checking and fixing this issue we need an access to your Joomla admin panel, the access info please put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
View History
It seems the access for editing template files is blocked for us, in the /templates/as002097/index.php file please replace line 601 with the following:
<a href="#top"><i class="fa fa-chevron-circle-up"></i></a>
Than clear your browser cache and check the button.
Regards, AS Team.
View History
Attenzione
Installazione estensione: un altro template sta utilizzando la cartella: /web/htdocs/www.adibolzano.org/home/templates/as002097free. Stai cercando di installare un'altra volta la stessa estensione?
How can I update instead of make a new fresh install? I would not configure any module again from scratch, thanks in advance!
View History
I noticed this template was last updated in 2019. Can this template be used with the newer Joomla 4.2.5?
Thank you.
Rob
Not yet, we are working on updates, it will take some time.
Regards, AS Team.
View History
View History
We are planning to update all our templates.
Regards, AS Team.
View History
Yes, we are planning to update it this month.
Regards, AS Team.
View History
Do you have tipps,
Thank you, Dirk
Please check the following Joomla doc, it should help you: https://docs.joomla.org/Joomla_3.x_to_4.x_Step_by_Step_Migration
Regards, AS Team.
View History
where can I changed the grey transparent background of the top ? That one is behind the logo.
Best Sascha
You can do it by editing '/templates/as002090/css/tmpl.default.css' file the following class (line 2111)
.scrolled #menu-row {
background: rgba(42,43,44, 0.7) none repeat scroll 0 0;
-webkit-transform: translateZ(0);
}
Regards, AS Team.