Homepage slideshow

Discussion in 'Real Photography WordPress Theme' started by ytollig, Dec 6, 2012.

  1. ytollig

    ytollig New Member

    Joined:
    Nov 27, 2012
    Messages:
    14
    Likes Received:
    0
    Thank you for all your help up to now.
    One more thing I want to find out is if I can remove the small photos at the bottom of the header slideshow so that only the top photos show?
    screenshot header.jpg
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .jcarousel-skin-pika {
    display: none;
    }
     
  3. ytollig

    ytollig New Member

    Joined:
    Nov 27, 2012
    Messages:
    14
    Likes Received:
    0
    Thank you! It worked but now there is one huge gap where the slideshow was. How do I make that smaller?

    Thank You!
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .pikachoose {
    margin-bottom: 20px;
    padding-bottom: 0px;
    height: auto;
    }
     
  5. almazz

    almazz New Member

    Joined:
    Jan 23, 2013
    Messages:
    18
    Likes Received:
    0
    Hey there, Been having trouble with the sliders... My photos at the bottom look squished....and how to I remove the "posted by" etc text at the bottom?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Can you please explain your problem with the help of screenshot and also share the link of your website.

    2.For your second issue


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content-bar .post .post_meta {
    display: none;
    }
     
  7. almazz

    almazz New Member

    Joined:
    Jan 23, 2013
    Messages:
    18
    Likes Received:
    0
    Thank you for your response. This reply won't let me post snapshots.... so I will list the pages.

    1) HOME PAGE Besides the "slider upload" section (ink theme) I don't know where to go to adjust the images.

    I also want to get rid of the two bottom footers: "posted on.....etc" and "setting up footer, search, page archives, contact us etc) the website is www.luciart.ca

    2)Where do I place that code?? I don't want to mess anything up.

    3) On the ABOUT page, Im having trouble with the layout. I want to get the picture to fit in nicely with the text - left justified - but every time I do, I get the "Categories and Archives" sidebar. When I make the page "fullwidth" it looks like the picture is huge...and there is that footer again.

    Thank you so much :s
     
  8. almazz

    almazz New Member

    Joined:
    Jan 23, 2013
    Messages:
    18
    Likes Received:
    0
    Also, Sorry for posting in someone elses thread.....this was my first time asking for help :) I will post in a new topic next time
     

Share This Page