nintensity
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unwanted <p> tags added to pagesamazing. good job man!
Keep in mind it also takes out the <p> tag in front of my blockquote as well as my cite tags. but good work nonetheless.
Forum: Fixing WordPress
In reply to: Remove P tags from imagesHi there! I would like to know how to do this as well.
Can anyone help the OP as well as me?I’m actually trying to give the P tag that is wrapped around the img tag a class attribute. Is this possible?
thanks!
-n
Forum: Fixing WordPress
In reply to: Why isn’t my <a title=””> attribute appearing in wp_list_pagesanyone? i can’t seem to get it working.
Forum: Fixing WordPress
In reply to: Why isn’t my <a title=””> attribute appearing in wp_list_pagesno. check my website, and check my source code and take a look at my navigation.
you can see that each < a > tag is missing a title attribute to the < a > tag.this is bad SEO. i want to include the title attribute to the < a > tag.
Forum: Alpha/Beta/RC
In reply to: How to Add page based on Template in 2.7i’m an idiot. lol
i couldn’t find the page template, and i was wondering what happened to it. it turned out htat you would have to go back to your appearances menu and select the theme….anyways, its done! its all fixed yay!
Forum: Fixing WordPress
In reply to: 2.7 Missing Page Templatessame here. it only selects the default template, and it’s currently screwing up my website!
help!
Forum: Fixing WordPress
In reply to: jQuery not Defined (Interfers with Prototype.js)YES! resolved.
GUYS! MAKE SURE YOUR SCRIPTACULOUS.JS script file is BEFORE your jQuery.JS FILE!
ie:
<script src="scriptaculous.js" type="text/javascript"></script> <script src="jquery.js" type="text/javascript"></script>
and it should work.
i used the code
<script type="text/javascript"> jQuery.noConflict(); jQuery(function($) { $(document).ready(function() { $('#tabslide > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } }); }); }); </script>
Forum: Fixing WordPress
In reply to: jQuery loads, nothing happens.bump.. i think i got something. i’ll let you guys know.
Forum: Fixing WordPress
In reply to: jQuery loads, nothing happens.i need someone to help me with this please!
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Widget Slideshow Centered in Sidebar?margin: 0 auto; should do the trick.
Forum: Fixing WordPress
In reply to: jQuery loads, nothing happens.bumppp
Forum: Fixing WordPress
In reply to: jQuery loads, nothing happens.bump.
Forum: Fixing WordPress
In reply to: jQuery loads, nothing happens.bumppp
Forum: Fixing WordPress
In reply to: jQuery loads, nothing happens.bump!
Forum: Fixing WordPress
In reply to: JQuery, WordPress and MAMPI need help as well.. any advice would be apreciated!
bascially the function call in the head document isn’t connecting with the javascript.. there has to be another way somehow…