Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] Add logo's or images to the footer (http://forum.bytesforall.com/showthread.php?t=13427)

Ergoedcelnoorderkempen Mar 22, 2011 07:10 AM

[SOLVED] Add logo's or images to the footer
 
Dear community,

I would like to add some logo's or images to the footer. I suppose there is no standaard way to do so. It should be done in code via editing the footer-code. But what should that code look like?

Is there anybody having some sample code to insert?

Kind regards,
Cornelis

lmilesw Mar 22, 2011 10:29 PM

You could also add a new widget area per the instructions in ATO>Add New Widget Area and then use any widget you like.

Ergoedcelnoorderkempen Mar 23, 2011 07:13 AM

Thanks for the html suggestion. But which path should I mention in the img src? If I import all the logo's in images directory under wp-content/themes/atahualpa/images?

I tryed <img src="themes/atahualpa/images/Arendonk_als_ice_can.jpg"> but that didn't work.

juggledad Mar 23, 2011 08:01 AM

try <img src="/themes/atahualpa/images/Arendonk_als_ice_can.jpg">

juggledad Mar 23, 2011 08:41 AM

You could also just put in the fully qualified url
HTML Code:

<img src="http://yourdoamin.com/wordpress/wp-content/themes/atahualpa/images/Arendonk_als_ice_can.jpg">

Ergoedcelnoorderkempen Mar 24, 2011 07:35 AM

Many thanx for the rapid feedback. The php command works but gives a huge image file as output in the footer. Now I need to have 20 tiny icons in there. How can I master size in php commands gdynamically enerating html? If I read well, the stylesheet directory should be modified or so?

juggledad Mar 24, 2011 07:52 AM

If you want more than one image, you must hand code the html to point at each image and style them the way you want them. If you add an image to a post, you can then look at the source and see what the HTML is and then adjust it to fit your needs.

If you are saying that you want to add a bunch of images to a folder and then dynamically show all those images, and dynamically resize them, then you are going to have to add a bit of coding into the theme.

That is beyond the help the forum provides. If you are not a coder, you need to think about looking for a plug-in that will do it for you or hiring someone to implement this for you.

Ergoedcelnoorderkempen Mar 25, 2011 06:09 AM

No need for all that. Resized them all to set values + hyperlinked them. Just what I needed having to add 50 or so more logo's


All times are GMT -6. The time now is 12:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.