Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Wordpress Plugin WP125 problem
Old 01-12-2009, 05:48 PM Wordpress Plugin WP125 problem
wesayitnet's Avatar
Experienced Talker

Posts: 34
Name: Bogdan
Location: Bucharest, Romania
Trades: 0
Hello everybody. I have a problem with one of my blogs. I just installed WP125 plugin, you know, the one that show's you the 125x125 px ads. Everything seems ok just that on the right column it shows the ads surrounded by a frame. I think it's from my css file. You guys have any idea? The first one that can help me with the solution gets an ad for 1 month on my blog


Link to my blog: http://www.wesayit.net
Link to a screenshot of the problem: http://www.wesayit.net/wp-content/uploads/wp125.png
wesayitnet is offline
Reply With Quote
View Public Profile Visit wesayitnet's homepage!
 
 
Register now for full access!
Old 01-12-2009, 06:03 PM Re: Wordpress Plugin WP125 problem
Insensus's Avatar
Ultra Talker

Posts: 487
Name: Mark Stegeman
Location: Netherlands, Europe
Trades: 0
Remove the odds and evens from:
HTML Code:
<div class="wp125ad odd"><a href="index.php?adclick=2" rel="nofollow"><img src="http://www.wesayit.net/wp-content/125x125ads/blue.gif" alt="Bluehost" /></a></div>
<div class="wp125ad even"><a href="index.php?adclick=1" rel="nofollow"><img src="http://www.wesayit.net/wp-content/125x125ads/hostgator.gif" alt="HostGator" /></a></div>
<div class="wp125ad odd"><a href="index.php?adclick=5" rel="nofollow"><img src="http://www.wesayit.net/wp-content/125x125ads/eve.gif" alt="Eve" /></a></div>
<div class="wp125ad even"><a href="index.php?adclick=4" rel="nofollow"><img src="http://www.wesayit.net/wp-content/125x125ads/doreo.gif" alt="Doreo" /></a></div>
The odds don't have style and the even's have the border.

So it'll become:
HTML Code:
<div class="wp125ad"><a href="index.php?adclick=2" rel="nofollow"><img src="http://www.wesayit.net/wp-content/125x125ads/blue.gif" alt="Bluehost" /></a></div>
<div class="wp125ad"><a href="index.php?adclick=1" rel="nofollow"><img src="http://www.wesayit.net/wp-content/125x125ads/hostgator.gif" alt="HostGator" /></a></div>
<div class="wp125ad"><a href="index.php?adclick=5" rel="nofollow"><img src="http://www.wesayit.net/wp-content/125x125ads/eve.gif" alt="Eve" /></a></div>
<div class="wp125ad"><a href="index.php?adclick=4" rel="nofollow"><img src="http://www.wesayit.net/wp-content/125x125ads/doreo.gif" alt="Doreo" /></a></div>
__________________
<?php ($helpfull>0)?$talkupation++ : '';?>
Insensus is offline
Reply With Quote
View Public Profile
 
Old 01-13-2009, 01:52 AM Re: Wordpress Plugin WP125 problem
wesayitnet's Avatar
Experienced Talker

Posts: 34
Name: Bogdan
Location: Bucharest, Romania
Trades: 0
Hi Insensus and thank you for your quick reply. The code you told me to modify is automatically inserted by the wp125 plugin. I tried to remove the "odd" and "even" functions but when I did that, the entire plugin crashed. I attached a copy of the plugin's code. If you can have a look at it and tell me what to modify please. The 1 month ad offer for you is still available for you. 10x so much for helping.
Attached Files
File Type: txt wp125.txt (9.6 KB, 10 views)
wesayitnet is offline
Reply With Quote
View Public Profile Visit wesayitnet's homepage!
 
Old 01-13-2009, 02:22 AM Re: Wordpress Plugin WP125 problem
Insensus's Avatar
Ultra Talker

Posts: 487
Name: Mark Stegeman
Location: Netherlands, Europe
Trades: 0
Here you go.
Attached Files
File Type: txt wp125.txt (9.5 KB, 19 views)
__________________
<?php ($helpfull>0)?$talkupation++ : '';?>
Insensus is offline
Reply With Quote
View Public Profile
 
Old 01-13-2009, 12:36 PM Re: Wordpress Plugin WP125 problem
wesayitnet's Avatar
Experienced Talker

Posts: 34
Name: Bogdan
Location: Bucharest, Romania
Trades: 0
Quote:
Originally Posted by Insensus View Post
Here you go.
Thank you so much. It worked great ! 10x 10x 10x !!!
I want to keep my promise and am expecting from you a PM with a 125x125 banner and a link. Thank you again
wesayitnet is offline
Reply With Quote
View Public Profile Visit wesayitnet's homepage!
 
Old 01-14-2009, 01:16 AM Re: Wordpress Plugin WP125 problem
anderswc's Avatar
Super Talker

Posts: 132
Name: Will Anderson
Location: Terre Haute, IN
Trades: 0
I would actually have suggested changing the CSS rather than the PHP code myself (easier to update the plugin that way). But if that solution worked, the "not broke don't fix it" axiom might hold here.
__________________
Will Anderson

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
anderswc is offline
Reply With Quote
View Public Profile Visit anderswc's homepage!
 
Old 01-28-2009, 02:56 PM Re: Wordpress Plugin WP125 problem
Junior Talker

Posts: 1
Name: Elvis
Trades: 0
Hi all,

I download your text file and it worked great. The only thing is now I don't see the wp125 plugin in the list of plugins any longer?? Just curious if this would be an issue later on? Thanks.

Just to update you all. I found this in a wordpress.org forum and it worked.
I put this code inside of the plugins CSS file. Its all good now.

#wp125adwrap_2c .even { border:0; }

Last edited by clickboy; 01-28-2009 at 03:31 PM.. Reason: I resolved my issue.
clickboy is offline
Reply With Quote
View Public Profile
 
Old 01-31-2009, 12:11 AM Re: Wordpress Plugin WP125 problem
anderswc's Avatar
Super Talker

Posts: 132
Name: Will Anderson
Location: Terre Haute, IN
Trades: 0
Like I said, edit the CSS, not the PHP
Glad you got it to work.
__________________
Will Anderson

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
anderswc is offline
Reply With Quote
View Public Profile Visit anderswc's homepage!
 
Reply     « Reply to Wordpress Plugin WP125 problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.27243 seconds with 13 queries