awesomemotive / edd-themedd

WordPress theme for Easy Digital Downloads
https://themedd.com
32 stars 9 forks source link

Social icons #57

Open amdrew opened 7 years ago

amdrew commented 7 years ago

Social icons could be used:

  1. On single posts, pages and downloads for sharing
  2. By the site owner, to link to their social profiles
  3. By the vendor, when FES is activated. Social icons would show on their vendor page

I really like the way basic social links have been done in the Twenty Sixteen and Twenty Seventeen themes. You simply add custom links that point to your social media sites and the theme automatically detects the link and shows the correct icon. This means there's no need to add customizer controls.

Some notes:

arraypress commented 7 years ago

Any updates on this one @amdrew? No rush, just wondering if I should do it myself for my child theme if it's not gong to make 1.0 release.

amdrew commented 7 years ago

@davidsherlock It won't make it for 1.0, currently mile-stoned for future release.

arraypress commented 7 years ago

@amdrew, when roughly do you expect version 1.0 to be released roughly? Going to try and align it with my child theme.

amdrew commented 7 years ago

@davidsherlock Roughly 2-3 weeks or less (hopefully)

arraypress commented 7 years ago

Not meaning to sound pushy, but this one would be really neat to tackle in the next update (and much needed - since most options out there are bloated).

arraypress commented 7 years ago

As a side note, adding a customiser control to handle the color of the icons would be useful.

amdrew commented 6 years ago

Will get to it when I can. Will be neat for sure!

amdrew commented 6 years ago

Made progress on this.

A new "Social Links Menu” theme location has been added. Icons are displayed in this footer location by simply creating custom links and linking to the various social platforms. This is how it's acheived with the Twenty Sixteen and Twenty Seventeen themes.


An extreme example:

Admin menu:

screen shot 2018-07-09 at 9 14 00 pm

Desktop:

screen shot 2018-07-10 at 3 01 23 pm

If the social links menu location isn't used, the copyright will be centered as before:

screen shot 2018-07-10 at 6 24 47 pm

On mobile devices, the icons show above the copyright notice:

screen shot 2018-07-09 at 9 14 42 pm

Some notes:

arraypress commented 6 years ago

This looks great @amdrew!