Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #352525

    Hi

    I’m using #3 Latest News in the footer of my clients site.
    Is there anyway to animate this so it brings up a series of news stories in rotation

    or is there a way of adding a post slider into a footer widget?

    Currently I just have one news /post item visible

    thanks

    Alf

    #352724

    Hi alfengland!

    Yes you can use the post slider in the footer widget areas. Drag a text widget over and add this.

    [av_postslider link='category' columns='1' items='3' offset='0' contents='excerpt' preview_mode='custom' image_size='thumbnail' autoplay='no' interval='5']
    

    Regards,
    Elliott

    #352906

    Hi Elliot

    That’s excellent
    How can I add the post date and time?
    Also the image seems to have a margin above it and I can’t work out how to remove this.

    Thanks again

    Alf

    #353236

    Hey!

    Try adding this to your custom CSS.

    #footer .avia-content-slider {
        margin-top: 0 !important;
    }
    .avia-content-slider .slide-meta { display: block !important; }
    

    Cheers!
    Elliott

    #353678

    Hi Elliot

    That’s great….

    Sorry more questions

    How do I make the image an 80×80 thumbnail with the title of the post to the right (as per the standard Enfold Child Latest News widget layout)

    thanks

    Alf

    #353946

    Hey!

    Hmm, it’s kind of bordering on custom work. You can use this CSS.

    #footer .slide-entry a { 
    width: 80px !important;
    height: 80px !important;
    float: left !important;
    margin-right:10px !important;
    }

    But that’s not going to look very good. It would probably be best to use the content slider instead and manually insert your content.

    Cheers!
    Elliott

    #355071

    Hi Elliot

    OK thanks for your help

    Alf

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Animated Footer Widgets’ is closed to new replies.