$(this).fadeOut("fast", function(){});
alert_container.slideToggle("slow", function(){});
});
-
-// $(window).load(function(){
-// $('.slideshow_title').wrap('<div class="title-wrapper"></div>' );
-// $('<div class="control-arrows"></div>').insertAfter('.title-wrapper');
-// var title_wrapper = page.find($('.control-arrows'));
-// title_wrapper_width = title_wrapper.width();
-// title_wrapper_position = title_wrapper.offset();
-//// slideshow_button_next.css({left: title_wrapper_position.left, top: title_wrapper_position + 100});
-//
-//// $('.slideshow_button').appendTo('.control-arrows');
-//
-// var count = 1;
-// slideshow_view.each(function(){
-// if(! $(this).hasClass('slideshow_currentView')){
-// var view_top = parseInt($(this).css('top'), 10);
-// $(this).css("top", view_top + 42 + 'px');
-// }
-// });
-//
-// $.each(slideshow_layers, function(){
-// $(this).height($(this).height() + 42);
-// if(slideshow_view.hasClass('slideshow_currentView'))
-//// console.log($(this).attr('class') + " " + $(this).height() );
-// count++;
-// });
-//
-// $(window).resize( function(){
-// title_wrapper_position = title_wrapper.offset();
-//// slideshow_button_next.css({left: title_wrapper_position.left, top: title_wrapper_position.top });
-// console.log(title_wrapper_position);
-// slideshow_view.each(function(){
-// if(! $(this).hasClass('slideshow_currentView')){
-// var view_top = parseInt($(this).css('top'), 10);
-// $(this).css("top", view_top + 42 + 'px');
-// }
-// });
-// $.each(slideshow_layers, function(){
-// $(this).height($(this).height() + 42);
-//// console.log($(this).attr('class') + " " + $(this).height() );
-// $(this).height($(this).height + 42);
-// count++;
-// });
-// });
-// });
});
$(this).fadeOut("fast", function(){});
alert_container.slideToggle("slow", function(){});
});
-
-// $(window).load(function(){
-// $('.slideshow_title').wrap('<div class="title-wrapper"></div>' );
-// $('<div class="control-arrows"></div>').insertAfter('.title-wrapper');
-// var title_wrapper = page.find($('.control-arrows'));
-// title_wrapper_width = title_wrapper.width();
-// title_wrapper_position = title_wrapper.offset();
-//// slideshow_button_next.css({left: title_wrapper_position.left, top: title_wrapper_position + 100});
-//
-//// $('.slideshow_button').appendTo('.control-arrows');
-//
-// var count = 1;
-// slideshow_view.each(function(){
-// if(! $(this).hasClass('slideshow_currentView')){
-// var view_top = parseInt($(this).css('top'), 10);
-// $(this).css("top", view_top + 42 + 'px');
-// }
-// });
-//
-// $.each(slideshow_layers, function(){
-// $(this).height($(this).height() + 42);
-// if(slideshow_view.hasClass('slideshow_currentView'))
-//// console.log($(this).attr('class') + " " + $(this).height() );
-// count++;
-// });
-//
-// $(window).resize( function(){
-// title_wrapper_position = title_wrapper.offset();
-//// slideshow_button_next.css({left: title_wrapper_position.left, top: title_wrapper_position.top });
-// console.log(title_wrapper_position);
-// slideshow_view.each(function(){
-// if(! $(this).hasClass('slideshow_currentView')){
-// var view_top = parseInt($(this).css('top'), 10);
-// $(this).css("top", view_top + 42 + 'px');
-// }
-// });
-// $.each(slideshow_layers, function(){
-// $(this).height($(this).height() + 42);
-//// console.log($(this).attr('class') + " " + $(this).height() );
-// $(this).height($(this).height + 42);
-// count++;
-// });
-// });
-// });
});
$args = array(
'label' => __( 'Partner', 'text_domain' ),
'labels' => $labels,
- 'supports' => array('thumbnail'),
+ 'supports' => array('title', 'thumbnail'),
// 'taxonomies' => array( 'category', 'post_tag' ),
'hierarchical' => false,
'public' => true,