Jump to content
Sign in to follow this  
wendygordon

blogroll links -adding icons - not showing up in 5 footer sidebar

Recommended Posts

wendygordon

hey there. hoping there is a quick fix for this. i am trying to add small 24x24 images to my links in the blogroll. when i put the links widget into any sidebar, the images show up. but when i put the links widget into the 5 footer sidebar, the images dont show up.. Also, while we are at it.. is there any way to take the shadow text effect off the footer text? using platform pro - base 1.35 wordpress 3.12

Share this post


Link to post
Share on other sites
ricardo

Hi Wendy! It working for me. Have you verified if the widget has the option to display images activated? Can you post a link to your site? As for the text shadow, add this to your PlatformPro Settings > Custom Code > Custom CSS Rules:

/* Text Shadows override */
	#feature-footer, #grandchildnav li a, #grandchildnav .current_page_item  ul li a, #buddypress-page #object-nav ul li a{ text-shadow: none; }
	.fixed_width #footer{ text-shadow: none; }

Ricardo

Share this post


Link to post
Share on other sites
wendygordon

hey ricardo. thanks for your reply. unfortunately, i did double check and the show images option is activated. any other ideas. i cant send the link yet to the site. client would have a fit.. any ideas of where to look for the conflict? thanks so much for the code for the shadow text. W

Share this post


Link to post
Share on other sites
ricardo

Make sure the path to the images is right (best option is to put a full http:// path). Check the html source to see if they are there as well as their containers. Turn plugins off selectively and see if anything change. Good luck! Ricardo

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×