- Posts: 7
COMMUNITY FORUM
Image Gallery in my Blog
- ronaldo freitas
-
Topic Author
- Offline
- New Member
Attachment not found
Please ask to be lighter or didactic, saying if all possible steps to configure my ncessidades.
1) Set size of images in the gallery component k2:
- I'm into categories; ok
- In that tab and / or put the new item sizes;?
2) Remove the title of the gallery:
- Where actually this file?
- Which line should I change?
- What would change.
I await response.
Thank you very much.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- ronaldo freitas
-
Topic Author
- Offline
- New Member
- Posts: 7
Lefteris Kavadas wrote: Hi. The size of the image gallery depends on the gallery extension you are using and the CSS of your template. So the answer depends on what you are using. I cannot tell from a screenshot. A link to your site would be very helpful. Regarding the title of the gallery, if you are using K2 galleries with Simple Image Gallery then you can make a template override and just remove the text from the file.
ok, I already removed the title, but the image gallery I still can not increase. Another thing, when I call the news separately gallery aprece not.
See link: site1391258661.provisorio.ws/v2/index.php/blog/item/54-para-ver-e-se-inspirar
Blog link: site1391258661.provisorio.ws/v2/index.php/blog
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- ronaldo freitas
-
Topic Author
- Offline
- New Member
- Posts: 7
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- ronaldo freitas
-
Topic Author
- Offline
- New Member
- Posts: 7
Lefteris Kavadas wrote: Try to check for any K2 overrides. You will find them under templates/YOUR_TEMPLATE/html/com_k2 directory. This is where all K2 overrides are located for your template.
If you want to abuse your kindness, but I need to solve this ...
These (images attached) would be the folders and files that are there. Any chance of knowing qualseria the file to be modified?
Attachment not found
Attachment not found
Attachment not found
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- ronaldo freitas
-
Topic Author
- Offline
- New Member
- Posts: 7
Lefteris Kavadas wrote: This is an item page so you need to look for files named item.php. Now which one of them is used in the specific page has to do with the item's category settings.
View the cod:
<!-- Item Image -->
<div class="itemImageBlock">
<span class="itemImage">
<a class="modal" rel="{handler: 'image'}" href="<?php echo $this->item->imageXLarge; ?>" title="<?php echo JText::_('K2_CLICK_TO_PREVIEW_IMAGE'); ?>">
<img src="<?php echo $this->item->image; ?>" alt="<?php if(!empty($this->item->image_caption)) echo K2HelperUtilities::cleanHtml($this->item->image_caption); else echo K2HelperUtilities::cleanHtml($this->item->title); ?>" style="width:<?php echo $this->item->imageWidth; ?>px; height:auto;" />
</a>
</span>
<?php if($this->item->params->get('itemImageMainCaption') && !empty($this->item->image_caption)): ?>
<!-- Image caption -->
<span class="itemImageCaption"><?php echo $this->item->image_caption; ?></span>
<?php endif; ?>
<?php if($this->item->params->get('itemImageMainCredits') && !empty($this->item->image_credits)): ?>
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
<?php echo $this->item->gallery; ?>
Ensure that the code exists in your item.php. If not you can add it. You can always look the bundled item.php at /components/com_k2/templates/default/item.php which contains the default code for item.php.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.