Tagged: social sharing icons
-
AuthorPosts
-
August 29, 2016 at 4:09 pm #678997
I found an Enfold site that had social sharing icons formatted exactly how I was trying to format the ones on my site. I tried to duplicate this but haven’t been able to figure it out at all. I couldn’t configure the social sharing button to look like this site’s. Can you please let me know how this can be done? I put the website in the private content section below. Thanks.
Richard Soesman
August 29, 2016 at 7:37 pm #679097Hi 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,
YigitAugust 29, 2016 at 8:04 pm #679126Yigit – 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.
August 29, 2016 at 9:02 pm #679150Hey!
It is “Social Likes” plugin that you are using. Please contact plugin author about it :)
Cheers!
YigitAugust 30, 2016 at 7:13 am #679273Thank 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.
August 30, 2016 at 1:23 pm #679398Hi,
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,
YigitAugust 30, 2016 at 4:24 pm #679548Thank 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.
August 30, 2016 at 4:28 pm #679553Hey!
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,
YigitAugust 30, 2016 at 5:24 pm #679590Hello 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.
September 1, 2016 at 2:40 pm #680743Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.