Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> How To's
Author Message
FosgateElite
Regular
Regular



Joined: Mar 26, 2006
Posts: 63

PostPosted: Fri Apr 24, 2009 10:24 pm Reply with quote

Not sure where to start with this one. Where can I force the mouseover text to black. Also how can I limit the number of feeds that come up in the box?

I just placed the feed URL in the url box and nothing more.
 
View user's profile Send private message
FosgateElite







PostPosted: Fri Apr 24, 2009 10:33 pm Reply with quote

Forget the limit number of feeds part, that was my dumb mistake for not reading closer.

I still need to find out how to change the text to another color.
 
spasticdonkey
RavenNuke(tm) Development Team



Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA

PostPosted: Fri Apr 24, 2009 10:40 pm Reply with quote

html/includes/nukeSEO/nukePIE.css
 
View user's profile Send private message Visit poster's website
FosgateElite







PostPosted: Fri Apr 24, 2009 10:52 pm Reply with quote

Awesome. That sorta worked. Some of the feeds are coming through with the text color I specified, but some still come through as white. Like the feed is ignoring the css file.
 
spasticdonkey







PostPosted: Sat Apr 25, 2009 1:15 am Reply with quote

this is a script that is run in your browser, so the issue is probably there... since it's a javascript using the css your browser may have cached it, so you may get old appearance..... try clearing your browser temporary files, or open in another browser and see what happens Smile
 
FosgateElite







PostPosted: Sat Apr 25, 2009 11:00 am Reply with quote

That didnt seem to work. The rss feed is this one. [ Only registered users can see links on this board! Get registered or login! ]

Some of the single feed entries it worked on, some of them are still white text.
 
spasticdonkey







PostPosted: Sun Apr 26, 2009 7:45 am Reply with quote

without seeing what's going on it's hard to say... you got a link to the abnormal behavior?
 
FosgateElite







PostPosted: Sun Apr 26, 2009 6:19 pm Reply with quote

clanezc.com
 
spasticdonkey







PostPosted: Mon Apr 27, 2009 2:36 am Reply with quote

ok it's doing what you said for me too Smile

looks like it may be theme related, the content in the feed block is wrapped with these tags:

Code:
<h6><span class="storytitle style1"><font face="Verdana" size="1"><span class="storytitle style1 style1"><font class="sf"><font class="content">


that's alot of style and classes, it probably needs some cleanup and could be causing the appearance issues. I suggest checking the site for validation errors, fixing them would probably correct the problem.. (tidy html validator for firefox)
 
mars
Worker
Worker



Joined: Jul 08, 2006
Posts: 123
Location: Bloomsburg,Pennsylvania

PostPosted: Mon Apr 27, 2009 4:51 am Reply with quote

Edit nukepie.css and make it this

Code:



.nukePIEhdr {
   padding:5px;
   font-weight:bold;
   border:1px solid #C9D255;
   background:#5F6B77;
   color:#DADDE2;
    width:600px;
}

.nukePIEbody {
   padding:5px;
   border:1px solid #C9D255;
   background:#DADDE2;
   color:#5F6B77;
    width:600px;
}
.nukePIEbody p{
   background:#DADDE2;
   color:#5F6B77;
    width:600px;
}


Basically just add that last style.

_________________
Visit Our PHPNuke Theme Site 
View user's profile Send private message Visit poster's website
FosgateElite







PostPosted: Mon Apr 27, 2009 10:49 am Reply with quote

How about turning off the mouse over entirely?
 
spasticdonkey







PostPosted: Mon Apr 27, 2009 6:39 pm Reply with quote

yes you can disable in rnconfig.php
$useBoxoverWithnukePIE = false;
 
FosgateElite







PostPosted: Tue Apr 28, 2009 6:57 pm Reply with quote

spasticdonkey wrote:
yes you can disable in rnconfig.php
$useBoxoverWithnukePIE = false;


Great! thanks!
 
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6432

PostPosted: Wed Apr 29, 2009 10:07 pm Reply with quote

spasticdonkey, mars, thanks for the excellent assistance on this! I back to working on code...

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
mars







PostPosted: Thu Apr 30, 2009 11:47 am Reply with quote

Always glad to help where I can Smile
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> How To's

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©