Hi,
I'd like icons to appear in my footer (ie: an envelop before the contact line) but have no clue about how to do that, can you help me please?
thank you,
Sophie
displaying icons in widgets
7 posts from 2 voices-
Posted 1 year ago #
-
Hi,
I've lost the link to your site again. Images can be inserted using basic html like this:
<img src="linktoimage" />Can you link me to your page again? This way I can provide specific instructions
Posted 1 year ago # -
Hi Chris,
I send you log ids to your mail because of the maintenance page.
When you say adding the code, where should I put it?
Thanks
sophiePosted 1 year ago # -
Hey!
I can't log in - http://www.boudoirsduboutdumonde.com/wordpress/wp-admin/ still links me to your under construction page. Could you link me to the correct login page?
Regards,
ChrisPosted 1 year ago # -
Hi Chris,
Sorry I created the account wrong.... Now you should be able to connect with the same loggin and password...
SophiePosted 1 year ago # -
Hey,
you can add this to your custom.css or Quick CSS
#socket .social_bookmarks { position: relative; top:12px; right:60px; }(Don't ask me why .. because I don't know.. but it works.)
Then, you can add the image in as I previously said in your footer.php in
<ul class="social_bookmarks"> <?php echo "<li class='phone'><a href='#top'>".__('scroll to top','avia_framework')."</a></li>"; //contact icon $contact_page_id = avia_get_option('email_page'); if (function_exists('icl_object_id')) $contact_page_id = icl_object_id($contact_page_id, 'page', true); //wpml prepared if($contact_page_id) echo "<li class='mail'><a href='".get_permalink($contact_page_id)."'>".__('Send us Mail', 'avia_framework')."</a></li>"; if($twitter = avia_get_option('twitter')) echo "<li class='twitter'><a href='http://twitter.com/".$twitter."'>".__('Follow us on Twitter', 'avia_framework')."</a></li>"; if($facebook = avia_get_option('facebook')) echo "<li class='facebook'><a href='".$facebook."'>".__('Join our Facebook Group', 'avia_framework')."</a></li>"; ?> <li class='rss'><a href="<?php avia_option('feedburner',get_bloginfo('rss2_url')); ?>"><?php _e('Subscribe to our RSS Feed', 'avia_framework')?></a></li> </ul> <!-- end social_bookmarks-->Posted 1 year ago # -
All right, then it's still too complicated for me, I'll see with my friend, thank you ;)
Posted 1 year ago #
Reply
You must log in to post.














