montyv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Deleting Uploaded ImagesIf I am understanding you correctly I navigate to the “browse all” option in the upload section then mouse over the thumbnail to see an option to delete, correct? I have done so and I do not get any option to delete. I tried also right clicking over the image and no option to delete is there. Please let me know if I am messing around in the wrong section.
Forum: Fixing WordPress
In reply to: my homepage is out of wackPetit I hang out at many forums and WP is one of the only places I have not contributed. I just feel with my lack of knowledge on the subject I don’t have much experience to go off of. I’m sure if I run into a subject that I have done myself I would contribute.
Maerk that is a good idea. Maybe I can give that option to users by informing them during registration or something.
Forum: Fixing WordPress
In reply to: Use wp_register tag but replace link text to link imageJoe I just added to my old post on how I did it. Thanks for bumping this post down. If you could please contact me through other means next time it would be appreciated only because I feel post with mulitple replies gets ignored on these forums because people believe someone is already helping.
Forum: Fixing WordPress
In reply to: Replace WP Header with Custom Flash Headeralso I got rid of this in the header file
<!– <h1>“><?php bloginfo(‘name’); ?></h1> –>
<!– <div class=”description”><?php bloginfo(‘description’); ?></div> –>it may take some playing around with to get it perfect but it worked.
Forum: Fixing WordPress
In reply to: Replace WP Header with Custom Flash HeaderSorry I haven’t replied I do not have a RSS feed on this post and since changing it to resolved I have not looked back. There as no fancy plugin in but rather a combination of techniques.
Flash Satay Method
https://www.alistapart.com/articles/flashsatay/Which gave me this:
<object type=”application/x-shockwave-flash” data=”https://rezzlineblog.com/images/banner_new.swf” width=”820px” height=”177px”>
<param name=”movie” value=”https://rezzlineblog.com/images/banner_new.swf”></param>
</object>and a little CSS manipulation and that is what I got.
Forum: Fixing WordPress
In reply to: my homepage is out of wackpetit that did the trick…thank you very much. We have a few users…should I just remind them not to copy and paste from other programs? Is there a way to prevent pasting or something? Just a thought is its possible otherwise thank you for the help.
Forum: Fixing WordPress
In reply to: my homepage is out of wackyeah i started figuring that out but I was not sure what to take out. I took it out on the first few but was not sure about the rest. Would this effect my overall homepage though. My naviagtion links on the right are also larger. Let me try.
Forum: Fixing WordPress
In reply to: Plugin To Upload Image When Postinganyone here?
Forum: Fixing WordPress
In reply to: Use wp_register tag but replace link text to link imagenot possible?
Forum: Fixing WordPress
In reply to: How to Move from BlueHost to my own server?Perfect. Thank You.
Forum: Fixing WordPress
In reply to: Moderate PostsTested it out. I unchecked “Publish Post.” Ok I was having a difficult time finding where this post ends up if they are not able to publish but then I found it under “Manage” and a link that says “Others’ Draft.” I was digging around for this and it would have been nice is this was under awaiting moderation with the comments. Is that possible? Thank you for help.
Forum: Fixing WordPress
In reply to: Help With Validationthank you
Forum: Fixing WordPress
In reply to: Help With ValidationOk the Flash Satay worked like a charm. It cleared up the remaining erros.
Forum: Fixing WordPress
In reply to: Help With ValidationChanged onClick to all lowercase. When I changed the XHTML to lowercase it brought up three more errors. Is that right? The embed one does look a bit tedious so I’ll look into this and see what I can do.
Forum: Fixing WordPress
In reply to: Help With ValidationThank you. I’m going to look into it.
– Monty