Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

A Tool for Creating Sliders

  • 28-03-2013 10:54am
    #1
    Registered Users, Registered Users 2 Posts: 3,132 ✭✭✭


    Hi,

    I need to create some sliders for the homepage of my Wordpress site. Is there a tool I can use to do this? I have my images and text.

    Thanks for the help.


Comments

  • Registered Users, Registered Users 2 Posts: 44 benny306


    Hi, not sure if you got this sorted yet. In my opinion the best slider I have used is called 'easing slider'. It's a plugin that you can download and be ready to go in no time.

    There's also a youtube video tutorial for it that walks you through step by step: http://www.youtube.com/watch?v=7BxaxPUhaCc


  • Registered Users, Registered Users 2 Posts: 9,060 ✭✭✭Kenny Logins


    Revolution is pretty good, has separate images and text layers.

    http://themes.themepunch.com/?theme=revolution_wp


  • Registered Users, Registered Users 2 Posts: 2,021 ✭✭✭ChRoMe




  • Registered Users, Registered Users 2 Posts: 3,132 ✭✭✭silvine


    Thanks folks. I ended up buy a Widgetkit.


  • Registered Users, Registered Users 2 Posts: 3,132 ✭✭✭silvine


    This might be a long shot but


    I want to set up a three page slideshow featuring text and a background image. I am using Widgetkit for Yootheme. It’s for my homepage. I want it to appear as follows:

    Slider 1: image to the left, text to the right
    Slider 2: image to the right, text to the left
    Slider 3: image above text

    Here's my custom CSS. How should I edit this?
    /* Frontpage Teaser ----------------------------------------------------------------------------------------------------*/
    
    .frontpage-teaser-1,
    .frontpage-teaser-2,
    .frontpage-teaser-3 {
    height: 400px;
    border-radius: 2px;
    background: url([url]http://garryprint4.feachinteractive.ie/wp-content/uploads/2013/03/Garry-Print-Flyers.jpg[/url]) 122% 122% no-repeat;
    background-size: contain;
    overflow: hidden;
    text-align: center;
    }
    
    .frontpage-teaser-2 { background-image: url([url]http://garryprint4.feachinteractive.ie/wp-content/uploads/2013/03/Garry-Print-Roll-ups1.jpg[/url]);
    }
    .frontpage-teaser-3 { background-image: url(../../../images/yootheme/demo/slideshow/slide3.jpg); }
    
    .frontpage-teaser-1 h1,
    .frontpage-teaser-2 h1,
    .frontpage-teaser-3 h1 {
    font-size: 60px;
    line-height: 83px;
    }
    
    .frontpage-teaser-1 h1 { margin: 80px 0 0 0; }
    .frontpage-teaser-2 h1 { margin: 50px 0 0 0;}
    .frontpage-teaser-3 h1 { margin: 120px 0 0 0; }
    
    .frontpage-teaser-1 p,
    .frontpage-teaser-2 p,
    .frontpage-teaser-3 p {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    }
    
    .width50 .frontpage-title {
    margin-top: 0;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    }
    
    /* Footer Icons
    
    

    PS Is there a way to edit this CSS file through Wordpress? I opened the CSS file via Cpanel.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 9,060 ✭✭✭Kenny Logins


    Doesn't it have a settings panel in Wordpress? Try that before modifying the css.

    Notepad++ is a decent text editor, and can access files on a remote server with the NppFTP plugin (pre-installed).

    BTW, stationery - with an 'e'. ;)


Advertisement