Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wordpress Color Picker Clash Fix #92

Closed
wants to merge 1 commit into from
Closed

Wordpress Color Picker Clash Fix #92

wants to merge 1 commit into from

Conversation

Luehrsen
Copy link
Contributor

This is essentially a fix for this issue:

https://github.com/jdevalk/wordpress-seo/issues/91

Recently the Wordpress devs introduced the standard color picker, but wordpress-seo produces an issue while using the color picker and the plugin.

bildschirmfoto 2013-07-10 um 13 57 51

As you can see the vertical slider doesn't work anymore and I identified the corresponding CSS Code in the file css/metabox-tabs.css.

/* Component containers
----------------------------------*/
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #f1f1f1;
    color: #333;
}

I'm trying to build a patch for that myself, but I haven't yet found an intelligent way to build a "wpseo-only" selector. Maybe modify the autocomplete script a bit?

@Luehrsen
Copy link
Contributor Author

jQuery UI Autocomplete 1.8.16 has been shipped with Wordpress 3.3 - So I assume we could use that. I will try to write a commit for that.

@jrfnl
Copy link
Contributor

jrfnl commented Jul 12, 2013

Sounds good ;-)

@jrfnl
Copy link
Contributor

jrfnl commented Jul 17, 2013

Had a chance to look at this yet ?

@luehrsenheinrich
Copy link

I think I found a solution, I'm putting the code together right now.

@jrfnl
Copy link
Contributor

jrfnl commented Jul 29, 2013

Closed as superseded by pull request #144

@jrfnl jrfnl closed this Jul 29, 2013
seripap pushed a commit to seripap/wordpress-seo that referenced this pull request Nov 19, 2015
hansjovis pushed a commit that referenced this pull request Nov 21, 2022
Moved the using APIs and classes section to its own page
hansjovis pushed a commit that referenced this pull request Nov 21, 2022
Added doc regarding new filter for Organization URL in Local SEO 13.9 to the sidebar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants