Golden Eagle: Slider not working, etc.

Discussion in 'GoldenEagle WordPress Theme' started by lbrudycook, Jun 10, 2013.

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

    lbrudycook Guest

    Joined:
    Oct 3, 2012
    Messages:
    24
    Likes Received:
    1
    Hello,

    I am having a few issues that I did not see on the forum, so I am listing them here.

    1. I have loaded the images - all sized correctly - for the Golden Eagle theme, and nothing happens. No images appear at all. I have used several themes from Ink Themes and have never had this problem before. I have sent an email with the url and login information in case you need to see it.

    2. How do I remove the section above the menu bar (the dotted line and above, including the search bar in the upper right-hand corner?) Would you be able to provide CSS for this?

    3. How do I remove the navigation arrows in the slider? I saw CSS for this in a thread posted by another member, but it only removed one of the arrows, not both.

    4. How do I remove what believe are the blog widgets from the right hand side of the contact page, so that only the contact form appears?

    Thank you so much for your help.
     
  2. Nitesh

    Nitesh Support Staff

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

    All work done. Please check your site.

    Solution for other users.

    1) You have added wrong image address.
    That's why slider is not working.

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

    .social-links {
    display: none;
    }

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

    #slides .next {
    display: none;
    }
    #slides .prev {
    display: none;
    }

    4) Remove sidebar from "template-contact.php" file.
     
  3. lbrudycook

    lbrudycook Guest

    Joined:
    Oct 3, 2012
    Messages:
    24
    Likes Received:
    1
    Hello Nitesh, thank you so much to you and Harmeet for your help - everything is perfect, thank you! You are such a pleasure to work with. Just so I can learn from this situation, is the slider set up differently on this theme? The template set up looked like other themes that I have worked with in the past, as I sized the images as required by the theme. I'm not exactly sure what I did incorrectly. Thanks so much!
     
Thread Status:
Not open for further replies.

Share This Page