Concerning the request of SAMIELIXIR:
good idea to use some "style.custom.css" but unfortunately
in index.php somewhere about line 160 the Code is missing that should include style.custom.css.
(something like: <link href="<?php echo 'templates/'.$this->template.'/css/custom.styles.css'?>" rel="stylesheet" type="text/css" />)
Maybe you could fix this so we wouldn't have to add this line manually on every installation of the template.
thx in advance,
regards
Peter
AS Templates
POSTED: 2017-12-15
Hello MVTSCHERMANN,
Just updated the template and added the option for uploading custom css, the list of updated files you can preview here:
https://www.astemplates.com/joomla-template-news/383-002077
Regards, AS Team.
mvtschermann
POSTED: 2017-12-15
In my template I can provide some HREF to a Google Font, which is nice. But how do I select the new Font in the section for Body and Heading Font Family (or should this be done somewhere else)?
regards,
Peter
AS Templates
POSTED: 2017-12-15
Hello MVTSCHERMANN,
If it is a Google font you have to add it in the fonts.php and templateDetails.xml file see lines 248 and 347.
Regards, AS Team.
mvtschermann
POSTED: 2017-12-15
Thank you for your quick Response and the fix!
Regards,
Peter
mvtschermann
POSTED: 2017-12-16
Sorry that I have to reopen the issue with style.custom.css.
In your implementation this stylesheet is no loaded as the last one. At least in my configuration sequence.css and superfish.css are included afterwards.
This makes it impossible to override styles defined there.
Could you please change your code to include style.custom.css as the last one?
thx again,
Peter
mvtschermann
POSTED: 2018-01-02
Hello,
concerning style.custom.css I wanted to ask if you plan to improve the current implementation by including style.custom.css as the last stylesheet (see my last posting) or if you leave it as it is currently implemented.
Would be very helpful for future updates if you did change it.
Thx in advance,
Peter
AS Templates
POSTED: 2018-01-02
Hello MVTSCHERMANN,
Unfortunately it cannot be done in Joomla templates.
Regards, AS Team.
mvtschermann
POSTED: 2018-01-03
Hello,
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 ##########
Hello MVTSCHERMANN,
The style.custom.css already added in your code, please see the last line before 'head' closing tag.
Regards, AS Team.
mvtschermann
POSTED: 2018-01-04
Hello AS Team,
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
AS Templates
POSTED: 2018-01-05
Hello MVTSCHERMANN,
Thank you for the info.
Regards, AS Team.
mvtschermann
POSTED: 2018-02-21
Hello again,
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
mvtschermann
POSTED: 2018-03-07
Hello AS TEMPLATES,
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.
Regards, AS Team.
mvtschermann
POSTED: 2018-03-07
Hello AS Team,
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.
Regards, AS Team.
mvtschermann
POSTED: 2018-03-13
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
Regards, AS Team.
mvtschermann
POSTED: 2022-12-12
Will there be a joomla 4 compatible version of this template?
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
good idea to use some "style.custom.css" but unfortunately
in index.php somewhere about line 160 the Code is missing that should include style.custom.css.
(something like: <link href="<?php echo 'templates/'.$this->template.'/css/custom.styles.css'?>" rel="stylesheet" type="text/css" />)
Maybe you could fix this so we wouldn't have to add this line manually on every installation of the template.
thx in advance,
regards
Peter
Just updated the template and added the option for uploading custom css, the list of updated files you can preview here:
https://www.astemplates.com/joomla-template-news/383-002077
Regards, AS Team.
regards,
Peter
If it is a Google font you have to add it in the fonts.php and templateDetails.xml file see lines 248 and 347.
Regards, AS Team.
Regards,
Peter
In your implementation this stylesheet is no loaded as the last one. At least in my configuration sequence.css and superfish.css are included afterwards.
This makes it impossible to override styles defined there.
Could you please change your code to include style.custom.css as the last one?
thx again,
Peter
concerning style.custom.css I wanted to ask if you plan to improve the current implementation by including style.custom.css as the last stylesheet (see my last posting) or if you leave it as it is currently implemented.
Would be very helpful for future updates if you did change it.
Thx in advance,
Peter
Unfortunately it cannot be done in Joomla templates.
Regards, AS Team.
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.
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.
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
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.
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.
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.