I added the background module to the position as-content6 with the background. I'd like to change the background image for the different modules. I see where to change it in the cs but not how to make it a different background for that module position on different pages?
#content-row-6 {
padding: 120px 0 100px;
background-image: url(../images/bg.row6.jpg);
background-position: left center;
background-attachment: fixed;
background-size: cover;
color: #fff;
font-weight: bold;
}
So would like the http://test.handhelec.com/ WHY DO WE DO IT? section background different than http://test.handhelec.com/index.php/safety SAFETY IS NOT A PART TIME JOB. I would like to add more of these to different pages as well if I can swap out the background image.
thank you!"
AS Templates
POSTED: 2017-10-09
Hello THAL0029,
You can do it using page class suffix, for the home page it is already set as 'body__home', you can use it in the following way:
How can I place a read more button under the 5 Our Services in the content-row-7 section: http://test.handhelec.com/index.php/our-services
Also when I place a read more break on those services pages. it adds weird spaces on the inside pages. http://test.handhelec.com/index.php/our-services/industrial-construction
When working (weird space) on ---- this is the read more spot. The text should flow without a line return.
thanks!
thal0029
POSTED: 2017-10-10
Thank you that body__home worked perfectly!!
thal0029
POSTED: 2017-10-13
Just giving this post a nudge. Can anyone help with the read more spacing issue and the read more buttons. thank you!
How can I place a read more button under the 5 Our Services in the content-row-7 section: http://test.handhelec.com/index.php/our-services
Also when I place a read more break on those services pages. it adds weird spaces on the inside pages. http://test.handhelec.com/index.php/our-services/industrial-construction
When working (weird space) on ---- this is the read more spot. The text should flow without a line return.
thanks!
AS Templates
POSTED: 2017-10-13
Hello THAL0029,
For checking this issue we need an access to your admin panel, the access info please put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
thal0029
POSTED: 2017-10-14
I put the info in the special info area. Thank you!!
AS Templates
POSTED: 2017-10-14
Hello THAL0029,
When you are adding Read More button into Joomla article it divides the article in 2 parts: intro text before the button and full article text after the button.
The newsflash module shows the intro text only, when the article can show both. The intro text in the article you can disable using 'Show Intro Text' parameter under the article menu item Options tab, as example please see Energy/Industrial Construction menu item and 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
#content-row-6 {
padding: 120px 0 100px;
background-image: url(../images/bg.row6.jpg);
background-position: left center;
background-attachment: fixed;
background-size: cover;
color: #fff;
font-weight: bold;
}
So would like the http://test.handhelec.com/ WHY DO WE DO IT? section background different than http://test.handhelec.com/index.php/safety SAFETY IS NOT A PART TIME JOB. I would like to add more of these to different pages as well if I can swap out the background image.
thank you!"
You can do it using page class suffix, for the home page it is already set as 'body__home', you can use it in the following way:
.body__home #content-row-6
{
background-image: url(../images/bg.imgname.jpg);
}
Regards, AS Team.
Also when I place a read more break on those services pages. it adds weird spaces on the inside pages. http://test.handhelec.com/index.php/our-services/industrial-construction
When working (weird space) on ---- this is the read more spot. The text should flow without a line return.
thanks!
How can I place a read more button under the 5 Our Services in the content-row-7 section: http://test.handhelec.com/index.php/our-services
Also when I place a read more break on those services pages. it adds weird spaces on the inside pages. http://test.handhelec.com/index.php/our-services/industrial-construction
When working (weird space) on ---- this is the read more spot. The text should flow without a line return.
thanks!
For checking this issue we need an access to your admin panel, the access info please put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
When you are adding Read More button into Joomla article it divides the article in 2 parts: intro text before the button and full article text after the button.
The newsflash module shows the intro text only, when the article can show both. The intro text in the article you can disable using 'Show Intro Text' parameter under the article menu item Options tab, as example please see Energy/Industrial Construction menu item and article.
Regards, AS Team.