Thanks. How can I change "Read more" to other text? I need to translate it.
AS Templates
POSTED: 2015-08-28
Hello CHICITO1988,
You have to edit appropriate language file, for example for German it will be:
www.yoursitename.com/language/de-DE/de-DE.tpl_as002071.ini
Please look for the following constants and translate them:
I really would need to change the position of single slider-captions, because they don't match the same way with the images. I would wanna try something like this:
Hello. I have two issues customizing this template.
One is that less is not compiling. I am having to make the changes in CSS instead of .Less.
The other issue I am having is to locate the markup where I can change the as-position-1 width. It has a css class (from Bootstrap) span8. I need to change that to span12.
I am not able to find that in the index.php of the template nor in the overides. Where is the code to change that?
Thanks
AS Templates
POSTED: 2015-10-14
Hello KARIMLO,
For the template styling you have to make changes in the template css classes like tmpl.default.css file, or you can put your own css in the style.custom.css file.
The position 1 width you can change using Bootstrap column size parameter under Advanced options tab of the extension published in this position.
Hello,
where can I change Links in News Show Pro GK4 ver. 3.3.7.1 ?
I want to define Links for every photo and text.
AS Templates
POSTED: 2015-10-23
Hello CHICITO1988,
The extension does not have such option, all links points to articles from certain category, the category you can change under the extension Data Source tab -> Categories list.
Hello. I am trying to add a position to the template. I am following the same steps to add a position to many of my other templates. But the module is not showing.
Example.
I am adding a position called as-position-36
I added the markup in index.php like this:
---- CODE Starting from random place....
<div class="row-fluid">
<jdoc:include type="modules" name="as-position-1" style="themeHtml5" />
</div>
</div>
</div>
</div>
<?php if ($this->countModules('as-position-36')): ?>
Actually forget about the position problem. I was able to add the position with no issues. But I am noticing that the issue is with the CSS
None of my custom css is working nor is the Less compiling. Even putting the css in the style.custom.css is not working. I made so many tests.. nothing is taking.
Let me ask you a question. What do I need to make the Less compile? Why will it be a problem to compile .Less? I don't get it.
AS Templates
POSTED: 2015-10-26
Hello KARIMLO,
What is your site url please and on which page we can see the problem?
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
Please provide us with site URL via domain name in your AS Templates account.
Regards, AS Team.
View History
The slider automatically changes your photos depends on your screen resolution, the slider has one only parameter which may help you, it is 'Height' under Slider Settings tab: http://www.astemplates.com/joomla-template-documentation/308-195-modules-configuration#asartslider
Regards, AS Team.
View History
You have to edit appropriate language file, for example for German it will be:
www.yoursitename.com/language/de-DE/de-DE.tpl_as002071.ini
Please look for the following constants and translate them:
TPL_COM_CONTENT_READ_MORE
TPL_COM_CONTENT_MORE
TPL_COM_CONTENT_READ_MORE_TITLE
Or you can use Joomla override feature:
https://help.joomla.org/proxy/index.php?option=com_help&keyref=Help33:Extensions_Language_Manager_Overrides_Edit
Regards, AS Team.
View History
I really would need to change the position of single slider-captions, because they don't match the same way with the images. I would wanna try something like this:
<script>
$( "span:contains('John')" ).css( "top", "50%" );
</script>
...meaning I select elements by html-Content. Can you name me the file where I could put this, where it may work?
View History
One is that less is not compiling. I am having to make the changes in CSS instead of .Less.
The other issue I am having is to locate the markup where I can change the as-position-1 width. It has a css class (from Bootstrap) span8. I need to change that to span12.
I am not able to find that in the index.php of the template nor in the overides. Where is the code to change that?
Thanks
For the template styling you have to make changes in the template css classes like tmpl.default.css file, or you can put your own css in the style.custom.css file.
The position 1 width you can change using Bootstrap column size parameter under Advanced options tab of the extension published in this position.
Regards, AS Team.
View History
where can I change Links in News Show Pro GK4 ver. 3.3.7.1 ?
I want to define Links for every photo and text.
The extension does not have such option, all links points to articles from certain category, the category you can change under the extension Data Source tab -> Categories list.
Regards, AS Team.
View History
Example.
I am adding a position called as-position-36
I added the markup in index.php like this:
---- CODE Starting from random place....
<div class="row-fluid">
<jdoc:include type="modules" name="as-position-1" style="themeHtml5" />
</div>
</div>
</div>
</div>
<?php if ($this->countModules('as-position-36')): ?>
<div class="container">
<div class="row-fluid">
<jdoc:include type="modules" name="as-position-36"/>
</div>
</div>
<?php endif; ?>
</div>
<?php if ($this->countModules('as-position-5')): ?>
<div id="slider-row">
<div class="top-wrapper">
<div class="container">
---- CODE ending at random place....
I added the position in the templateDetails XML file.
Example
<position>as-position-31</position>
<position>as-position-35</position>
<position>as-position-36</position>
<position>modal</position>
My Admin is seeing the position in the list.
I added a customhtml module there for testing... and tried many other modules.... They don't show up...
when I inspect the pages using Firebug, I only see a <div> </div>
What am I missing?
View History
None of my custom css is working nor is the Less compiling. Even putting the css in the style.custom.css is not working. I made so many tests.. nothing is taking.
Let me ask you a question. What do I need to make the Less compile? Why will it be a problem to compile .Less? I don't get it.
What is your site url please and on which page we can see the problem?
Regards, AS Team.
View History
The scripts.js was not updated since the template was released.
Regards, AS Team.
View History
HOW could I update mod_as_menu/js/script.js?
Regards
Sorry, not quite understand your question, please provide us with more info.
Regards, AS Team.
View History
What is your site url please? Have you installed it using quick-start installation package?
Regards, AS Team.
View History
No, I didn't use the quick start package.