I've added the various social media icons as well as the "share" functionality to our store. For some reason, they appear at the bottom of the page instead of the top. This is probably super obvious, but I've looked and looked and I can't see where you change that. The template I used shows these icon at the top of the page.
Here is our store so you can see what I'm referring to: http://www.skillsusa.org/store/
Thanks!
Social Media Icons
-
- Site Admin
- Posts: 4953
- Joined: Fri Aug 04, 2006 1:42 pm
- Location: Utah
Re: Social Media Icons
Looking at the source of the page there are two <body> tags but only one closing </body> tag. There should only be one <body> tag on a page otherwise the browser won't know what to do since the information in the body tags may confilct.
Check what you have configured on Preferences > Layout Settings > for the Header It should not include <body> , <head>, <html> tags since those are all added by the template.
Check what you have configured on Preferences > Layout Settings > for the Header It should not include <body> , <head>, <html> tags since those are all added by the template.
-
- Posts: 2
- Joined: Tue Jan 22, 2013 12:29 pm
Re: Social Media Icons
I just fixed that. I also looked at the source and found where to add those icons to the header. Thank you!