-
AuthorPosts
-
March 9, 2016 at 8:55 pm #897564
I am unable to link the images on my home page to the articles from the JACM. Please assist. All the images default to the home page. View my site at:
http://www.glenroyblanchettephotography.com
I want to link the photos to the article when you click the particular photo.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 10, 2016 at 3:38 am #897653Hi,
In this case, you can give me the credentials info of your site: admin login and FTP account via your reply and set as private reply. I will help you to check this
Regards
March 10, 2016 at 2:14 pm #897888This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 11, 2016 at 3:15 am #898192I fixed the problem directly on your site with the solution below
Open templates/ja_hotel/html/layouts/joomla/content/image/intro.php file
find and change
<a href="<?php echo $link; ?>"> <?php echo JLayoutHelper::render('joomla.content.image.image', $data); ?> </a>
to
<a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catid)); ?>"> <?php echo JLayoutHelper::render('joomla.content.image.image', $data); ?> </a>
Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
March 11, 2016 at 4:50 am #898229Thank you very much.
March 11, 2016 at 5:46 am #898233Hello again, I have other small change. I want to be able to increase the size of the logo. For some reason, it is being reduced on the home page as a .png file. Thanks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 11, 2016 at 6:43 am #898238Try to use this way
Create templates/ja_hotel/css/custom.css file and add new CSS style
@media (min-width: 1200px) { .logo-image a img { max-height: inherit !important; } }
March 11, 2016 at 2:58 pm #898385Please note that there isn’t a custom.css file in that folder.
March 11, 2016 at 3:10 pm #898388Thanks. I misuderstood. It works. One more thing, how do i reduce the side of the copyright section at the bottom of the page and change the background colour?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 14, 2016 at 1:43 am #899220You can add the CSS style below into templates/ja_hotel/css/custom.css file
.t3-copyright { padding: 44px 0 30px !important; } .t3-footer { background: red !important; }
March 14, 2016 at 3:58 am #899276While the background colour portion works, the size of the lower portion, remain the same, even after chinging the pixels in the code, 24px
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 14, 2016 at 7:40 am #899305I found the problem from your copy and it needs
.
before the CSS styleOpen templates/ja_hotel/css/custom.css file
find and change
t3-copyright {padding: 24px 0 15px !important;}
to
.t3-copyright {padding: 24px 0 15px !important;}
-
AuthorPosts
This topic contains 12 replies, has 2 voices, and was last updated by rwilliams 8 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum