View Full Version : The News Department
mufret
11-13-2007, 01:07 AM
http://img162.imageshack.us/img162/5108/yardimtv5.jpg
THE NEWS DEPARTMENT
admin panel ? HOW
THANKS ,RIGHT NOW, THANKS,
Micha
11-13-2007, 08:13 AM
Vivvo administration >> Preferences >> Categories >> Page elements tab >> Article List - More news.
There select categories you want visible on home page.
mufret
11-15-2007, 08:50 PM
Thanks .........
mufret
08-17-2009, 09:07 PM
http://img197.imageshack.us/img197/6508/46507674.gif (http://img197.imageshack.us/i/46507674.gif/)
Thanks in advance for your help
millkins
08-18-2009, 08:19 AM
If I understood you correctly you need to change the image description from vertical to horisontal and that requieres some minimal changes to the css file for rotating headlines (in this case that should be css/rotating_headlines_list_v_2.css)
So you need to make this:
.headline_image div.image_caption {
background-color:#000000;
bottom:0;
color:#FFFFFF;
font-size:12px;
height:233px;
left:20px;
opacity:0.7;
padding:6px;
position:absolute;
text-align:left;
width:135px;
z-index:999;
Look something like this:
.headline_image div.image_caption {
background-color:#000000;
bottom:0;
color:#FFFFFF;
font-size:12px;
height:68px;
left:0;
opacity:0.7;
padding:6px;
position:absolute;
text-align:left;
width:388px;
z-index:999;
Now keep in mind that the properties changed here are width, height, left and nothing else, so if these values in my code are not consistent with your dimensions you need to alter them by a few pixels. ;)
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.