Hi!
I have a simple question: how can I hide the label "Home" in the home page of my site?
Thanks.
Efrem
AS Templates
POSTED: 2012-08-14
Hello ESALVADOR,
What do you mean label? Sorry, we need more information as well url of your site.
Regards, AS Team
esalvador
POSTED: 2012-08-16
Hello!
The site is on localhost and not published yet, but I solved the problem.
Thank you.
Efrem
esalvador
POSTED: 2012-08-17
Hello AS Team!
I have another question: the site is now on line (temporarily on http://omnia.joomlahost.it) but in some pages the buttons and the caption of them are in different place and in others (for example http://omnia.joomlahost.it/index.php/market/categorie/view_category/2-ebook) the title "Documenti" is on the related image. How can I solve the problem?
Thanks
Efrem
AS Templates
POSTED: 2012-08-17
Hello ESALVADOR,
Sorry, we are not able to provide support for third-party extensions, you have to contact the extension developer or ask for our services: http://www.astemplates.com/ourservices.php
Regards, AS Team.
esalvador
POSTED: 2012-10-11
Hi!
I'm trying to make a page like http://www.astemplates.com/content/asj35/index.php/services on your demo. I would like to set an image like that you put in the top of the web page.
How can I do? What module did you use? Hoe did you set it?
Thanks
Efrem
AS Templates
POSTED: 2012-10-11
Hello ESALVADOR,
In the module position 'slider' please create a custom HTML module and put the following code:
Thank you for the latest help. I have anotehr question: maybe that this template is incompatible with the component jdownloads?
Because the written of the component (for example "Continue") aren't aligned with the button of the template. Also when I try to visualize a list of files in the header of the component I can't see some buttons for the page navigation but olny the numbers of the pages linked to the related.
Can you help me?
The site would be offline for some days, can you help me the same?
Thank you, regards.
Efrem
AS Templates
POSTED: 2012-11-05
Hello ESALVADOR,
We are sorry, we are not able to support third-party extensions, we think there is no css for your extension, in this case you have to write it by yourself or you have ask for our services.
Regards, AS Team.
esalvador
POSTED: 2012-11-12
Hi!
Thank you for all your help, they're always very easly to understand.
A question: can I set a fixed value for the height of modules in position 24 and 25?
Is it possibile without editing the css file?
Thanks,
Efrem
AS Templates
POSTED: 2012-11-12
Hello ESALVADOR,
That is impossible, you will need to edit tmpl.content.css file, the following class:
#colmain .row2 .row2col1,
#colmain .row2 .row2col2
{
border-radius: 20px 20px 20px 20px;
float: left;
height: 500px !important;
margin: 0;
padding: 0;
}
Try to add the following: height: 500px !important;
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
I have a simple question: how can I hide the label "Home" in the home page of my site?
Thanks.
Efrem
What do you mean label? Sorry, we need more information as well url of your site.
Regards, AS Team
The site is on localhost and not published yet, but I solved the problem.
Thank you.
Efrem
I have another question: the site is now on line (temporarily on http://omnia.joomlahost.it) but in some pages the buttons and the caption of them are in different place and in others (for example http://omnia.joomlahost.it/index.php/market/categorie/view_category/2-ebook) the title "Documenti" is on the related image. How can I solve the problem?
Thanks
Efrem
Sorry, we are not able to provide support for third-party extensions, you have to contact the extension developer or ask for our services: http://www.astemplates.com/ourservices.php
Regards, AS Team.
I'm trying to make a page like http://www.astemplates.com/content/asj35/index.php/services on your demo. I would like to set an image like that you put in the top of the web page.
How can I do? What module did you use? Hoe did you set it?
Thanks
Efrem
In the module position 'slider' please create a custom HTML module and put the following code:
<p>
<img src="templates/as002035/images/services.png" border="0" width="1002" />
</p>
Regards, AS Team.
Thank you for the latest help. I have anotehr question: maybe that this template is incompatible with the component jdownloads?
Because the written of the component (for example "Continue") aren't aligned with the button of the template. Also when I try to visualize a list of files in the header of the component I can't see some buttons for the page navigation but olny the numbers of the pages linked to the related.
Can you help me?
The site would be offline for some days, can you help me the same?
Thank you, regards.
Efrem
We are sorry, we are not able to support third-party extensions, we think there is no css for your extension, in this case you have to write it by yourself or you have ask for our services.
Regards, AS Team.
Thank you for all your help, they're always very easly to understand.
A question: can I set a fixed value for the height of modules in position 24 and 25?
Is it possibile without editing the css file?
Thanks,
Efrem
That is impossible, you will need to edit tmpl.content.css file, the following class:
#colmain .row2 .row2col1,
#colmain .row2 .row2col2
{
border-radius: 20px 20px 20px 20px;
float: left;
height: 500px !important;
margin: 0;
padding: 0;
}
Try to add the following: height: 500px !important;
Regards, AS Team.