how can i change the artisan and modern interior design logo on my purchase template, also can i change the banner to my own images
AS Templates
POSTED: 2012-10-30
Hello NASHLEON,
Logo you can change in the template manager / profile.
What do you mean banner ? Please provide us with more information.
Regards, AS Team.
nashleon
POSTED: 2012-10-30
when i try to edit the index.php this is what is get
<?php
if (class_exists('T3Template')) {
$tmpl = T3Template::getInstance();
$tmpl->setTemplate($this);
$tmpl->render();
return;
} else {
//Need to install or enable JAT3 Plugin
echo JText::_('MISSING_JAT3_FRAMEWORK_PLUGIN');
}
i can see the doctype in the t3template but how to edit it
pls help
AS Templates
POSTED: 2012-10-30
Hello NASHLEON,
This template build by T3 framework technology , for more information please read following guide : http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides
Regards, AS Team.
nashleon
POSTED: 2012-10-30
i have read over and over again on the http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides
but i can make things right, can you please give me a clue how directly to change my template 2041 Doctype to html5 please and how to change the header banner to my own images
AS Templates
POSTED: 2012-10-30
Hello NASHLEON,
1. You do not have to change doctype to HTML 5 , it's already support it.
2. If you mean by banner image slider on the top - you have to edit it in module manager / btslider.
Regards, AS Team.
nashleon
POSTED: 2012-10-31
let me give you my point, any page that support html5 doctype hs the doctype code as <!!DOCTYPE html> for the page to be html 5 active but all the pages in this templates are not in <DOCTYPE html> hence the browser will not recognised it as html5
nashleon
POSTED: 2012-11-01
sorry to be disturbing you because my problem is not solve, then there is something wrong with the template you sent to me, i just check all the pages none had (!DOCTYPE html> but all had this one
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
which is not html5 as you know
the template i bought was 2041, as well as 2031 but the 2031 i was able to change the doctype to html 5 but am not very good at T3 framework
as i said it you go to where you can change it you will only see this php<?php
if (class_exists('T3Template')) {
$tmpl = T3Template::getInstance();
$tmpl->setTemplate($this);
$tmpl->render();
return;
}
means if the T3Template doctype is not change the pages will not be effected
AS Templates
POSTED: 2012-11-01
Hello NASHLEON,
You can change it in plugins/system/jat3/jat3/base-themes/default/page/default.php
Regards, AS Team.
nashleon
POSTED: 2012-11-06
i have two major problems
1. all articles when displays gives very large image although you have not enlarge the image your self
2. i think there is something wrong with my template sent to me, k2 module does not work, when you try to edit the exiting article you cant save it neither can you create new article with the k2
help needed agent
thank you
AS Templates
POSTED: 2012-11-06
Hello NASHLEON,
Please provide us with more information, as well an access to admin panel, we would like to see this issue.
Regards, AS Team.
nashleon
POSTED: 2012-11-07
am working off line have not yet uploaded it, but you can have the template you sent me on your systems and try putting any small image in any article at the front view it will automatic enlarge, i think there should be a css doing this work
AS Templates
POSTED: 2012-11-07
Hello NASHLEON,
This is responsive template, and it was designed with special styles for different devices , so if you image automatically enlarge ,that mean image have percentage width or java script re size script. In this case you should to add custom style for this image, but make sure check your template in devices (like iPod, iPad ) .
For more information we have to see your site online.
Regards, AS Team.
nashleon
POSTED: 2012-11-09
i always love finishing my work before uploading it, all the same for your sake and my work something had been done for experimental purposes,
the site is
www.nashsystemstechnology.com/nastech
user name = ****
passwd = ****
check the back end an article by name beginner in category jomla!
see how the image response when view, i want to disable the responsive css or is there any code i have to add to make the image not response to the css for the response template.
thank
nashleon
POSTED: 2012-11-09
i dont know if you received it
the site is www.nashsystemstechnology.com/nastech
check the image i put in the article beginner in the joomla! categry
i wont the image to take its original size as in the article without responding to the responsive css
AS Templates
POSTED: 2012-11-09
Hello NASHLEON,
Please check your article . Use custom style for those images that have to be static.
Regards, AS Team.
nashleon
POSTED: 2012-11-10
thank you it works
nashleon
POSTED: 2012-11-12
how do i extend the width and breath of the pages ie the length and breath of my pages.
AS Templates
POSTED: 2012-11-12
Hello NASHLEON,
Sorry, the template doesn't have such option, the template has 5 predefined template layouts for different devices:
1600px and more - large screen
From 950px to 1599px - normal screen
From 768px to 949px - tablet / ipad screen
From 480px to 767px - iphone / ipod screen
Less than 479px - mobile device screen
If you are interested in some specific size you have develop it by yourself or ask for our services.
Regards, AS Team.
nashleon
POSTED: 2012-11-17
hi
the jatypo code
<ul class="address">
<li>
<p class="ja-typo-icon icon-address">17600 Yonge St, Newmarket,ON, L3Y 4Z1 Canada</p>
</li>
<li>
<p class="ja-typo-icon icon-phone">+1234567899</p>
</li>
<li>
<p class="ja-typo-icon icon-fax">+123456788</p>
</li>
<li>
<p class="ja-typo-icon icon-skype">Your Skype Name</p>
</li>
<li>
<p class="ja-typo-icon icon-email">email@astemplates.com</p>
</li>
<li>
<p class="ja-typo-icon icon-website"><a href="http://www.astemplates.com" target="blank_"> www.astemplates.com</a></p>
when you get in to edit the class disable and the icons associated to the classes does not functions again, i need help
thank you
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
Logo you can change in the template manager / profile.
What do you mean banner ? Please provide us with more information.
Regards, AS Team.
<?php
if (class_exists('T3Template')) {
$tmpl = T3Template::getInstance();
$tmpl->setTemplate($this);
$tmpl->render();
return;
} else {
//Need to install or enable JAT3 Plugin
echo JText::_('MISSING_JAT3_FRAMEWORK_PLUGIN');
}
i can see the doctype in the t3template but how to edit it
pls help
This template build by T3 framework technology , for more information please read following guide : http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides
Regards, AS Team.
but i can make things right, can you please give me a clue how directly to change my template 2041 Doctype to html5 please and how to change the header banner to my own images
1. You do not have to change doctype to HTML 5 , it's already support it.
2. If you mean by banner image slider on the top - you have to edit it in module manager / btslider.
Regards, AS Team.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
which is not html5 as you know
the template i bought was 2041, as well as 2031 but the 2031 i was able to change the doctype to html 5 but am not very good at T3 framework
as i said it you go to where you can change it you will only see this php<?php
if (class_exists('T3Template')) {
$tmpl = T3Template::getInstance();
$tmpl->setTemplate($this);
$tmpl->render();
return;
}
means if the T3Template doctype is not change the pages will not be effected
You can change it in plugins/system/jat3/jat3/base-themes/default/page/default.php
Regards, AS Team.
1. all articles when displays gives very large image although you have not enlarge the image your self
2. i think there is something wrong with my template sent to me, k2 module does not work, when you try to edit the exiting article you cant save it neither can you create new article with the k2
help needed agent
thank you
Please provide us with more information, as well an access to admin panel, we would like to see this issue.
Regards, AS Team.
This is responsive template, and it was designed with special styles for different devices , so if you image automatically enlarge ,that mean image have percentage width or java script re size script. In this case you should to add custom style for this image, but make sure check your template in devices (like iPod, iPad ) .
For more information we have to see your site online.
Regards, AS Team.
the site is
www.nashsystemstechnology.com/nastech
user name = ****
passwd = ****
check the back end an article by name beginner in category jomla!
see how the image response when view, i want to disable the responsive css or is there any code i have to add to make the image not response to the css for the response template.
thank
the site is www.nashsystemstechnology.com/nastech
check the image i put in the article beginner in the joomla! categry
i wont the image to take its original size as in the article without responding to the responsive css
Please check your article . Use custom style for those images that have to be static.
Regards, AS Team.
Sorry, the template doesn't have such option, the template has 5 predefined template layouts for different devices:
1600px and more - large screen
From 950px to 1599px - normal screen
From 768px to 949px - tablet / ipad screen
From 480px to 767px - iphone / ipod screen
Less than 479px - mobile device screen
If you are interested in some specific size you have develop it by yourself or ask for our services.
Regards, AS Team.
the jatypo code
<ul class="address">
<li>
<p class="ja-typo-icon icon-address">17600 Yonge St, Newmarket,ON, L3Y 4Z1 Canada</p>
</li>
<li>
<p class="ja-typo-icon icon-phone">+1234567899</p>
</li>
<li>
<p class="ja-typo-icon icon-fax">+123456788</p>
</li>
<li>
<p class="ja-typo-icon icon-skype">Your Skype Name</p>
</li>
<li>
<p class="ja-typo-icon icon-email">email@astemplates.com</p>
</li>
<li>
<p class="ja-typo-icon icon-website"><a href="http://www.astemplates.com" target="blank_"> www.astemplates.com</a></p>
when you get in to edit the class disable and the icons associated to the classes does not functions again, i need help
thank you