Good day, google translate use because I do not speak English. excuse me!
For days I am trying to insert new module positions, following some online guide, but with poor results.
I bought the template 002 085, and among Position: as-footer-3 and Position: As-Copyright I would insert:
Three new modules positions, side by side
with properties "responsive"
from one line to the other menu items should not be so much space
just like I did with the image attached!
It would code to insert in index.php, default.css and xml files
I can only do small changes to these files, but I have the knowledge to make it in writing code, with your professionalism will succeed us in a moment.
I thank you for your kind courtesy, congratulations for your work!
Thanks thanks thanks!!!!
PS. I can send a picture of the result I would get
AS Templates
POSTED: 2016-09-18
Hello NELLOCAMMAR,
The picture please upload on your server and provide us with a link to the picture.
Hello, I have a question about the view on the Ipad and the Iphone. In homepage, the background of the rows doesn't resize and I see only a small part (galaxy tab and other androids are ok). The site is indicated in my purchases of your site. If you like, i can send you a screenshot of the Ipad and Iphone.
Thank you!
the blue color forms in the image are not in the template, are the ones that I want to create but do not know how to write code. if there is a different way to achieve my goal I politely sent a link where to find information? thank you
AS Templates
POSTED: 2016-09-19
Hello NELLOCAMMAR,
Sorry, not quite understand the problem, can you please provide us with more info?
Now where am I going to change in tmpl.default.css to have the menu items less distant?
Example:
> Current position
> Current position
> Current position
----------------------------
> I would like
> I would like
> I would like
Thanks for the valuable support and patience!
AS Templates
POSTED: 2016-09-19
Hello NELLOCAMMAR,
You have to make changes in the following class:
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a
{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
color: #666;
display: block;
font-size: 18px;
padding: 22px 35px 23px;
position: relative;
transition: all 0.5s ease 0s;
}
the class you can find in the '/templates/as002085/css/tmpl.default.css' file, line 249, you have to make the change for the position footer-3 only so our suggestion is to put the edit css in the tmpl.custom.css file.
You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin: https://getfirebug.com/
Hello AS Team,
yes, it is the template and my homepage is similar. Obviously I have adapted the graphic.
Anyway, I have read on the web about some problems with parallax and Ios. Did you know? Is it true?
Thank you
Thank you for the update and apologize for my late response because of my absence since 14-8-2016
The requested credentials are already recorded in the Special info area under my Purchased items section of my AS account.
Additionally we have already tried to put the custom module in another position, in as-footer-3 for example, but without result
as appears in the above position of template.
Thank you in advance
AS Templates
POSTED: 2016-10-06
Hello POSITRON,
Thank you for noticing about this issue, we just fixed it, please check.
Hello AS Support,
three small questions for this template:
- Is it possible that there is no title in the slider?
- There should be no links in that menue (please take a look to the link).
- How can I change this links to a single article (please take a look to the link)?
http://eurokompass.com/work/led/
It's my second ASTemplate, hope you can help me.
Thank you very much!
Hello SEB0CREATIVEMARKET,
1. The slider title you can eliminate using the slider Basic option parameter, please look for Show Article Title parameter.
2. Sorry, it is impossible to publish menu without links, but you may create custom html without the links.
3. On the home page we published featured articles under Home category. Each article has intro text, which you can see on the home page. The full article text you can preview after clicking on the Read More button, it means the link cannot be changed to another article.
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
For days I am trying to insert new module positions, following some online guide, but with poor results.
I bought the template 002 085, and among Position: as-footer-3 and Position: As-Copyright I would insert:
Three new modules positions, side by side
with properties "responsive"
from one line to the other menu items should not be so much space
just like I did with the image attached!
It would code to insert in index.php, default.css and xml files
I can only do small changes to these files, but I have the knowledge to make it in writing code, with your professionalism will succeed us in a moment.
I thank you for your kind courtesy, congratulations for your work!
Thanks thanks thanks!!!!
PS. I can send a picture of the result I would get
The picture please upload on your server and provide us with a link to the picture.
Regards, AS Team.
View History
Thank you!
Is it different from our demo preview page?
http://demo.astemplates.com/joomla-templates/002085/
Regards, AS Team.
View History
my goal is to have the three module positions (blue) Responsive, with menu items such as the image.
Thanks for your valuable support!
For each module you have to set bootstrap column size to 4 columns, the parameter you can fins under module advanced options tab.
Regards, AS Team.
View History
Sorry, not quite understand the problem, can you please provide us with more info?
Regards, AS Team.
View History
Now where am I going to change in tmpl.default.css to have the menu items less distant?
Example:
> Current position
> Current position
> Current position
----------------------------
> I would like
> I would like
> I would like
Thanks for the valuable support and patience!
You have to make changes in the following class:
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a
{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
color: #666;
display: block;
font-size: 18px;
padding: 22px 35px 23px;
position: relative;
transition: all 0.5s ease 0s;
}
the class you can find in the '/templates/as002085/css/tmpl.default.css' file, line 249, you have to make the change for the position footer-3 only so our suggestion is to put the edit css in the tmpl.custom.css file.
You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.
View History
You have to add 'footer-row-3' id before the class name as the following:
#footer-row-3 .archive-module li a,
#footer-row-3 .categories-module li a,
#footer-row-3 .mod-menu .nav.menu li a
{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
color: #666;
display: block;
font-size: 18px;
padding: 22px 35px 23px;
position: relative;
transition: all 0.5s ease 0s;
}
Always you may ask for our customization services here:
http://www.astemplates.com/services
Regards, AS Team.
View History
yes, it is the template and my homepage is similar. Obviously I have adapted the graphic.
Anyway, I have read on the web about some problems with parallax and Ios. Did you know? Is it true?
Thank you
View History
I tried your link on Ipad and it has the same problem of my site.
Best regards
Sorry, not quite understand, does your site work in the same way like our demo preview?
Regards, AS Team.
View History
Thank you for the update and apologize for my late response because of my absence since 14-8-2016
The requested credentials are already recorded in the Special info area under my Purchased items section of my AS account.
Additionally we have already tried to put the custom module in another position, in as-footer-3 for example, but without result
as appears in the above position of template.
Thank you in advance
Thank you for noticing about this issue, we just fixed it, please check.
Regards, AS Team.
View History
I thought of another idea, as I can add an image in the unordered list?
A greeting.
View History
three small questions for this template:
- Is it possible that there is no title in the slider?
- There should be no links in that menue (please take a look to the link).
- How can I change this links to a single article (please take a look to the link)?
http://eurokompass.com/work/led/
It's my second ASTemplate, hope you can help me.
Thank you very much!
Template from:
https://creativemarket.com/ASDesigning/462738-Expo-Green-Joomla-Tempalte#/support
1. The slider title you can eliminate using the slider Basic option parameter, please look for Show Article Title parameter.
2. Sorry, it is impossible to publish menu without links, but you may create custom html without the links.
3. On the home page we published featured articles under Home category. Each article has intro text, which you can see on the home page. The full article text you can preview after clicking on the Read More button, it means the link cannot be changed to another article.
Regards, AS Team.