Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • inetworking Friend
    #153126

    :confused:
    hello

    http://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 Moderator
    #352215

    <em>@inetworking 188880 wrote:</em><blockquote>:confused:
    hello

    http://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?

    inetworking Friend
    #354021

    hello

    http://www.teraac.com

    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

    Saguaros Moderator
    #354198

    <em>@inetworking 192045 wrote:</em><blockquote>hello

    http://www.teraac.com

    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%;
    }

    inetworking Friend
    #354277

    Hello
    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-wrap

    thanks

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  inetworking 13 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum