I can't figure out how to get social icons in my footer widgets. I have input the url's in the theme options - social icons tab but I don't see an option to add them to the footer. Thanks in advance for your help.
Hello, Please keep blank fourth footer widget area from (Appearance ->widgets) section and set link for social media. Don't use any widgets on footer fourth widget area. Thanks & Regards Pramod
Whenever I do that the links are broken for example instead of going to twitter.com/lucentpools it goes to http://lucentpools.com/custom-pools/www.twitter.com/lucentpools
The links are broken for example instead of going to twitter.com/lucentpools it goes to http://lucentpools.com/"whatever page im on when i click the social icon"/www.twitter.com/lucentpools
Hello, Please fill URL's correctly (with http://) this will resolve your issue. Thanks & Regards Pramod
Hello, You have to follow some steps. Step-1:Upload a small size 16x16 px png format icon from media library and copy its link/URL. Step-2:Follow below image to add code. Step-3: Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. .demo-icon{ background: url(http://localhost/my-wordpress/wp-content/uploads/2014/10/i-2.png) no-repeat; } Use that copied link in the place of above green color text. Thanks & Regards Pramod