vadim_k
Forum Replies Created
-
I solved my problem. the problem was in conflict with the plugin WP No External Links. replaced it with Ultimate Nofollow.
p.s.: my English is pure, sorry))
I have a similar problem. I use WordPress 3.6, shortcode – [Youtube_Channel_Gallery feed = “playlist” user = “PLF9E9Dy8CxlXuFvY5M0gc-cPNmZfW5ECJ” videowidth = “525” ratio = “16×9” theme = “light” color = “white” autoplay = “0” rel = “0” showinfo = “0” maxitems = “16” thumbwidth = “150” thumbratio = “16×9” thumbcolumns = “3” title = “0” description = “0” thumbnail_alignment = “top” descriptionwordsnumber = “6”]
All that I have found on this issue – http://stackoverflow.com/questions/16879538/protocols-domains-and-ports-must-match-problems , but do not know how to use it to solve the problem
I hope that somebody can help
Forum: Plugins
In reply to: [Schemeable Sliding Panel] Dashbard editI also interested in this issue because I have not got it right.
Forum: Plugins
In reply to: [Select Featured Posts] Error with WP 3.5: wpdb::prepare()Alex, link for download this plugin
http://wp.od.ua/files/ads-wordpress_4.zipForum: Plugins
In reply to: [Select Featured Posts] Error with WP 3.5: wpdb::prepare()Hi, Alex!
here the code that is on line 23:
$ads_user_id = $wpdb->get_var( $wpdb->prepare( “SELECT ID FROM $wpdb->users WHERE user_login = ‘$ads_user_name'” ));
But now is showing error with this text:
Warning: Missing argument 2 for wpdb::prepare() in /home/u119588452/public_html/wp-includes/wp-db.php on line 990.p.s.: my English is bad, sorry, please…
Forum: Plugins
In reply to: [Select Featured Posts] Error with WP 3.5: wpdb::prepare()Alex, this?
Warning: Missing argument 2 for wpdb::prepare(), called in /home/u119588452/public_html/wp-content/plugins/ads-wordpress/ads_admin.php on line 23 and defined in /home/u119588452/public_html/wp-includes/wp-db.php on line 990
Forum: Plugins
In reply to: [Select Featured Posts] Error with WP 3.5: wpdb::prepare()Hello! Help me please! I’m experiencing a similar problem 🙁
This lines with error (Warning: Missing argument 2 for wpdb::prepare() in /home/u119588452/public_html/wp-includes/wp-db.php on line 990):
foreach ($files as $key=>$file) {
$ar_file_id[] = $file->ID;
$ar_link[$file->ID] = & $files[$key];
}and:
usort ($files,’_sort_order’);
foreach ($files as $ord=>$row) {
if($row->menu_order == 0)
$ar_link[$row->post_parent]->files[] = $row;
else
$ar_link[$row->post_parent]->files[$row->menu_order] = $row;
}Plugin name – Ads_Wordpress.
Help me? please!!!!:'(