Roadfighter front page slider and menu

Discussion in 'Forum Rules' started by annacook, May 25, 2013.

Thread Status:
Not open for further replies.
  1. annacook

    annacook New Member

    Joined:
    May 25, 2013
    Messages:
    8
    Likes Received:
    0
    Hello,

    1. With Roadfighter how do I get my front page slider photo to go to the top of the page, instead of having a large grey header with menu, logo etc in it? On your demo preview the photo is right to the top of the page with the logo, menu set within the photo. See http://fr.cookbusinessenglish.com

    2. On the menu how can I change the 'home' title to a different language? Similarly, how can I change the 'read more' to another language?

    Thank you.

    Kind regards
    Anna
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Have you done any customization in the header.php file. If yes, then please do let us know about that and also send us your dashboard details.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected] .
     
  3. annacook

    annacook New Member

    Joined:
    May 25, 2013
    Messages:
    8
    Likes Received:
    0
    Thank you, I have sent the email.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    1). Your first issue has been resolved.
    2). For the Home page menu issue,
    Go to the Custom Menu section (Appearance -> Menus) and edit the name of the Home menu.
    For the Read more text, go to front-page.php file and edit that text from there.
    This will solve your issue.
     
  5. annacook

    annacook New Member

    Joined:
    May 25, 2013
    Messages:
    8
    Likes Received:
    0
    Thank you so much!
     
  6. annacook

    annacook New Member

    Joined:
    May 25, 2013
    Messages:
    8
    Likes Received:
    0
    Hello again... It hasn't solved the issue for the first one... The horrible grey band has reappeared at the top of my front page...

    If it is going to continually do this, where do I go to receive a refund? I will use a different theme if it isn't going to work.

    Regards
    Anna
     
  7. Neeraj

    Neeraj Administrator

    Joined:
    Jan 3, 2012
    Messages:
    186
    Likes Received:
    7
    Here is the reason of your issue.
    http://screencast.com/t/sEvBmV7xlPbl

    Do not change your Reading Settings, the theme does this automatically for you.

    If you want to create a blog page, add a new page and set the page attribute settings to Blog Page.
     
  8. annacook

    annacook New Member

    Joined:
    May 25, 2013
    Messages:
    8
    Likes Received:
    0
    It doesn't go to the home page like that...
     
  9. annacook

    annacook New Member

    Joined:
    May 25, 2013
    Messages:
    8
    Likes Received:
    0
    I have sorted that one out...

    I now have a problem with the widgets in the sidebar ... They are sitting on top of each other... so you can't read them properly.
     
  10. annacook

    annacook New Member

    Joined:
    May 25, 2013
    Messages:
    8
    Likes Received:
    0
    Also how can I change the colour of the large grey header that appears at the top of the page on all other pages?

    Thank you.
     
  11. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For this issue, paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .sidebar h3 {
    margin-top: 50px;
    }
    .sidebar {
    padding-top: 0px;
    margin-top: -48px;
    }
    #ns_widget_mailchimp_form-4 {
    margin-bottom: 65px;
    }
    Adjust these values as per your requirement.
    This will solve your issue.
     
  12. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For this issue, paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .header_container.not_home {
    background: yellow;
    }
    Inplace of "yellow" you can put your color or color code.
    This will solve your issue.
     
  13. annacook

    annacook New Member

    Joined:
    May 25, 2013
    Messages:
    8
    Likes Received:
    0
    That's great. Thank you very much for all your help and for responding so rapidly.

    Kind regards
    Anna
     
Thread Status:
Not open for further replies.

Share This Page