patrryk22 0 Report post Posted April 19, 2011 hi ive placed widgt in sidebar in hearder. Widget should allows user to change language. it is plugin WPML. But as you see here www.test.spreadso.com in left top corner, i can not change langugage. please help Share this post Link to post Share on other sites
Kate 3 Report post Posted April 19, 2011 Hi Patryk, I was actually able to change it to Polish, but you can barely see the link. It appears it's actually a CSS issue. Have you tried adjusting the z-index value? Share this post Link to post Share on other sites
patrryk22 0 Report post Posted April 19, 2011 kate i dont know how to do it, well i m new in wordpress.could you send me step by step what to change and where ? Share this post Link to post Share on other sites
patrryk22 0 Report post Posted April 19, 2011 yes problem is with this link visibility i dont know how to do it Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 19, 2011 You need to apply this CSS rule to your custom code - custom css option area `#language-selector .widget {overflow:visible;}` Share this post Link to post Share on other sites
patrryk22 0 Report post Posted April 19, 2011 guys will anybody help me ?? Share this post Link to post Share on other sites
patrryk22 0 Report post Posted April 19, 2011 hmm where is custome code ?? how do i get there ? Share this post Link to post Share on other sites
patrryk22 0 Report post Posted April 19, 2011 in settings i have this: body{} .section_list li {width:30%; float:left;padding-right:3%;list-style-type:none;} .hentry .section_list {padding:20px; background:#EEE;overflow:hidden;margin-left:0;} .page-id-580 .highlight-splash img{border-bottom: 1px solid #eee;}#cred {display:none;} so where should i put it Share this post Link to post Share on other sites
patrryk22 0 Report post Posted April 19, 2011 guys please a im in changing a site Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 19, 2011 Paste at the end of the custom code box that you showed above. Share this post Link to post Share on other sites
patrryk22 0 Report post Posted April 19, 2011 welll it doesnt work take a look at www.test.spreadso.com i have this body{} .section_list li {width:30%; float:left;padding-right:3%;list-style-type:none;} .hentry .section_list {padding:20px; background:#EEE;overflow:hidden;margin-left:0;} .page-id-580 .highlight-splash img{border-bottom: 1px solid #eee;}#cred {display:none;} #language-selector .widget {overflow:visible;} Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 19, 2011 okay make it this: `#language-selector .widget {overflow:visible!important;}` Share this post Link to post Share on other sites
patrryk22 0 Report post Posted April 19, 2011 here is solution: body{} .section_list li {width:30%; float:left;padding-right:3%;list-style-type:none;} .hentry .section_list {padding:20px; background:#EEE;overflow:hidden;margin-left:0;} .page-id-580 .highlight-splash img{border-bottom: 1px solid #eee;}#cred {display:none;} #language-selector .widget {overflow:visible;} #lang_sel { font-family: verdana,arial,sans-serif; height: 45px; position: absolute; z-index: 99;} Share this post Link to post Share on other sites