-
AuthorPosts
-
crisu Friend
crisu
- Join date:
- April 2012
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
May 24, 2012 at 7:09 pm #177511The 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 25, 2012 at 8:05 am #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]2 users say Thank You to Sherlock for this useful post
crisu Friendcrisu
- Join date:
- April 2012
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
May 26, 2012 at 7:21 pm #455044That 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 28, 2012 at 2:04 am #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 Friendcrisu
- Join date:
- April 2012
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
May 28, 2012 at 7:34 pm #455258Thanks 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 29, 2012 at 2:26 am #455273Hi 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 🙂1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
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