Ben32
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS Not Working With Page-id PLEASE HELP??!!🙂
Forum: Themes and Templates
In reply to: CSS Not Working With Page-id PLEASE HELP??!!Thanks again !!
Inline styles always flow from the top !!!!!!
Basic
Forum: Themes and Templates
In reply to: CSS Not Working With Page-id PLEASE HELP??!!Thanks you Alchymyth !!!
Simple style error……
the css was after the @media queries ! Doh !Is that always the case ?
Forum: Themes and Templates
In reply to: CSS Not Working With Page-id PLEASE HELP??!!Forum: Themes and Templates
In reply to: CSS Not Working With Page-id PLEASE HELP??!!For some reason in firebug…
the only css that is visable is this@font-face {
font-family: “Cinzel Decorative”;
font-style: normal;
font-weight: 400;
src: local(“CinzelDecorative-Regular”), url(“http://themes.googleusercontent.com/static/fonts/cinzeldecorative/v1/fmgK7oaJJIXAkhd9798yQoem3WQP60SwtMX1R01QT0U.woff”) format(“woff”);
}Is google fonts conflicting with the css?
Forum: Themes and Templates
In reply to: CSS Not Working With Page-id PLEASE HELP??!!Yes but when I delete it it doesn’t work…
also when I delete the media queries @media only screen and (max-width : 1220px),
only screen and (max-device-width : 1220px)and add the obove css that doesn’t work either?
Thanks
Forum: Themes and Templates
In reply to: CSS Not Working With Page-id PLEASE HELP??!!The whole CSS file 🙂
[CSS moderated]
Forum: Themes and Templates
In reply to: CSS Not Working With Page-id PLEASE HELP??!!Thanks
CSS//
.page-id-16 #content {
font-family:helvetica, geneva, sans-serif;
font-size:12px;
}Forum: Themes and Templates
In reply to: CSS Not Working With Page-id PLEASE HELP??!!font-style does not need to be inserted into the style……..?
For the font-family to be applied…..Forum: Themes and Templates
In reply to: CSS Not Working With Page-id PLEASE HELP??!!Thanks
Forum: Themes and Templates
In reply to: CSS Not Working With Page-id PLEASE HELP??!!So what are you saying?
Is .page-id-16 #content ….Correct?Forum: Fixing WordPress
In reply to: ALL Featured images gone after updating to 3.4!!Lisa….I know your upset but read my post….I don’t plan on getting email updates all night from you!! …My last post Esmi…..I give up helping people sometimes……
Forum: Fixing WordPress
In reply to: ALL Featured images gone after updating to 3.4!!I think it may be a theme problem associated with theme developers or outdated theme – missing this piece of code from them….
<?php add_theme_support(‘post-thumbnails’);?>
Forum: Fixing WordPress
In reply to: ALL Featured images gone after updating to 3.4!!I added this <?php add_theme_support(‘post-thumbnails’);?> and re-uploaded every pic….I had troubles but they are all there now. I don’t want to speak too soon though……
Cheers
Forum: Fixing WordPress
In reply to: ALL Featured images gone after updating to 3.4!!I have the same problem with my gallery images and all images on my web site……Re-uploaded and updated the functions file but no luck!!