Some home page changes

Discussion in 'RoadFighter WordPress Theme' started by birdgroup, Mar 19, 2014.

  1. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    Hello Inkthemes,

    I have already removed the "blog posts" and "testiomonial" from the homepage (I looked through previous messages)

    But I also want to remove the bottom section marked as "Any important with a call to action...." and the box next to it with "View portfolio"

    I then want to add this all as a text area.

    If this possible?
     
  2. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    Also is it possible to change the size of the 3 homepage images, they are currently set as 313 x 172, perhaps change to 313 x 313 so they are square
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the front-page.php file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]

    Now go to the Appearance > Theme Options >Home Page Bottom Feature panel of your dashboard and put your text in the Home Page Tagline section.
    This will solve your issue.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     .feature-content .feature-content-inner.first {
    height: 313px;
    }
    .feature-content .feature-content-inner .image-box {
    height: 313px;
    }
    .feature-content .feature-content-inner img {
    height: 313px;
    }
     
    
    This will solve your issue.
     
  5. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    Hi Piyush, my front page php file is blank?
     
  6. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    I am also looking for a text area on the picture below, can this be added easily enough?

    See picture...
     

    Attached Files:

  7. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Changes you are asking require customization in the html file. For it you need to follow process given in the post #3.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  8. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    For some reason I have this issue...

    When I click on front-page.php it is blank???

    Help!
     
  9. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    I have sent in a support ticket, as now the homepage has vanished!!

    help please!
     
  10. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    Hello again, I seem to have sorted out www.spindles.co, but I now need to know how to remove the grey border at the header. I prefer it simply showing an image all the way across.

    Thanks
     
  11. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  12. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    Still the same???
     
  13. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    Can I not add a homepage? is that the issue?
     
  14. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    I need to add the meta data, and by adding a home page it works, otherwise it doesn't?
     
  15. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Dashboard > settings > reading
    and set it to default as shown in the image given below.

    [​IMG]

    I hope it will resolve your problem.
     
  16. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    Yes but by doin git this way, with my Home page added within pages. Any seo work I add it doesn't show?
     
  17. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page