you do not have to publish this posting if you don't like - I just wanted to know why this is not possible in Joomla templates.
My workaround (before you implemented your solution) was like described below. Since I am not a Joomla specialist it could well be that it is bad programming style - but at least it does what it should.
So I would be glad if you tell me what speaks against this solution. probably it would help me not to run into any Problems.
The modified section starts at line 79 in index.php.
<jdoc:include type="head" />
####### my Code starts here ##########
<link href="<?php echo 'templates/'.$this->template.'/css/style.custom.css'?>" rel="stylesheet" type="text/css" />
####### end of Change ##########
of course I have seen your implementation in the last line before 'head' closing tag.
Unfortunately it seems that the addStyleSheet function doesn't guarantee an order of the included Stylesheets. So the result is, that style.custom.css is included somewhere inbetween other Stylesheets on the final Website but not as the last one. You can check this in the generated source-code of your demo-Website for this template.
My implementation inserts the link directly before the end of 'head' section - only the font-settings will be afterwards and that's ok (at least for me).
This would allow to override all previously defined (or included) styles of the template.
I have the free version and I am checking it out to see if we can do what we want to do with it. (example we want to change the a2a882 color to a different color, I try editing the tmpl.default.css file and it doesnt take. I have tried it from within joomla itself and making the changes in notepad++ and it doesn't work.) I saw that all the positions are not available with the free version. We plan on buying the template if we are able to do what we need with it.
Thanking you in advance and awaiting your urgent response.
AS Templates
POSTED: 2018-01-16
Hello UNITEDBA,
Our support is available for the premium version only, we will help you to change the color after purchasing the premium version.
Dear AS Team, Some years ago I bought the AS Template 002077 version. I have not used it yet however when I installed it now, I realized I cannot use the mouse (scroll) function in Chrome browser. Do you have any ideas for it? Any other browser it is working correctly. Thank you. Regards, Ferenc
AS Templates
POSTED: 2018-01-18
Hello MERLIN79,
We are sorry, your license for our support is expired, you may extend it from your AS account.
Thanks for the info to change the text logo. Is there a way to change it for the mobile view as well because what is happening in the mobile view the text is still off the screen. Can I change the text size for the mobile view as well?
AS Templates
POSTED: 2018-01-19
Hello UNITEDBA,
In the style.custom.css file please add the following code:
1) how can I remove the little square next to the home button.
2) there is a white space that enlarges when you scroll; between the menu and the slide and it doesn't look good. It happens on both the desktop and mobile versions. How can this be adjusted so that doesnt happen
I need to grant access to a Publisher for a Website I create. Editing articles in the frontend unfortunately leads to Problems.
Configuration seems fine for me. I can see the necessary Tabs "Content", "Images and links", "Publishing" etc. but I can only select the first one, "Content". If I click on any other tab, nothing happens.
If I change the default template from AS022077 to protostar it works as expected.
Any idea what I could do to get frontend editing for a Publisher working?
How do I activate reCAPTCHA in AS CONTACT FORM?
I activated the joomla captcha-plugin and selected it in joomla configuration but it is not shown in the contact-form.
Thanks for your answer,
Peter
AS Templates
POSTED: 2018-03-07
Hello MVTSCHERMANN,
We are sorry, AS Contact form does not have such option.
Thank you for your answer concerning AS Contact Form.
It's a pity that reCaptcha doesn't work.
I have another open request from Feb. 21st concerning frontend editing. Could you reproduce the problem and is there any chance to use frontend editing the way it is intended?
Regards, Peter
AS Templates
POSTED: 2018-03-08
Hello MVTSCHERMANN,
For checking this issue can you please provide us with 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 AS Team,
did you find the provided Access-info already and are the access-rights sufficient for your Tests?
regards,
Peter
AS Templates
POSTED: 2018-03-13
Hello MVTSCHERMANN,
There is no enough rights for us, but this issue was fixed in the latest template version, please download it from your AS account and replace updated files accordingly to the release page: https://www.astemplates.com/joomla-template-news/383-002077
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
you do not have to publish this posting if you don't like - I just wanted to know why this is not possible in Joomla templates.
My workaround (before you implemented your solution) was like described below. Since I am not a Joomla specialist it could well be that it is bad programming style - but at least it does what it should.
So I would be glad if you tell me what speaks against this solution. probably it would help me not to run into any Problems.
The modified section starts at line 79 in index.php.
<jdoc:include type="head" />
####### my Code starts here ##########
<link href="<?php echo 'templates/'.$this->template.'/css/style.custom.css'?>" rel="stylesheet" type="text/css" />
####### end of Change ##########
<!--[if lt IE 9]>
<script src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/js/html5shiv+printshiv.js"></script>
<![endif]-->
<?php
include_once 'styles.php';
echo $bodyfont_arr['fontlink'];
if($hfont_arr['fontlink'] != $bodyfont_arr['fontlink'])
{
echo $hfont_arr['fontlink'];
}
$doc->addStyleSheet('templates/'.$this->template.'/css/style.custom.css');
?>
</head>
regards Peter
The style.custom.css already added in your code, please see the last line before 'head' closing tag.
Regards, AS Team.
View History
of course I have seen your implementation in the last line before 'head' closing tag.
Unfortunately it seems that the addStyleSheet function doesn't guarantee an order of the included Stylesheets. So the result is, that style.custom.css is included somewhere inbetween other Stylesheets on the final Website but not as the last one. You can check this in the generated source-code of your demo-Website for this template.
My implementation inserts the link directly before the end of 'head' section - only the font-settings will be afterwards and that's ok (at least for me).
This would allow to override all previously defined (or included) styles of the template.
Regards, Peter
Thank you for the info.
Regards, AS Team.
View History
Thanking you in advance and awaiting your urgent response.
Our support is available for the premium version only, we will help you to change the color after purchasing the premium version.
Regards, AS Team.
View History
We are sorry, your license for our support is expired, you may extend it from your AS account.
Regards, AS Team.
View History
The logo font size can be changed by editing 'templates/as002077/css/tmpl.default.css' file the following class (line 1913):
#logo h1 span {
display: inline-block;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
font-size: 48px;
line-height: 60px;
}
For changing color letters please see the following (line 1924):
#logo h1 span.char_0,
#logo h1 span.char_1,
#logo h1 span.char_2 {
color: #f9c901;
}
Regards, AS Team.
View History
In the style.custom.css file please add the following code:
@media (max-width: 767px)
{
#logo h1 span {
font-size: 32px;
}
}
Regards, AS Team.
View History
1) how can I remove the little square next to the home button.
2) there is a white space that enlarges when you scroll; between the menu and the slide and it doesn't look good. It happens on both the desktop and mobile versions. How can this be adjusted so that doesnt happen
Thank You
View History
I need to grant access to a Publisher for a Website I create. Editing articles in the frontend unfortunately leads to Problems.
Configuration seems fine for me. I can see the necessary Tabs "Content", "Images and links", "Publishing" etc. but I can only select the first one, "Content". If I click on any other tab, nothing happens.
If I change the default template from AS022077 to protostar it works as expected.
Any idea what I could do to get frontend editing for a Publisher working?
Thanks
Peter
View History
How do I activate reCAPTCHA in AS CONTACT FORM?
I activated the joomla captcha-plugin and selected it in joomla configuration but it is not shown in the contact-form.
Thanks for your answer,
Peter
We are sorry, AS Contact form does not have such option.
Regards, AS Team.
View History
Thank you for your answer concerning AS Contact Form.
It's a pity that reCaptcha doesn't work.
I have another open request from Feb. 21st concerning frontend editing. Could you reproduce the problem and is there any chance to use frontend editing the way it is intended?
Regards, Peter
For checking this issue can you please provide us with 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
did you find the provided Access-info already and are the access-rights sufficient for your Tests?
regards,
Peter
There is no enough rights for us, but this issue was fixed in the latest template version, please download it from your AS account and replace updated files accordingly to the release page:
https://www.astemplates.com/joomla-template-news/383-002077
Regards, AS Team.