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.
Regards, AS Team.
karimlo
POSTED: 2015-10-25
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')): ?>
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?
karimlo
POSTED: 2015-10-25
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
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.
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?
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.