Hello.
I have some questions.
1. Where i can change this 4 article background-images from services module?
http://demo.astemplates.com/joomla-templates/002090/index.php/pages/our-services
2. The same services module i want, then i click ON an service article, open the article WITHOUT show again on top this 4 service articles (service module).
3. In macos chrome browser when i try to scroll down (home page) go VERYYYY VERYYY quickly and i cannot control it.
AS Templates
POSTED: 2016-08-12
Hello HHATZIIOANNOU,
1. You can do it by editing css files, please see 'templates/as002090/css/tmpl.default.css' file the following class (line 3137):
2. You have to create a menu item for your article, then you will be able to manage module assignment.
3. The issue was fixed in the latest template version, please download it from your AS account and replace files accordingly to the release note:
http://www.astemplates.com/joomla-template-news/445-002090
Regards, AS Team.
hhatziioannou
POSTED: 2016-08-12
Thanks for your support. I will try and i inform you.
from which link i can download the fix/update for the 3 point ?
Haris
AS Templates
POSTED: 2016-08-12
Hello HHATZIIOANNOU,
You can download it from your AS account.
Regards, AS Team.
hhatziioannou
POSTED: 2016-08-12
Thanks friend. Point 3 fixed :)
For point 1 i understand and i will do it.
For point 2 now i do not understand.
I have a menu named "Services" which are type "single article" and link to an empty article names "Services".
I have a Services Module which show the 4 article of a category "services".
Like this :
http://demo.astemplates.com/joomla-templates/002090/index.php/pages/our-services
When i click on an article of this module , (like readmore) open the article DOWN of modules. i want on this article NOT show the module services up to article. But how i will do it? You tell me to make an menu... but... it's articles.... 4 articles which are linked to module services..... can you explain friend?
Thanks
Haris
hhatziioannou
POSTED: 2016-08-12
I solve with your help the point also the point 2.
Thanks my friend :)
YOu are PERFECT !
Haris
hhatziioannou
POSTED: 2016-08-15
Dear A.S. Team,
for 1st problem you answer me :
1. You can do it by editing css files, please see 'templates/as002090/css/tmpl.default.css' file the following class (line 3137):
BUT
if i want to use this module 2 times in my site, and i want 4 and 4 deferents photos in this 2 modules how i can do it ?
I try 2 hours to change 1 only photo. and i see automatic changes in 2 same modules both....
it is very very bad... how i can do it ?
Thanks
hhatziioannou
POSTED: 2016-08-15
you must have a tmpl.default.css with SAME rows and item_num and change ONLY the image_file...
also this must can use in MANY deferent same modules (copy) and user must only change a class....
AS Templates
POSTED: 2016-08-15
Hello HHATZIIOANNOU,
You can easy determinate the file which should be changed and the css class by installing and using Fireblug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Also you can add class suffix to the module and create your own css, the css you have to put in the style.custom.css file.
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 some questions.
1. Where i can change this 4 article background-images from services module?
http://demo.astemplates.com/joomla-templates/002090/index.php/pages/our-services
2. The same services module i want, then i click ON an service article, open the article WITHOUT show again on top this 4 service articles (service module).
3. In macos chrome browser when i try to scroll down (home page) go VERYYYY VERYYY quickly and i cannot control it.
1. You can do it by editing css files, please see 'templates/as002090/css/tmpl.default.css' file the following class (line 3137):
#content-row-2 .item_num0 .item_content
{
background-image: url("../images/service.1.jpg");
background-size: cover;
color: #ffffff;
}
2. You have to create a menu item for your article, then you will be able to manage module assignment.
3. The issue was fixed in the latest template version, please download it from your AS account and replace files accordingly to the release note:
http://www.astemplates.com/joomla-template-news/445-002090
Regards, AS Team.
from which link i can download the fix/update for the 3 point ?
Haris
You can download it from your AS account.
Regards, AS Team.
For point 1 i understand and i will do it.
For point 2 now i do not understand.
I have a menu named "Services" which are type "single article" and link to an empty article names "Services".
I have a Services Module which show the 4 article of a category "services".
Like this :
http://demo.astemplates.com/joomla-templates/002090/index.php/pages/our-services
When i click on an article of this module , (like readmore) open the article DOWN of modules. i want on this article NOT show the module services up to article. But how i will do it? You tell me to make an menu... but... it's articles.... 4 articles which are linked to module services..... can you explain friend?
Thanks
Haris
Thanks my friend :)
YOu are PERFECT !
Haris
for 1st problem you answer me :
1. You can do it by editing css files, please see 'templates/as002090/css/tmpl.default.css' file the following class (line 3137):
#content-row-2 .item_num0 .item_content
{
background-image: url("../images/service.1.jpg");
background-size: cover;
color: #ffffff;
}
BUT
if i want to use this module 2 times in my site, and i want 4 and 4 deferents photos in this 2 modules how i can do it ?
I try 2 hours to change 1 only photo. and i see automatic changes in 2 same modules both....
it is very very bad... how i can do it ?
Thanks
also this must can use in MANY deferent same modules (copy) and user must only change a class....
You can easy determinate the file which should be changed and the css class by installing and using Fireblug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Also you can add class suffix to the module and create your own css, the css you have to put in the style.custom.css file.
Regards, AS Team.