soyola
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Does anybody use Blue Radiant Theme ?I used a plug-in called Adsense Deluxe. I think you can download it from Codex
Forum: Fixing WordPress
In reply to: How to properly add adcodes into my sidebars?I wish I could show you the broken blog but I can’t anymore because we’re receving very decent traffic and I am afraid our readers will get discouraged after seeing the broken pages. Please visualize it this way. If you visit our blog now you can see my first post is about teenagers. Eveytime I insert a code for Skyscraper ad in sidebars, there will be significant gap and white space between my first post and the second post which is about Obesity.
Forum: Fixing WordPress
In reply to: How to properly add adcodes into my sidebars?I am totally ok width-wise. Let me try to explain the problem that I am having exactly.
Whenever I place ad codes for long banners into my sidebars, It automatically streches my post and leaving a lot of empty space between first post and the rest of my posts. I know it has it to with my 3 column theme but I can’t figure out the fix.
Any ideas?
Forum: Fixing WordPress
In reply to: How to properly add adcodes into my sidebars?Vkaryl-
I couldn’t install any in sidebars because it was breaking my pages so I took them out. Yes I installed Adsense Deluxe Plugin but you said it’s version 1.5. Is there later version?
Forum: Fixing WordPress
In reply to: How to properly add adcodes into my sidebars?Where do you live? St. George, UT because I’ve been there many times.
Forum: Fixing WordPress
In reply to: How to properly add adcodes into my sidebars?I really appreciated.
Forum: Fixing WordPress
In reply to: How to properly add adcodes into my sidebars?I apologize. Here it is
Forum: Fixing WordPress
In reply to: How to properly add adcodes into my sidebars?Ok Here you go. Just like what you said:
<!– begin sidebar –>
<div id=”left-menu”>-
<?php wp_list_pages(); ?>
<li id=”categories”><?php _e(‘Categories:’); ?>-
<?php wp_list_cats(); ?>
<li id=”archives”><?php _e(‘Archives:’); ?>
-
<?php wp_get_archives(‘type=monthly’); ?>
<li id=”adcode1″> <!– Begin BidVertiser code –>
<SCRIPT LANGUAGE=”JavaScript1.1″ SRC=”https://bdv.bidvertiser.com/BidVertiser.dbm?pid=8795&bid=39096″></SCRIPT>
<noscript>affiliate program marketing</noscript>
<!– End BidVertiser code –></div>
<!– end sidebar –>Forum: Fixing WordPress
In reply to: How to properly add adcodes into my sidebars?No what I meant was. It looks ok in IE but still have the same problem in Firefox
Forum: Fixing WordPress
In reply to: How to properly add adcodes into my sidebars?Guess what ? It was too early for me to get excited. It worked for IE but Firefox is still displaying it wrong. Do you know why?
Forum: Fixing WordPress
In reply to: How to properly add adcodes into my sidebars?Thank you for your help. Have a Happy New Year !
Forum: Fixing WordPress
In reply to: How to properly add adcodes into my sidebars?Thank you very much for your help. Just two more question because I am sure there are newbies out there who are struggling with same issues.
1. What if I insert ads from different advertiser like Adbrite or Bidvertiser? How do we change that php code?
2. What is CDATA tags? How do we get it validated?
Thank you very much
Forum: Fixing WordPress
In reply to: How to properly add adcodes into my sidebars?I don’t think there was any unclosed tags. Let me share with you a short script for one of my side bars. Where would you place the ad because I tried every possible place without any success.
<!– begin sidebar –>
<div id=”left-menu”>-
<?php wp_list_pages(); ?>
<li id=”categories”><?php _e(‘Categories:’); ?>
-
<?php wp_list_cats(); ?>
<li id=”archives”><?php _e(‘Archives:’); ?>
-
<?php wp_get_archives(‘type=monthly’); ?>
</div>
<!– end sidebar –>Forum: Themes and Templates
In reply to: NEWBIE QUESTION ON THREE COLUMNYes but Search function in this form hasn’t been working right for last few days.
Forum: Themes and Templates
In reply to: NEWBIE QUESTION ON THREE COLUMNI am just trying to embede a code into my sidebars. Do you want to look at my siderbar.php file and offer me an advice where exactly I should put my javascrips provided by ad companies. I am not just using Adsense because most of those plug-ins were written for Google ads.
Thanks for you help