-
AuthorPosts
-
August 4, 2010 at 2:55 pm #153126
:confused:
hellohttp://www.inetworkingjoomla.com/teraac/administrator/index.php?option=com_content
to want that when passed the mouse over the image and beats can redirect to another page is the complement ja_news
thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 10, 2010 at 7:01 am #352215<em>@inetworking 188880 wrote:</em><blockquote>:confused:
hellohttp://www.inetworkingjoomla.com/teraac/administrator/index.php?option=com_content
to want that when passed the mouse over the image and beats can redirect to another page is the complement ja_news
thanks</blockquote>
Please give me more detail on the issue, that link is put how ? does it make in the content of article?
August 29, 2010 at 8:36 am #354021hello
1- in the cover of the Web there are 5 sections, one of them is first of the left, card by points, within the section is an image, I want that when the mouse upon the image puts itself the mouse can beat and it is fence to another page.
2-on the other hand taking advantage of this to want to ask if the Link of the title can be eliminated (card by points)
3-if the size of the boxes can be modified that contains this section. the template is vauxite, unit ja_news_module
thanksSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 31, 2010 at 6:54 am #354198<em>@inetworking 192045 wrote:</em><blockquote>hello
1- in the cover of the Web there are 5 sections, one of them is first of the left, card by points, within the section is an image, I want that when the mouse upon the image puts itself the mouse can beat and it is fence to another page.
2-on the other hand taking advantage of this to want to ask if the Link of the title can be eliminated (card by points)
3-if the size of the boxes can be modified that contains this section. the template is vauxite, unit ja_news_module
thanks</blockquote>With issue #1: you open the file: templatesja_vauxitehtmlmod_janewsblog_item.php and the remove the following code:
[PHP]
$image = modJANewsHelper::replaceImage ($row, $img_align, $params, $maxchars, $showimage, $img_w, $img_h, $hiddenClasses);
[/PHP]and find :
[PHP]
<?php if ($showimage) : ?>
<?php echo $image; ?>
<?php endif; ?>
<?php
if($maxchars > strlen($row->introtext1)) {
echo $row->introtext;
} else {
echo $row->introtext1;
}
?>
[/PHP]
and replace:
[PHP]
<?php echo $row->introtext; ?>
[/PHP]when done, the introtext will display in each box, => and you only re-dit these articles to add a link for the image
issue #2:
as default, each box is calaculated by 50% of the container ‘s width, so that you only adjust the container’s width to resolve this issue:
you add the following code in to the template.css file
#jazin-wrap {
width:80%;
}August 31, 2010 at 5:43 pm #354277Hello
thanks for your aid, but do not work any of the two things
in the first itself your instructions. I erase the line and I modify the code and the page remains in target.in the second the code that you say does not appear
#jazin-wrapthanks
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by inetworking 14 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum