Daniel, thanks for a great work.
Could you please let me know how can i fix few problems:
1st – the text title in the slider container box is showing twice – what to do?
2nd – i would like to use some of the text in the slider container box as a hyperlink. It shows in the wordpress admin pages but not in the live site. How can i fix that?
3rd – How can i increase the amount of text in the slider container box? Some of my images in the slider have fair amount of text but some very little. Is there a way to fix it?
Thanks very much. Below is the code from my loop-slider.php
4,
‘paged’ => $paged,
‘ignore_sticky_posts’ => 1
);
$args = wp_parse_args( $args, $wp_query->query );
?>
<div id="post-” style=”background:url() center no-repeat”>
max_num_pages > 1 ) : ?>
4,
‘paged’ => $paged,
‘ignore_sticky_posts’ => 1
);
$args = wp_parse_args( $args, $wp_query->query );
?>
<div id="post-” style=”background:url() center no-repeat”>
max_num_pages > 1 ) : ?>
it seems i can’t manage to put the whole loop-slider.php code here, sorry
Hi again
I would really appreciate your help on the matters above. Thanks very much.