Quick themes customization

4 replies
  • WEB DESIGN
  • |
Looking to tweak one of my woothemes blogs to add some more advertising.

I keep adding this code into my sidebar.php on Six Pack Diet |Six Pack Ab Workout|Bodybuilding Routine| Jimmy Smith right underneath my aweber script but all I get is a blank box with a question mark

<a href="http://jimmysmithtraining.com/macronutrient-math-made-easy">
<img src="http://www.womensabworkout.com/wp-content/uploads/2010/05/MME-Cover-175.jpg" width="175" height="211" border="0"></a>

Any help? Thanks
#customization #quick #themes
  • Profile picture of the author VicFranks
    Try

    WordPress › My Custom Widgets WordPress Plugins

    Edit:
    Forgot to add that you can do conditional statements - meaning you can have the widget show up on only the pages you choose..

    Best of luck..


    VF.
    {{ DiscussionBoard.errors[2149761].message }}
  • Profile picture of the author NetMan
    Originally Posted by jsmith2482 View Post

    Looking to tweak one of my woothemes blogs to add some more advertising.

    I keep adding this code into my sidebar.php on Six Pack Diet |Six Pack Ab Workout|Bodybuilding Routine| Jimmy Smith right underneath my aweber script but all I get is a blank box with a question mark

    <a href="http://jimmysmithtraining.com/macronutrient-math-made-easy">
    <img src="http://www.womensabworkout.com/wp-content/uploads/2010/05/MME-Cover-175.jpg" width="175" height="211" border="0"></a>

    Any help? Thanks
    It should normally work well, even though I wouldn't go that way to add advertsing, I'd use a advertising management plugin, but did you try to simply add it to a text widget?

    Btw, that site looks totally screwed up in FF.

    If you'd need a redesign check my WSO in my sig below, maybe you could take advantage of that.
    {{ DiscussionBoard.errors[2149768].message }}
    • Profile picture of the author vieux
      J,

      if you look at the source behind the page, you will notice that you are missing an " at the end of the Macro-Math-1.jpg

      That makes the img tag invalid as the next bits (starting with width..) becomes part of the Image URL.

      I've pasted the source below (I replaced the http with xxx as my post count is not high enough and the forums think I'm trying to put in a link )

      <a href="xxx://jimmysmithtraining.com/macronutrient-math-made-easy">
      <img src="xxx://jimmysmithtraining.com/wp-content/uploads/2010/05/Macro-Math-1.jpg width="175" height="211"border="0" /></a>

      Hope that helps..

      -dee-
      ps. as mentioned by the previous poster, your siderbars css seem a bit off and extends the contents of the sidebar too much to the right..
      {{ DiscussionBoard.errors[2149870].message }}
      • Profile picture of the author vieux
        oops.. that was just one of the problems. Your other one, i'll look into soon
        {{ DiscussionBoard.errors[2149875].message }}

Trending Topics