-
AuthorPosts
-
sobe Friend
sobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
March 7, 2015 at 2:32 am #204421How does one remove the “Our Services” module from the homepage?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 7, 2015 at 3:01 am #561981Hi there
Have you tried with basic trick display:none ?
And / or for most issue commit please provide site URL and / or reproduce steps.
Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 7, 2015 at 3:27 am #561982Hi there
And you can also use search string to locate it.<?php if ($this->checkSpotlight('spotlight-1', 'position-1, position-2, position-3, position-4')) : ?>
<!-- SPOTLIGHT 1 -->
<div class="container t3-sl t3-sl-1">
<h3 class="t3-sl-title">
<span><?php echo JText::_( 'TPL_SPOTLIGHT_TITLE' ); ?></span>
</h3>
<?php $this->spotlight('spotlight-1', 'position-1, position-2, position-3, position-4') ?>
</div>
<!-- //SPOTLIGHT 1 -->
<?php endif ?>templatesja_nuevotplsblocksspotlight-1.php
Thank you,
Viet Vusobe Friendsobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
March 7, 2015 at 4:18 am #561991Hi Jooservices,
Regarding your first response, where does one edit “display: none”Regarding second response, will this eliminate module for the homepage only?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 7, 2015 at 4:21 am #561992Hi there
Yes. If you can provide css selector for homepage specific case.Thank you,
Viet Vusobe Friendsobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
March 7, 2015 at 4:39 am #561997Can you please clarify?
Where do I edit what?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 7, 2015 at 4:42 am #561998Hi there
File path is provided
templatesja_nuevotplsblocksspotlight-1.php
But you can manage by use module assignment.
<?php if ($this->checkSpotlight('spotlight-1', 'position-1, position-2, position-3, position-4')) : ?>
If you want to apply css than you can use custom.css
Thank you,
Viet Vusobe Friendsobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
March 7, 2015 at 4:51 am #562002if one was to use a custom.css, what’s the exact code that should be added to have this section removed only for the home page?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 7, 2015 at 4:57 am #562004Hi there
# There are no “specific” class for homepage. Apply css here will completely hide it for all page.
I would suggest you add specific class for this. By custom above layout file
# But actually as above code you can manage it by work with module management
<?php if ($this->checkSpotlight('spotlight-1', 'position-1, position-2, position-3, position-4')) : ?>
Please check back my replied :
http://www.joomlart.com/forums/topic/how-to-remove-our-services-from-homepage/#post-561982
With code explained.
Thank you,
Viet Vusobe Friendsobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
March 7, 2015 at 6:10 am #562009I appreciate the help, but I’m still not understanding your solutions.
I opened spotlight-1.php, but then what? Your code is exactly the same. What should I edit?
Plus, it used to be easy to remove something from the homepage only, that’s ultimately the solution I’m looking for.
I need answers to be very clear on where and on what to edit. How do you add “specific class”? What do you mean by “custom above layout file” ? How can I manage it “by work with module management”?
1 user says Thank You to sobe for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 13, 2015 at 7:41 am #562927Hi there
#
<?php if ($this->checkSpotlight('spotlight-1', 'position-1, position-2, position-3, position-4')) : ?>
These blocks will display if these module positions have modules.
It’s mean you can use module management and excluded for homepage. That’s exactly what i mean.
In Joomla! you can assign module for different page
# But if you stil can work on it as Joomla! concept. Than you can do core hacking
By add condition to exclude these modules at your homepage view.I’m sorry but these are solution there are no “just one click” way 🙂
Thank you,
Viet VuJanuary 18, 2016 at 9:23 am #851547I find the solutions provided here SUB-STANDARD for the dollars I pay.
Can someone revisit this simple question of how to remove ‘OUR SERVICES’ and give an answer worthy of the quality preached by Joomlart.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 19, 2016 at 3:09 am #852218Hi jeathe,
You can make a search, some topics discussing the same question: https://www.joomlart.com/forums/topic/how-can-i-manaage-our-services-block/#post-553334
-
AuthorPosts
This topic contains 12 replies, has 4 voices, and was last updated by Saguaros 8 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum