grumo64
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: youtube oEmbed problemsI can see the WordPress News panel
Forum: Fixing WordPress
In reply to: youtube oEmbed problemsI think you’re right, it seems that it’s a hosting problem because I just try to remove all my database table to force wordpress to make a new fresh install and I’ve got the same exact issue…
Forum: Fixing WordPress
In reply to: youtube oEmbed problemsSamuel I test on both firefox and chrome and in notepad before to ??
Forum: Fixing WordPress
In reply to: youtube oEmbed problemsTim: I just test with another video from vimeo… same problem.
James: In both/visual mode I just see the url without no link. But
If I compare my database online I’ve got:
meta_key _oembed_ac18288e2f1ced1114361f153bc9d31f
meta_value {{unknown}} (on localhost i’ve got this value)Forum: Fixing WordPress
In reply to: youtube oEmbed problemsYes I just do that but nothing work ??
I can’t put the reference to the website cause of my client but you can see the code<article class="post-1371 post type-post status-publish format-standard hentry category-actualites" id="post-1371"> <h1 class="black">test</h1> <p>https://www.youtube.com/watch?v=8VlLzcqAQko</p> </article>
And if I make it a link wordpress just make it a link nothing more…
I can’t figure where is the problem.Forum: Fixing WordPress
In reply to: Order post witch have custom fields first and all the other afterI’m still trying to find so if I try :
$args = array ( 'post_type' => 'sellers', 'tax_query' => array( array( 'taxonomy' => 'city', 'field' => 'slug', 'terms' => $term_slug, ) ), 'meta_key' => 'exclusive', 'orderby' => 'meta_value_num', 'order' => 'DESC', 'meta_query'=> array( 'relation' => 'OR', array( 'key' => 'exclusive', 'value' => '', 'compare' => 'NOT EXISTS', 'type' => 'NUMERIC' ) ), );
everything is ok but not in good order (due to DESC)
The result is:
post3 > key = 3
post2 > key = 2
post1 > key = 1
and all other posts orderby by title DESCbut if I turn the order parameter to ASC the result is:
post1 > key = 1
post5 > key = empty
post6 > key = empty
post2 > key = 2
post3 > key = 3what’s wrong ?
Forum: Fixing WordPress
In reply to: Order post witch have custom fields first and all the other afterAnyone could help me ?
Forum: Plugins
In reply to: [File Un-Attach] No longer works in 3.5Not working in 3.5 for me to ??
Forum: Fixing WordPress
In reply to: remove_menu_page results in empty Media library in WP 3.5Find the solution
If I call my function like this:
add_action( ‘admin_menu’, ‘my_remove_menu_pages’ );
instead of:
add_action( ‘admin_init’, ‘my_remove_menu_pages’ );The bug disappear ??
Forum: Fixing WordPress
In reply to: remove_menu_page results in empty Media library in WP 3.5Same bug for me,
Any idea ?Can you tell me how to use this filter ?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] The "wpseo_metabox_prio" filterSame problem,
how to use this filter ??Same bug ??
Hey jhonqwerty,
your function works like a charm except if you click on “insert into post” button ??
Can you help me please ?
Probably a chmod issue…