We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

videos page - videos not aligning right - ShowCase - Sidebar edition fixed for 1.7 | Forum

Austeyr
Austeyr Jan 27 '15
so thankful you fixed this theme for version 1.7.2. one of my fav themes, ive noticed though that videos page has an issue. 


here is screen shot as it will show the problem better than i could explain it.




Austeyr
Austeyr Jan 27 '15
here is what i added to custom css to fix issue im sure you could tweak it and get it perfect and then update theme...


CSS



.ow_canvas {    

margin: 0 auto;padding:0px;    

width: 998px;    

word-wrap: break-word;    

background-color: #fff;

}


.ow_video_list_item {

float: left;

max-height: 165px;

padding: 5px;

width: 110px;

margin-right: 20px;

background: url(images/video_bg.png) no-repeat 0px 0px;

}


.ow_menu_wrap {    height: 53px;    

display: table;    

background: #fafafa; /*url('images/menu.jpg') repeat-x;*/    

border-top: 1px solid #dcdcdc;    

border-bottom: 1px solid #dcdcdc;    

border-left: 1px solid #fafafa;    

border-right: 1px solid #fafafa;        

margin-left: 50px auto;    

width: 996px;

}


.ow_header {    width: 996px;    

padding: 0px 0px 0px 0px;    

margin: 24px auto 0px;

}





here is screen shot of fixed videos page

The Forum post is edited by Austeyr Jan 27 '15
Austeyr
Austeyr Jan 27 '15
btw i know my pics dont look just like showcase ive only changed font family and colors but it's still showcase the above css only tweaks the videos not aligning 
Julien
Julien Jan 30 '15
Thanks Randell! Also for the fix. I'll update the theme with your changes :).
Austeyr
Austeyr Jan 30 '15
cheers, just double check them mate, there could be a better way. so far im not having any issues.



Also why you are there change this 


ul.ow_bl_narrow li a{

color:#000000; 

}



just copy paste above code it fixed the "this Topic" in forum the text doesn't show untill you hover over it it has never worked in any of the showcase themes the above is the fix for it :)


 i posted a thread about it here i included pictures so you can see what i mean.

The Forum post is edited by Austeyr Jan 30 '15
Julien
Julien Jan 30 '15
Hi,

Thanks for the reply. But the last part I think actually works on showcase by default. At least on my setup it is shown correctly: http://ox.merudi.net/forum/topic/ossetong

Maybe you should check your customizations / overrides?
Austeyr
Austeyr Jan 30 '15


ul.ow_bl_narrow li a{

color:#000000; 

}

 text is normally white untill you hover,

it's never worked on any version i've installed of showcase not the fullwidth and the sidebar versions. maybe im unluckly. anyway if someone runs into the same prob and cares enough this thread is here, cause i can't be only with this problem. it took me to add css to get it to work. though ive modded my site i still leave comments in my code so i know what i did a year ago if longer with the same clarity as if i did it 5 mins ago.


either way thanks for fixing it up the videos section was an issue glad it's fixed for everyone now. 

The Forum post is edited by Austeyr Jan 30 '15
Austeyr
Austeyr Jan 30 '15
this 


ul.ow_bl_narrow li a{

color:#000000; 

}


might even be a inserted css Class fromt he forum plugin it'self so it dont even show up in base css  try ctrl + F and past in ul.ow_bl_narrow li a see what comes up



P.s ive looked at your site and it's heavily styled prob even more than mine so...... there is a chance you fixed the issue and either can't remember or didn't know it was a problem and did it by chance. maybe we need someone else with a fresh install of showcase with sidebar fixed 1.7 to confirm it. not a huge deal either way though. 


The Forum post is edited by Austeyr Jan 30 '15
Julien
Julien Jan 30 '15
Actually, the site is not heavily modded at all :). I've only added some custom CSS, thats all. Here is my custom.css from the control panel:

.ow_main_menu li a {
    color: #31063c; /** OW_Control type:color, key:menuColor, section:2. Colors, label:Menu text color **/
}

.ow_main_menu li.active a,
.ow_main_menu li a:hover {
    color: #d86df1;
}

.ow_logo_wrap a {
    color: #460751;
}

.ow_site_panel {
    background: none repeat scroll 0% 0% #efc7f7;
    border-bottom: 1px solid #bb82da;
}

.ow_console_body {
    background: none repeat scroll 0% 0% #EFC7F7;
}

.ow_console_item {
    background: none repeat scroll 0% 0% #e398f4;
}

.ow_console_item a {
    color: #460751;
}


html body .ow_console .ow_tooltip_body {
    background: none repeat scroll 0% 0% #f6d4fc;
}

.ow_console_dropdown_hover:hover {
    background: none repeat scroll 0% 0% #f6d4fc;
}

ul.ow_console_dropdown .ow_console_dropdown_cont a:hover {
    background: none repeat scroll 0% 0% #460751;
}

.ow_console {
    color: #460751;
}

li.ow_console_lang_item:hover {
    background: none repeat scroll 0% 0% #460751;
}

ul.ow_bl_narrow li a {
    color: #460751;
}

-- But seeing that I've actually wanted to change the color of the items, so it was overridden by my custom css :D.
Austeyr
Austeyr Jan 30 '15
haha thanks for reply :) 


so it is broken then, glad we got to the bottom of that. 


cheers again mate.



P.s if thats your whole custom css then yeah my site is tweaked to the eyeballs lol

The Forum post is edited by Austeyr Jan 30 '15
You do not have permission to reply this topic