Jump to content
Sign in to follow this  
patrryk22

Universal sidebar problem

Recommended Posts

patrryk22

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

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

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

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

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

guys will anybody help me ??

Share this post


Link to post
Share on other sites
patrryk22

hmm where is custome code ?? how do i get there ?

Share this post


Link to post
Share on other sites
patrryk22

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

guys please a im in changing a site

Share this post


Link to post
Share on other sites
cmunns

Paste at the end of the custom code box that you showed above.

Share this post


Link to post
Share on other sites
patrryk22

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

okay make it this: `#language-selector .widget {overflow:visible!important;}`

Share this post


Link to post
Share on other sites
patrryk22

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×