Having trouble with static front page images

Discussion in 'Real Photography WordPress Theme' started by almazz, Apr 25, 2013.

  1. almazz

    almazz New Member

    Joined:
    Jan 23, 2013
    Messages:
    18
    Likes Received:
    0
    Hi there,
    See the main large picture? Is there a way to not have it show on the slider below...it repeats and looks like a mistake.
    Also, the slider doesn't slide over all the way/
    The "right" arrow for the slider is actually pointing left - how do I fix that?

    Thank you

    http://luciart.ca/

    A.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #carousel ul.slides {
    display: none;
    }
    2.For your second and third issue

    Download updated version of theme from your members area and upload it, This will solve your issue
     
  3. almazz

    almazz New Member

    Joined:
    Jan 23, 2013
    Messages:
    18
    Likes Received:
    0
    I only wanted to take away the image that is the current larger image....I like having the rest of the images at the bottom. So, when the slider goes to the next image, it doesn't show it in the carousel at the bottom. Know what I mean?
     
  4. almazz

    almazz New Member

    Joined:
    Jan 23, 2013
    Messages:
    18
    Likes Received:
    0
    OK the Custom CSS is there but "Posted on" etc....is at the bottom of my static home page. how do i get rid of that but maintain my posts to go onto my "news" page?
     
  5. almazz

    almazz New Member

    Joined:
    Jan 23, 2013
    Messages:
    18
    Likes Received:
    0

Share This Page