evalafemme
Member
Posted 10 months ago #
Hi! I would like to add multiple badges, such as "vendor approved", at the bottom of the home page, so they appear on all pages. I feel like this is probably very easy but it's been driving me bananas. The admin of my theme speaks computer gibberish and rarely gets back to me.
i tried to go to appearance>theme>text and then footer 1 (on right hand side) and copied the html my vendor gave to me but nothing shows up after i save it. the theme admin says to edit the php but i have no idea how to do that or what he's really talking about!!
the theme i'm using is called photo nexus. i purchased it on theme forest.
any help would be much appreciated!!
sarahfrantz
Member
Posted 10 months ago #
You could just edit the footer.php file to include the badges....
evalafemme
Member
Posted 10 months ago #
evalafemme
Member
Posted 10 months ago #
more specifically, where do i insert the html in the footer.php? and how do i make sure that the badges go next to each other? i'm html illiterate!!
thanks!!
evalafemme
Member
Posted 10 months ago #
ok i managed to get one in there in the footer php section but am unsure of how to add another so that it's next to the first and not underneath. any help would be appreciated!
sarahfrantz
Member
Posted 10 months ago #
show me your html code for your footer
sarahfrantz
Member
Posted 10 months ago #
You will likely want to style the area, I'd put the badges in a <div> then position the div within the footer... if you let me see your html code & your css I can take a look at it and help you place it - also the link to the site
evalafemme
Member
Posted 9 months ago #
Hi!! thanks so much for your help!! my site is evangelinelanephotography.com I ended up creating a jpg in photoshop with a few of my badges and then getting the code from image shack. this is temporary since i would really like each badge to be up their individually and have the ability to be able to be clicked (linked to their site) as opposed to being sent to image shack!!
here is the code with the html from image shack as well (I placed it randomly): <?php
/*
Photo Nexus Theme
*/
?>
<a title='ImageShack - Image And Video Hosting' href='http://imageshack.us/photo/my-images/69/vendorbadges.jpg/'><img src='http://img69.imageshack.us/img69/2748/vendorbadges.jpg' border='0'/></a>
</div> <!--End of ThePage -->
</div><!--End of TheBody -->
<!--Footer Text is in sidebar.php :) -->
</body>
</html>
[Please post code snippets between backticks or use the code button.]