Hello TASADARF,
Our template doesn't have css for this extension, but it has other cool features. We are providing css for extensions included in the template only. Sorry for that and thank you for understanding.
Hello
thank you very much !
But I meant on the very startpage, where is a picture on the left side and the companylogo.home.png and the large menu. Still can't find these parameters.
Thanks again for your help
AS Templates
POSTED: 2013-03-01
Hello TAPBEAT,
It is the same parameter, maybe do you mean the background color?
as Team, i added urls on several of my sites, and google finds them all. But none of the 2 templates i bought from AS Template site, show when googling. I though that maybe other clients had the same problem. Hope i can get some help. Thanks in advance.
Sharmila
AS Templates
POSTED: 2013-03-01
Hello ANITADOERGA,
Template is only predefined layout of possible modules positions including the main website graphics like header, logo or footer.
For SEO you have to work with Joomla CMS.
Hello again and thank you. Yes I do mean the backgroundcolor of the menus, not the font color, I was checking the "tmpl.header.css". Is the background of the menus made with pictures like "bg.btn.menu.left.png" and following ? So I might need to change the color of these...?
ok - now I get it, it's made with pictures, also on the side menu. Is there a list of which picture is used for the different side menus and other modules and positions? It would be easier to figure which one needs to change the color...
Thank you !
AS Templates
POSTED: 2013-03-03
Hello TAPBEAT,
We don't have a list, but all images which should be edited you can find in
'templates/as002036/images folder' folder.
I've to an issue wrapping text around and image. I've tried the code you guys supplied, and everything else imaginable. It's just not working... Even with JCE editor.
AS Templates
POSTED: 2013-03-03
Hello LAURELLEAF,
Can you please provide us with the page url where do you have such issue?
hey. can I get some support please? I'd really like to get this site finished. There isn't anything wrong with my code it's the template. I changed the template and easily was able to wrap the text.
Is there a param I need to change?
The site relies heavily on images...
Thanks.
Daphne
AS Templates
POSTED: 2013-03-04
Hello LAURELLEAF,
You put each image in separate paragraph, we think it comes from the Microsoft Word which is not good for HTML content. The text and image should be in the same paragraph.
<p class="MsoNormal" style="text-align: left;">
<em>
<span lang="EN-NZ" style="font-size: 12pt; font-family: 'Helvetica LT Std', sans-serif;">
is a distillation of organic herbs with no additives.
<br>
100% Pure. You could
<br>
drink it but it's a concentrate so I would not recommend it!
</span>
</p>
Please replace it with the following:
-----------------------------------------------
<p class="MsoNormal" style="text-align: left;">
<em>
<span lang="EN-NZ" style="font-size: 12pt; font-family: 'Helvetica LT Std', sans-serif;">
is a distillation of organic herbs with no additives.
<br>
100% Pure. You could
<br>
drink it but it's a concentrate so I would not recommend it!
<img width="187" height="166" alt="" src="/images/Moth.png" style="font-family: 'Helvetica LT Std', sans-serif; font-size: 16px; border: 1px solid #000000; float: right;">
</span>
</p>
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
My conclusion is a bug of this template.
Examples:
Joomla default template ie9 fullscreen work perfectly
http://www.cristobalproyectos.com/index.php/nuestro-blog?id=87&template=beez5
Astemplate 002036 template ie9 fullscreen fail.
http://www.cristobalproyectos.com/index.php/nuestro-blog?id=87
Con you fix this this bug?
thank you
Our template doesn't have css for this extension, but it has other cool features. We are providing css for extensions included in the template only. Sorry for that and thank you for understanding.
Regards, AS Team.
View History
which css file or parameters do I have to edit to change the colors/fonts of big menu of the homepage?
Thank you in advance.
The font dolor you can change using the template parameters -> header configuration parameters -> top menu.
Regards, AS Team.
View History
thank you very much !
But I meant on the very startpage, where is a picture on the left side and the companylogo.home.png and the large menu. Still can't find these parameters.
Thanks again for your help
It is the same parameter, maybe do you mean the background color?
Regards, AS Team.
View History
You can change it using the Template Parameters -> Header Configuration Parameters -> Top Menu -> Hover font color.
Regards, AS Team.
View History
shamila
We are sorry, your question is not related to the template, we think you have ask Google how to use the engine.
Regards, AS Team.
View History
Sharmila
Template is only predefined layout of possible modules positions including the main website graphics like header, logo or footer.
For SEO you have to work with Joomla CMS.
Regards, AS Team.
View History
View History
Thank you !
We don't have a list, but all images which should be edited you can find in
'templates/as002036/images folder' folder.
Regards, AS Team.
View History
I've to an issue wrapping text around and image. I've tried the code you guys supplied, and everything else imaginable. It's just not working... Even with JCE editor.
Can you please provide us with the page url where do you have such issue?
Regards, AS Team.
View History
no-more-weevils.co.nz
View History
Is there a param I need to change?
The site relies heavily on images...
Thanks.
Daphne
You put each image in separate paragraph, we think it comes from the Microsoft Word which is not good for HTML content. The text and image should be in the same paragraph.
You have the following on your site:
--------------------------------------------
<p class="MsoNormal" style="text-align: left;">
<em>
<span lang="EN-NZ" style="font-size: 12pt; font-family: 'Helvetica LT Std', sans-serif;">
<br>
<img width="187" height="166" alt="" src="/images/Moth.png" style="font-family: 'Helvetica LT Std', sans-serif; font-size: 16px; border: 1px solid #000000; float: right;">
</span>
</em>
</p>
<p class="MsoNormal" style="text-align: left;">
<em>
<span lang="EN-NZ" style="font-size: 12pt; font-family: 'Helvetica LT Std', sans-serif;">
is a distillation of organic herbs with no additives. <br>
100% Pure. You could
<br>
drink it but it's a concentrate so I would not recommend it!
</span>
</p>
Please replace it with the following:
-----------------------------------------------
<p class="MsoNormal" style="text-align: left;">
<em>
<span lang="EN-NZ" style="font-size: 12pt; font-family: 'Helvetica LT Std', sans-serif;">
is a distillation of organic herbs with no additives.
<br>
100% Pure. You could
<br>
drink it but it's a concentrate so I would not recommend it!
<img width="187" height="166" alt="" src="/images/Moth.png" style="font-family: 'Helvetica LT Std', sans-serif; font-size: 16px; border: 1px solid #000000; float: right;">
</span>
</p>
Regards, AS Team.