- Posts: 404
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- remove "Image Gallery" title
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
remove "Image Gallery" title
- Odin Mayland
- Topic Author
- Offline
- Platinum Member
Less
More
13 years 11 months ago #37780
by Odin Mayland
Did you paste in the css code correctly? Here is what the new gantry.css would look like (along with all the other css code that I didn't bother to paste into this forum):
Replied by Odin Mayland on topic Re: remove "Image Gallery" title
I was looking to do the same thing and tried the code that Katia posted here, it didn't work. Glad to have something to try though! Any other ideas?
Did you paste in the css code correctly? Here is what the new gantry.css would look like (along with all the other css code that I didn't bother to paste into this forum):
/**
* @version 3.1.6 December 30, 2010
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2010 RocketTheme, LLC
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*/
.catItemImageGallery h4 {display:none;}
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 11 months ago #37781
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: remove "Image Gallery" title
@modernmagic,
in order to reduce the big gap, you may try to add a negative margin-top to the same element, or put padding-top:0 to your gallery container.
in order to reduce the big gap, you may try to add a negative margin-top to the same element, or put padding-top:0 to your gallery container.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Odin Mayland
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 404
13 years 11 months ago #37782
by Odin Mayland
Replied by Odin Mayland on topic Re: remove "Image Gallery" title
I have another website that is not using gantry.
Where can I remove the "Image Gallery" title on this page:
www.primocraft.com/Resources/Line-Drawings.html
Where can I remove the "Image Gallery" title on this page:
www.primocraft.com/Resources/Line-Drawings.html
Please Log in or Create an account to join the conversation.
- Scarlett Design Ltd
- Offline
- New Member
Less
More
- Posts: 8
13 years 10 months ago #37783
by Scarlett Design Ltd
Replied by Scarlett Design Ltd on topic Re: remove "Image Gallery" title
I have the same problem and have added the code from Katia but it didn't work.
My gantry.css is the same as yours now modernmagic.
Is there anything else I can do please?
I've have spent hours on this already - really surprised that not many other people have this problem?
My gantry.css is the same as yours now modernmagic.
Is there anything else I can do please?
I've have spent hours on this already - really surprised that not many other people have this problem?
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 10 months ago #37784
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: remove "Image Gallery" title
@jscarlett,
Please provide me a link to your gallery page so as to help you.
Please provide me a link to your gallery page so as to help you.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- kyleblun
- Offline
- New Member
Less
More
- Posts: 7
13 years 10 months ago #37785
by kyleblun
Replied by kyleblun on topic Re: remove "Image Gallery" title
Hi Modern Magic
I just removed the image gallery title now. This is how you do it.
1. Go to \components\com_k2\templates\default\
2. Edit item.php
3. Go to the following code
<?php if($this->item->params->get('itemImageGallery') && !empty($this->item- >gallery)): ?>
<!-- Item image gallery -->
<a name="itemImageGalleryAnchor" id="itemImageGalleryAnchor"></a>
<div class="itemImageGallery">
<h3><?php echo JText::_([glow=red,2,300]'Image Gallery'[/glow]); ?></h3>
<?php echo $this->item->gallery; ?>
</div>
<?php endif; ?>
4. Remove the Text (Image Gallery) from between the inverted commas.
5. Save changes
6. simple as that.
I know im a little late. Hope it helps.
I just removed the image gallery title now. This is how you do it.
1. Go to \components\com_k2\templates\default\
2. Edit item.php
3. Go to the following code
<?php if($this->item->params->get('itemImageGallery') && !empty($this->item- >gallery)): ?>
<!-- Item image gallery -->
<a name="itemImageGalleryAnchor" id="itemImageGalleryAnchor"></a>
<div class="itemImageGallery">
<h3><?php echo JText::_([glow=red,2,300]'Image Gallery'[/glow]); ?></h3>
<?php echo $this->item->gallery; ?>
</div>
<?php endif; ?>
4. Remove the Text (Image Gallery) from between the inverted commas.
5. Save changes
6. simple as that.
I know im a little late. Hope it helps.
Please Log in or Create an account to join the conversation.
- fulford
- Offline
- New Member
Less
More
- Posts: 1
12 years 6 months ago #37786
by fulford
Replied by fulford on topic Re: remove "Image Gallery" title
Anybody still looking for the answer to this problem the title can be changed or removed in this directory:
language/en-GB.com_k2.ini
just change "image gallery" to the title you want :)
language/en-GB.com_k2.ini
just change "image gallery" to the title you want :)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- remove "Image Gallery" title