Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #261312

    Daphne D
    Participant

    Hello! Just a couple of things I’m still trying to tweak…

    I recently switched over to Ethos (great theme by the way) from Renew and my social icons on customization disappeared (so did my footer by the way but I disabled it for now but probably need it). Wondering if you could check on the social disappearance for me?

    Also, my site looks good on tablets in horizontal view, but tablets and phones are not showing any navigation which is obviously a problem. Need help here too.

    Thank you!

    http://www.identityadvantage.org
    wp 4.2.1
    x child-theme ethos 3.2.1

    #261456

    Zeshan
    Member

    Hi Daphne,

    Thanks for writing in!

    Please try switching your page template to Layout – Sidebar Left, Content Right. If that doesn’t work either, please provide us with your WordPress credentials so that we can take a closer look to the issue? Don’t forget to select Set as private reply to ensure your data remains hidden from other users.

    Thanks!

    #261692

    Daphne D
    Participant
    This reply has been marked as private.
    #261870

    Christian
    Moderator

    Hey Daphne,

    Your mobile site is controlled by the WP Touch plugin. Please disable it.

    Thanks.

    #262990

    Daphne D
    Participant

    I added that while waiting on a response from X to see if it would help. The problem existed before I tried it. WP Touch Plugin seemed to help the site look better on phones (centered the logo and added a menu bar) but not on tablets. (just fyi)

    It is now disabled and my original problems still exist:

    1: no social media visible on home page or otherwise (not working thru customization)
    2: navigation is missing on all mobile devices

    Help would be greatly appreciated.

    #263065

    Paul R
    Moderator

    Hi Daphne,

    1. Social media if enabled are shown on the topbar and footer.
    Looking at your homepage, topbar and footer are disabled.

    Please enabled it in the customizer.

    Header > topbar

    http://screencast.com/t/Uf4v37KKkdmI

    Footer > Footer Social

    http://screencast.com/t/RISco4ATwkE0

    2. You can add this under Custom > CSS in the Customizer.

    
    .x-btn-navbar, .x-btn-navbar.collapsed {
      margin-top: 50px;
      font-size: 28px;
      color: #000;
    }
    
    .x-btn-navbar.collapsed:hover {
      color: #000;
    }
    

    Hope that helps.

    #264283

    Daphne D
    Participant

    Hi, thanks for the help. The navbar CSS helped 🙂

    However, the social media is still non-existent. I had turned them off because they appeared as “dead white space” — I now understand that’s where the social media is supposed to appear, but as you can see, even with the top bar and footer areas turned on, I have no social media on my site. I searched to see if possibly the icons were set to “white” and therefore hiding, but that’s not the case either.

    Can you help me find my missing social media?

    Thanks again 🙂

    #264303

    Christopher
    Moderator

    Hi there,

    They became invisible on white background.

    Please add the following CSS under Customize -> Custom -> CSS :

    .x-social-global i {
      color: red;
    }

    Hope it helps.

    #264957

    Daphne D
    Participant

    YES! Thank you!!!

    #264967

    Thai
    Moderator

    You’re most welcome.

    #779302

    scoop
    Participant

    My top menu was missing in Ethos as well on mobile & tablets – the code you suggested fixed the problem!

    #779435

    Rue Nel
    Moderator

    Hey @scoop,

    Thanks for updating this thread! And thank you very much for sharing the information that the code above has resolved an issue in your site. If you need anything else we can help you with, please let us know.

    Best Regards.