Zadejte hledaný výraz...

Problém s pluginom

Valerian
verified
rating uzivatele
(10 hodnocení)
25. 12. 2009 12:39:32
Používam plugin Related Posts by Category v pravom bočnom panely. Chcem ale aby odkazy vedľa obrázkov boli umiestnené vyšie. Ide o stránku Športový blog
25. 12. 2009 12:39:32
https://webtrh.cz/diskuse/problem-s-pluginom-2#reply426211
vydrus
verified
rating uzivatele
(32 hodnocení)
25. 12. 2009 13:13:30
Otevři si editor pluginů a příslušnou část jednoduše odřádkuj.
25. 12. 2009 13:13:30
https://webtrh.cz/diskuse/problem-s-pluginom-2#reply426210
Valerian
verified
rating uzivatele
(10 hodnocení)
25. 12. 2009 14:25:26
Tak tu je celá časť, kde sa spomína title, tak kde by som to mal teda odriadkovať ?
unction widget($args, $instance) {
extract($args, EXTR_SKIP);
echo $before_widget;
$title = empty($instance) ? __('Random Posts', 'adv-rnd-posts') : apply_filters('widget_title', $instance);
$parameters = array(
'title' => $title,
'limit' => (int) $instance,
'excerpt' => (int) $instance,
'actcat' => (bool) $instance,
'cats' => esc_attr($instance),
'cusfield' => esc_attr($instance),
'w' => (int) $instance,
'h' => (int) $instance,
'firstimage' => (bool) $instance,
'atimage' =>(bool) $instance,
'defimage' => esc_url($instance)
);
if ( !empty( $title ) ) {
echo $before_title . $title . $after_title;
};
//print random posts
yg_randomposts($parameters);
echo $after_widget;
} //end of widget
//Update widget options
function update($new_instance, $old_instance) {
$instance = $old_instance;
//get old variables
$instance = esc_attr($new_instance);
$instance = (int) abs($new_instance);
if ($instance > 20) $instance = 20;
$instance = (int) abs($new_instance);
$instance = esc_attr($new_instance);
$instance = $new_instance ? 1 : 0;
$instance = esc_attr($new_instance);
$instance = esc_attr($new_instance);
$instance = esc_attr($new_instance);
$instance = $new_instance ? 1 : 0;
$instance = $new_instance ? 1 : 0;
$instance = esc_url($new_instance);
return $instance;
} //end of update
//Widget options form
function form($instance) {
$instance = wp_parse_args( (array) $instance, array( 'title' => __('Advanced Random Posts','adv-rnd-posts'), 'show-num' => 10, 'excerpt-length' => 0, 'actcat' => 0, 'cats' => '', 'cus-field' => '', 'width' => '', 'height' => '', 'firstimage' => 0, 'atimage' => 0,'defimage'=>'' ) );
$title = esc_attr($instance);
$show_num = (int) $instance;
$excerpt_length = (int) $instance;
$cats = esc_attr($instance);
$actcat = (bool) $instance;
$cus_field = esc_attr($instance);
$width = esc_attr($instance);
$height = esc_attr($instance);
$firstimage = (bool) $instance;
$atimage = (bool) $instance;
$defimage = esc_url($instance);
?>

25. 12. 2009 14:25:26
https://webtrh.cz/diskuse/problem-s-pluginom-2#reply426209
malyprinc
verified
rating uzivatele
(5 hodnocení)
25. 12. 2009 17:26:53
Napsal Valerian;420904
Používam plugin Related Posts by Category v pravom bočnom panely. Chcem ale aby odkazy vedľa obrázkov boli umiestnené vyšie. Ide o stránku Športový blog
na to musis mit alespon zakladni znalosti css, chce to editovat styly u toho pluginu tak, aby se text vedle obrazku zarovnal nahoru, pripadne odsadil od vrchu, nebo od obrazku o nejaky ten pixel...
predpokladam, ze to bude stylovani obrazku v seznamu
25. 12. 2009 17:26:53
https://webtrh.cz/diskuse/problem-s-pluginom-2#reply426208
Pro odpověď se přihlašte.
Přihlásit