Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #146902
    dana preshous
    Participant

    Please help me in trying to add my social links to my website?

    Thank you

    Dana Preshous

    #146941
    Skandha
    Participant

    @dana-preshous: Go to => Appearance => Customize => Menus => Create New Menu => Give a name to the menu and check Social Menu as the Menu Location and Click Next => Add Items to your menu Using Custom Links

    Let me know if you are still having difficulty adding social links.
    Kind Regards,
    Skandha

    #147030
    dana preshous
    Participant

    Hello

    Thank you for the information. I got everything done and created but the only problem I am having now is that I do not see it showing up on the page?

    I was originally trying to keep it seperate from my regular menu.

    Thank you

    Dana

    #147031
    dana preshous
    Participant

    Hello Again

    I have actually figured out how to place it but now I am wanting to change the icon so there is a title that shows rather than the social media icon.
    Could you help with that?

    Thank you

    Dana Preshous

    Here is what it currently looks like: http://www.danapreshous.com/

    #147114
    Skandha
    Participant

    @dana-preshous: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    
    .site-social .social-navigation .menu-item {
       width: auto;
    }
    
    .site-social .social-navigation .menu-item,
    .social-navigation a {
       width: auto;
    }
    
    .site-social .social-navigation .menu-item .screen-reader-text {
       clip: unset;
       height: auto;
       overflow: unset;
       position: static !important;
       width: auto;
       word-wrap: normal !important;
    }
    
    .site-social .social-navigation a::before {
       display: none;
       height: auto;
       line-height: auto;
       text-align: center;
       width: auto;
    }

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    #147179
    dana preshous
    Participant

    Hello

    So I couldn’t get the codes to work. I had used another code for a different problem and inserted and it worked fine so I must be not be putting it in correctly. I treid to just copy and paste as I did with another code.
    Also my Menu is no longer showing as it now seems to fade with my slider?

    Please help

    Thank you

    Dana

    #147243
    Skandha
    Participant

    @dana-preshous: There seems to be an issue with the Primary Menu. The issue will be resolved in the next theme update. For now

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-navigation-fixed.site-header-main {
        z-index:101;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #147299
    dana preshous
    Participant

    Hello

    I had to move the links around as they have to be all on one line but as I added them I am seeing no difference. All I see is the icon still?

    Thanks

    Dana

    #147311
    dana preshous
    Participant

    Hello

    I found another way to add my social media sites and so whayt I have created seems to work great.
    I do have another issue though. My search option does not seem to be working correctly and I cannot find where I need to go to edit?
    Please help.

    You’ll see the issue when you type something in the search bar: http://www.danapreshous.com/

    Thank You

    Dana

    #147337
    Skandha
    Participant

    @dana-preshous: I checked your site and the search option seems to be working fine. Also add the previous code I provided you to get your menu not fade with the slider.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Social Media Links’ is closed to new replies.