Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #678997
    #679097

    Hi rsoesman!

    Please go to Enfold theme options > Social Profiles and add your social accounts then go to Enfold theme options > Header > Extra Elements and chose to display them at header on the left side.
    If you would like to add additional ones, please see – http://kriesi.at/documentation/enfold/custom-social-icons/

    Regards,
    Yigit

    #679126

    Yigit – I have my social accounts in the header – my question was not in relation to the header, these work great. My question was in relation to how this site was able to add different social sharing buttons in the body of their home page. The Enfold social sharing content element does not appear to be editable. I would like to put the same social sharing icons into the body of my site. The site in question is posted in the private content. Scroll down the home page and look above the socket.

    #679150

    Hey!

    It is “Social Likes” plugin that you are using. Please contact plugin author about it :)

    Cheers!
    Yigit

    #679273

    Thank you Yigit – I found one that works great. When I first installed Enfold, it had 4 default footer columns with default text. Not needing all four, I deleted 3 of them. Now I need one back. I tried to add a custom widget using the same text as Footer – column1 as Footer – column2 but no additional footer column is displaying. How do I add my footer columns back? Thanks.

    #679398

    Hi,

    Please go to Enfold theme options > Footer and change column count as needed and then go to Appearance > Widgets and add needed widgets to footer columns. If you would like to display default widgets, leave widget areas empty

    Best regards,
    Yigit

    #679548

    Thank you Yigit – I’m sure you have guessed but I am a newbie putting websites together and this is my first and a bit overwhelming. I should have looked there and just didn’t remember that’s where I removed them. Thanks to all of you for your patience and quick response. The support has been fantastic!!.

    How do I adjust the second, or last, footer right justified? I tried adding additional columns thinking it would push it over but it didn’t. Even with 5 columns, it stayed the same and just stacked the info. I’d like to get it as far to the right hand side of the page as possible. Thanks again.

    #679553

    Hey!

    No worries at all, we are here to help and we are happy if we can :)

    I cannot see footer widgets on your website at the moment. However please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .flex_column:nth-child(2) {
    text-align: right; 
    }
    #footer .flex_column:nth-child(3) { 
    text-align: right;
    }

    First code should work for second footer column and second code should work for third column. Let us know if that does not work.

    Best regards,
    Yigit

    #679590

    Hello Yigit – I added the first code to the site since I only want two columns with the second column pushed over to the right but nothing moved. As I added or subtracted columns, the far right footer column didn’t move over to the right, it just dropped social links down. Three footer columns made two rows of social sharing icons and two footer columns put it one one row but in both cases, the right margin remained the same. Below in private is the URL for you to take a peek. Thanks.

    #680743

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #footer .flex_column:nth-child(1) {
        text-align: right;
    }
    

    If you would like to center align the text, you can replace “right” with “center”. If that too does not help, please post a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.