COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- remove "Image Gallery" title
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
- User
Please Log in or Create an account to join the conversation.
- Odin Mayland
-
Topic Author
- User
Please Log in or Create an account to join the conversation.
- Odin Mayland
-
Topic Author
- User
Please Log in or Create an account to join the conversation.
- Odin Mayland
-
Topic Author
- User
I assume there is a simple solution requiring a simple reply to this post.
Please Log in or Create an account to join the conversation.
- Katia
-
- User
Please Log in or Create an account to join the conversation.
- Katia
-
- User
.catItemImageGallery h4 {display:none;}
Please Log in or Create an account to join the conversation.
- squidvswhale
-
- Offline
- New Member
- Posts: 7
Please Log in or Create an account to join the conversation.
- Odin Mayland
-
Topic Author
- User
Please Log in or Create an account to join the conversation.
- Katia
-
- User
Please Log in or Create an account to join the conversation.
- Odin Mayland
-
Topic Author
- User
Please Log in or Create an account to join the conversation.
- Odin Mayland
-
Topic Author
- User
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
-
- User
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.
Please Log in or Create an account to join the conversation.
- Odin Mayland
-
Topic Author
- User
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
- Posts: 8
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
-
- User
Please provide me a link to your gallery page so as to help you.
Please Log in or Create an account to join the conversation.
- kyleblun
-
- Offline
- New Member
- Posts: 7
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
- Posts: 1
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