danny_getextra
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Css List fixAs mentioned esmi, I have google chrome and know how to troubleshoot.
I’ve tried canceling out various rules. am here for help ??
Forum: Themes and Templates
In reply to: Css List fixThe next problem is making the font size 12px.
Seem to be stuck on this aswell.
Forum: Themes and Templates
In reply to: Css List fixThink I’ve solved it, was the reset style sheet effecting it.
I deleted it and added ul {list-style: disc inside;}
Thanks guys.
Forum: Themes and Templates
In reply to: Css List fixI’ve tried deleting this rule in my css resets andrew, Was one of my first things I tried actually.
here is my reset styles
/* Css Reset */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote, pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q, s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,l i,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } blockquote,q{ quotes:none; } blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; } :focus{ outline:0; } ol,ul {list-style:circle;}
Forum: Themes and Templates
In reply to: Css Problems.My Only problem now is I can’t position the navigation bar at the top.
Forum: Themes and Templates
In reply to: Css Problems.I’ve changed this now, And messed up my current Css the menu has gone down at the bottom but I guess this needed correcting obviously.
Can you point me in the next direction WPyogi thankyou.
Forum: Themes and Templates
In reply to: Css Problems.Fixed this my bad.
Thanks
Forum: Themes and Templates
In reply to: overriding Parent files with Child fileshave you got the correct stylesheet selected in the header.php?
Forum: Themes and Templates
In reply to: how to fix abolute position and z-index issue with IE7 ?-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(opacity=50)';
Forum: Themes and Templates
In reply to: CRASHED updating Responsive themegreat, replace these and your good ??
Forum: Themes and Templates
In reply to: Firefox and IE broken display helpHi Vin,
After taking a quick look at your website on Chrome and IE.
I can see the problem and it’s quite drastic. It could either be a javascript error in the head part of your code or the 31 stylesheet error that I.E causes.
I’m thinking its more towards the javascript side as it doesn’t work in firefox.
Debugging is a pain, and I’m not very experienced in this area as I only use jquery and try and avoid it at the best of times.
Thanks
Forum: Themes and Templates
In reply to: Change how search results are returnedyou have to do it in the stylesheet, or you can use inline css on the html div’s
Forum: Themes and Templates
In reply to: [Pinboard] No Shadows in IE8Hi Luuk,
Ok I.E is full of bugs and problems.
There’s two solutions make the image have a shadow in any editting software.
Or insert a filter on the style this one should work and give you a shadow of 135 Degree’s
/*internet explorer*/ background-color: #fff; zoom: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=10)"; /* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=10);
Forum: Themes and Templates
In reply to: Change how search results are returnedAsk for the I.E problem, you must specify a width and height for any images for I.E browsers.
Thanks
Forum: Themes and Templates
In reply to: Change how search results are returnedHi,
What you need to do it edit the search.php file, And delete the php tag which pulls in older posts and dates at the bottom of the result.
Be careful though, refer to the wordpress codex for an accurate description of wordpress tags.