danny_getextra
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinboard] No Shadows in IE8-moz-box-shadow: 0 0 18px rgba(0, 0, 0, .4); -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .4); box-shadow: 0 0 18px rgba(0, 0, 0, .4);
Forum: Themes and Templates
In reply to: CRASHED updating Responsive themeYou need to take the functions.php from your backup and overwrite it in the newly updated one.
Thanks
Forum: Themes and Templates
In reply to: [Hum] IE7you ended up using media queries then?
Forum: Themes and Templates
In reply to: [Esquire] size of textIndeed… Apologies for any confusion.
What you need to do then is install the custom css or jetpack and place the css I wrote above in there. It will overwrite the css on the theme.
Forum: Themes and Templates
In reply to: [Esquire] size of textits the only way to do it without making it more complicated. I awnsered his question.
Forum: Themes and Templates
In reply to: [Esquire] size of textCorrect, but he’s asking how you change it not where you change it.
Forum: Themes and Templates
In reply to: [PageLines] Make slider smaller or reduce slider sizeI think its in the javascript file, The stylesheet that comes with the file when you download it. Have a look around.
thanks
Forum: Themes and Templates
In reply to: [Esquire] size of textthe stylesheet is part of the theme’s files.
Forum: Themes and Templates
In reply to: [PageLines] Make slider smaller or reduce slider sizeHi sydney.
I’ve made a site before using flex slider,
Here is the css class you need to change
.fslider { background: rgba(255, 255, 255, 0.4); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; padding: 5px; width: 200px; }
You need to mess around with the width of the css properties in the slider.
and andrew, awnser the guys question, I think thats the message he is trying to imply
Forum: Themes and Templates
In reply to: [Hum] IE7Hi Twee,
Through my own experience using I.E, you have to specify an exact height and width of the div you want in I.E
or it isn’t rendered properly in the browser. Try giving it a specific size and adding various position properties.
If not try
overflow:auto;
Forum: Themes and Templates
In reply to: [Esquire] size of textHi there.
go into the stylesheet and copy and paste this
#sidebar h1 { font-size: 3em; font-weight: normal; line-height: 0.9; margin-bottom: 0.25em; }
that should change the font so it fits in the yellow box.
thanks
Forum: Themes and Templates
In reply to: Menu Help with alignmentI thought these forums were for css and html issues with wordpress.
I would like to get some more scope on the issue first.Forum: Themes and Templates
In reply to: Menu Help with alignmentForgot to add I’ve tried changing stuff with inspect element in chrome and I believe firebug is the same esmi?
thanks
Forum: Themes and Templates
In reply to: Font wieght in I.EHi,
I do apologise, I’m still learning and problem solving like this is part of the curve.
I’ve amended the padding just missing the colon in between the characters.
Still this doesn’t seem to fix the issue.thanks for any help guys.
Forum: Themes and Templates
In reply to: Font wieght in I.EI’m sure there’s nothing wrong with the html markup or it wouldn’t work.
the tag’s are generated by wordpress and they work on every other browser.
thanks anyway