Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • crisu Friend
    #177511

    The module sidenews is from the entries correct. But in the content at the first position “Intro Image” the image appears not in the slider of the frontend and not in the content.

    Must be the image the correct size of the entry in sidenews.

    Greetings Oliver

    Sherlock Friend
    #454856

    <em>@crisu 321937 wrote:</em><blockquote>The module sidenews is from the entries correct. But in the content at the first position “Intro Image” the image appears not in the slider of the frontend and not in the content.

    Must be the image the correct size of the entry in sidenews.

    Greetings Oliver</blockquote>

    Hi crisu,

    This sidenews module would display images from Full article image then to Intro Image, if the Full article image is empty then the Intro Image will be shown.
    You can have a hack into this module 🙂 to change this order (getting the Intro Image first then to the Full article image)
    Open the file of modulesmod_jasidenewshelper.php you look for this line of code
    [PHP]
    $image = (isset($images->image_fulltext) and !empty($images->image_fulltext))?$images->image_fulltext:((isset($images->image_intro) and !empty($images->image_intro))?$images->image_intro:””);
    [/PHP]

    Change it to
    [PHP]

    $image = (isset($images->image_intro) and !empty($images->image_intro))?$images->image_intro:((isset($images->image_fulltext) and !empty($images->image_fulltext))?$images->image_fulltext:””);
    [/PHP]

    crisu Friend
    #455044

    That isn´t my problem: I can cut the image for the optimal size. But in my template – I have used for the test the original image of the joomlart template, but nothing appears.

    The next problem I have is, left – middle – and on the right of sidenews the color is black. For more as two days I have searched in the CSS of joomlaworks.gr and in the CSS of sidenews, but I didn´t found the correct entry. I want change black in white…

    You can show this under http://www.hsperson.de

    Thanks for all helps

    Sherlock Friend
    #455117

    <blockquote>
    That isn´t my problem: I can cut the image for the optimal size. But in my template – I have used for the test the original image of the joomlart template, but nothing appears
    </blockquote>
    please be sure that your articles have images, I just take a look at this article http://www.hsperson.de/9-slider-home/1-depressionen-die-stille-hoelle and no images there.
    You can pm me your admin account and the FTP Info also if possible, I will need to check in your back-end.
    <blockquote>The next problem I have is, left – middle – and on the right of sidenews the color is black. For more as two days I have searched in the CSS of joomlaworks.gr and in the CSS of sidenews, but I didn´t found the correct entry. I want change black in white..</blockquote>
    You open the file of templates/ja_tiris/css/mod_jasidenews.css look for this css

    .ja-sidenews {

    border: 5px solid #FFFFFF
    float: left;
    margin: 0 11px;
    width: 288px;
    }
    Here you can add a background color as you want, For example add a white background color

    .ja-sidenews {
    backgound-color:white;
    border: 5px solid #FFFFFF
    float: left;
    margin: 0 11px;
    width: 288px;
    }

    crisu Friend
    #455258

    Thanks for your help: With your change in the CSS there is all white. I must take a new entry in the CSS and the correct display appears at the frontend. With the margins between the three sidenews I have my problem. but I think so that can be solved in the next days.

    The one picture on sidenews didn´t appears.

    Please give me an instruction step by step, who can I solve this problem.

    Greetings Oliver from Germany

    Sherlock Friend
    #455273

    Hi crisu,

    <blockquote>The one picture on sidenews didn´t appears.

    Please give me an instruction step by step, who can I solve this proble</blockquote>
    if you can pm me your admin account and the FTP info if possible i will have a checking and then let you know what’s going wrong 🙂

    crisu Friend
    #455354

    Hi Sherlock Holmes,

    the problem is solved. Thanks for your help and your constructive instructions.

    The thread can be closed…

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

This topic contains 7 replies, has 2 voices, and was last updated by  crisu 12 years, 5 months ago.

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