Size, double titles and links in the slider container box

Viewing 4 posts - 1 through 4 (of 4 total)
  • #5670
    ziglet
    Participant

    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 ) : ?>

    #5671
    ziglet
    Participant

    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 ) : ?>

    #5672
    ziglet
    Participant

    it seems i can’t manage to put the whole loop-slider.php code here, sorry

    #5746
    ziglet
    Participant

    Hi again
    I would really appreciate your help on the matters above. Thanks very much.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.