Is it possible to change the size of the buttons on the main menu? How?
Is it possible that the main menu fills the page from right to left and then the slider fits under that menu?
AS Templates
POSTED: 2013-03-06
Hello MISZAPATOS,
1. The button has min-width parameter only, it can be found in tmpl.header.css file, please look for '#header #topmenurow #topmenu ul.menu li a', it should be on line 236.
2. There is no such option, it should be developed.
Regards, AS Team.
miszapatos
POSTED: 2013-03-14
In 2011-7-28 ou posted in this forum:
See line 258 in template.css file, you should remove:
background-image: url(â€../images/header_bg.pngâ€);
from the following class
It seems that files have changed because y cant found this line.
Is't still possible to eliminate the background grey color behind logo of this template?
Thanks
AS Templates
POSTED: 2013-03-14
Hello MISZAPATOS,
Please provide us with your site url we will check and let you know.
Regards, AS Team.
miszapatos
POSTED: 2013-03-15
Yes my url of proves is: http://didactube.com.
I would like to eliminate the grey color behind main logo.
Thanks
AS Templates
POSTED: 2013-03-15
Hello MISZAPATOS,
You can change it using the Template Configuration Parameters -> Header Configuration Parameters -> Company Logo and Slogan -> Background Color.
Regards, AS Team.
miszapatos
POSTED: 2013-03-17
I can't put together positions 50, 51, 52 and 53.
If I put its together positions 51 doesn't appear.
Is that possible?
AS Templates
POSTED: 2013-03-17
Hello MISZAPATOS,
Please go to the Template Parameters -> Footer Configuration Parameters-> Footer Row 2 and put the 'Extend colomn 1 to column 2' parameter to 'not extend'.
Regards, AS Team.
miszapatos
POSTED: 2013-03-28
The little image of two green leaves below 'Más articulos' section in that page: http://didactube.com/index.php/inicio/actualidad
where we can read: 'TÃtulo de Actualidad 3' is under de text. ¿How can I change it?
Same here:
http://didactube.com/index.php/inicio/agenda/day.listevents/2013/03/18/-
under '8:00 - 5:00 Lanzamiento de la web :: SVPAP' text.
I know I can change that image for a blank point, but I like this image in others web sections...
AS Templates
POSTED: 2013-03-28
Hello MISZAPATOS,
In the tmpl.content.css file please find the following selector and delete all properties:
li {
background-image: url("../images/listimg.bg.png");
background-position: left top;
background-repeat: no-repeat;
}
Regards, AS Team.
miszapatos
POSTED: 2013-04-06
Hi, again!
How can I do to put positions 20 to 23, and 28 to 31 ocupping from left to right completly. It seems like position 40 was on and reserve space to it, but there are not that position activated.
http://ecoconsum.comproencasa.com
Thanks
AS Templates
POSTED: 2013-04-07
Hello MISZAPATOS,
Very strange issue, have you published any modules in the left column?
If yes, please disable them, otherwise please provide us with an access to your Joomla admin panel, we have to check this issue.
Regards, AS Team.
miszapatos
POSTED: 2013-04-08
I found what happened.
In main page there not defined any menu. Once I define one in position 1, appears in position 40.
miszapatos
POSTED: 2013-04-19
Hi AsTemplates,
Do you know why the image of these pages apperars and disappears?
That image is created by Article Manager>Images and links
Thanks
AS Templates
POSTED: 2013-04-19
Hello MISZAPATOS,
The image has class named 'none', the class is created for hiding any content, you can delete it from tmpl.content.css file, please see line 419.
.none
{
display: none;
}
or better solution is add 'display: block;' property to the following class in the general.css file (line 150):
I have a new problem.
I only was adding images to slider when slider disappeared.
I try to leave slider like it was before but slider isn't.
How can it happended?
didactube.com
miszapatos
POSTED: 2013-04-23
And another thing...
When you put for first time the home page, por a second, until main banner is charged, it appears "AS Templates" text in that place.
How can I quit then?
AS Templates
POSTED: 2013-04-23
Hello MISZAPATOS,
We reloaded your site few times, we don't see the 'AS Templates' text. Is it possible to provide us with a screenshot of the problem?
Regards, AS Team.
miszapatos
POSTED: 2013-04-23
Its not necessary answer about slider problem.
I've made it again from zero and it runs... I still don'y understand anything...
miszapatos
POSTED: 2013-04-23
Another question?
How can I put text inside buttons here:
http://didactube.com/index.php/animales/perdidos-encontrados/gatos%20encontrados/add
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
Is it possible to change the size of the buttons on the main menu? How?
Is it possible that the main menu fills the page from right to left and then the slider fits under that menu?
1. The button has min-width parameter only, it can be found in tmpl.header.css file, please look for '#header #topmenurow #topmenu ul.menu li a', it should be on line 236.
2. There is no such option, it should be developed.
Regards, AS Team.
See line 258 in template.css file, you should remove:
background-image: url(â€../images/header_bg.pngâ€);
from the following class
#header {
background-image: url(â€../images/header_bg.pngâ€);
background-position: left top;
background-repeat: repeat-x;
clear: both;
margin-top: 20px;
min-height: 530px;
width: 1000px;
}
It seems that files have changed because y cant found this line.
Is't still possible to eliminate the background grey color behind logo of this template?
Thanks
Please provide us with your site url we will check and let you know.
Regards, AS Team.
I would like to eliminate the grey color behind main logo.
Thanks
You can change it using the Template Configuration Parameters -> Header Configuration Parameters -> Company Logo and Slogan -> Background Color.
Regards, AS Team.
If I put its together positions 51 doesn't appear.
Is that possible?
Please go to the Template Parameters -> Footer Configuration Parameters-> Footer Row 2 and put the 'Extend colomn 1 to column 2' parameter to 'not extend'.
Regards, AS Team.
where we can read: 'TÃtulo de Actualidad 3' is under de text. ¿How can I change it?
Same here:
http://didactube.com/index.php/inicio/agenda/day.listevents/2013/03/18/-
under '8:00 - 5:00 Lanzamiento de la web :: SVPAP' text.
I know I can change that image for a blank point, but I like this image in others web sections...
In the tmpl.content.css file please find the following selector and delete all properties:
li {
background-image: url("../images/listimg.bg.png");
background-position: left top;
background-repeat: no-repeat;
}
Regards, AS Team.
How can I do to put positions 20 to 23, and 28 to 31 ocupping from left to right completly. It seems like position 40 was on and reserve space to it, but there are not that position activated.
http://ecoconsum.comproencasa.com
Thanks
Very strange issue, have you published any modules in the left column?
If yes, please disable them, otherwise please provide us with an access to your Joomla admin panel, we have to check this issue.
Regards, AS Team.
In main page there not defined any menu. Once I define one in position 1, appears in position 40.
Do you know why the image of these pages apperars and disappears?
http://didactube.com/index.php/animales/el-perro-del-mes/135-cuarta-prueba
http://didactube.com/index.php/animales/el-perro-del-mes
That image is created by Article Manager>Images and links
Thanks
The image has class named 'none', the class is created for hiding any content, you can delete it from tmpl.content.css file, please see line 419.
.none
{
display: none;
}
or better solution is add 'display: block;' property to the following class in the general.css file (line 150):
.img_caption.none {
display: block;
margin-left: auto;
margin-right: auto;
}
Regards, AS Team.
I have a new problem.
I only was adding images to slider when slider disappeared.
I try to leave slider like it was before but slider isn't.
How can it happended?
didactube.com
When you put for first time the home page, por a second, until main banner is charged, it appears "AS Templates" text in that place.
How can I quit then?
We reloaded your site few times, we don't see the 'AS Templates' text. Is it possible to provide us with a screenshot of the problem?
Regards, AS Team.
I've made it again from zero and it runs... I still don'y understand anything...
How can I put text inside buttons here:
http://didactube.com/index.php/animales/perdidos-encontrados/gatos%20encontrados/add