c0y0te
Forum Replies Created
-
Forum: Plugins
In reply to: WANTED : “Contact Me” Form !!If you head on over to my site https://www.avalon5.com and check out the “RESOURCES” section you will find a link to the CONTACT US form that I use. It’s quick, simple and very effective.
I’m using WP1.5, but the plugin may also work with previous versions. Suggest you follow the plugin link and check with the author. Hope it helps.
c0y0te
Forum: Fixing WordPress
In reply to: Can’t Log In WP1.5Not sure if this will help you, but it sorted me out.
https://www.avalon5.com/index.php/archives/18
Coyote
Forum: Themes and Templates
In reply to: picture alignment in post!!!I ran into similar issues when I was modifying the “Headspace” theme to suit my tastes. I knocked up a quick tutorial about the changes made (including image alignment specifics in the CSS sheet). Check out the link below for more info.
https://www.avalon5.com/index.php/archives/32
If you have any questions please feel free to leave a comment on the site or email me via the contact page. Hope this helps sort your problem.
Coyote
Forum: Fixing WordPress
In reply to: Number of PostsI did something like this myself a few days ago. I was concerned with the alphabetical listing of the categories so I used this fix to correct the issue. I threw up a quick tutorials to help folks at my blog as follows:-
https://www.avalon5.com/index.php/archives/41
The syntax of the calling PHP also delivers the post count per category. In addition if you want the same functionality on archives use the following:-
Replace the code
<?php wp_get_archives(‘type=monthly’); ?>
with
<?php get_archives(‘monthly’, ”, ‘html’, ”, ”, TRUE); ?>
That’s what worked for me. Hope it helps. If you need any help or have any questions on the tutorial – drop me a line at my blog and I’ll get back to you. Good luck.
Coyote
Forum: Your WordPress
In reply to: Howl @ The Moon – does it work?For anyone reviewing this site please be advised i’ve moved the domain this morning.
“Howl @ The Moon” now resides at https://www.avalon5.com
Coyote
Forum: Fixing WordPress
In reply to: Changing WP1.5 to work on main domainMade the change this morning. Thanks for the info folks – it worked perfectly (as far as I can tell anyway!).
“Howl @ the Moon” now resides at https://www.avalon5.com
Coyote
Forum: Fixing WordPress
In reply to: Changing WP1.5 to work on main domainThats superb lads – thanks for the info.
c0y0te
Forum: Your WordPress
In reply to: Howl @ The Moon – does it work?Thanks Icebug. I took a quick look at your site… I like the layout and general simplicity of the site, but I have to admit I’m not a huge fan of the javascript dropdown menus.
I’ll keep an eye out for when you announce your new sites ‘launch’ here on the forums.
Thanks for taking the time to look at “Howl @ The Moon”.
Forum: Your WordPress
In reply to: Howl @ The Moon – does it work?We live in hope ??
Forum: Your WordPress
In reply to: Howl @ The Moon – does it work?Well – the banner is a JPG all right, but I’m buggered if I know how to make it better quality. I “saved it for web” from photoshop with maximum quality and this is what I ended up with.
‘suppose I could go back in the depths of photoshop and horse around a bit more to see if anything decent falls out. It’s really a combination of luck, trial and error and lots of cursing at this point ??
c0y0te
Forum: Installing WordPress
In reply to: problem with login, always redirects (local machine/iis)No probs:)
I went through exactly the same frustration so I know what it’s like. Glad I could help someone else instead of being the one to always come looking for help for a change!
Forum: Your WordPress
In reply to: Howl @ The Moon – does it work?Thanks vkaryl ??
I’ve just completed the last touches (I hope) with some additional plugins. I’m trying out the image headlines thingy and the related posts.
Forum: Installing WordPress
In reply to: problem with login, always redirects (local machine/iis)I had the same problem. I found a page on the net which described the fix, implemented this and the problem went away. I documented the issue and corrective fix on my blog as follows:-
https://www.avalon5.com/blog/index.php/archives/18
I’m confident that this is the solution you are looking for. If you run into any issues, feel free to contact me at my blog site. Good luck.
Coyote
Forum: Plugins
In reply to: Will someone update or create a polling plugin for WP 1.5Having read the following https://www.ads-software.com/support/topic.php?id=26573 it would appear the author would be worth contacting. Has anyone approached the author yet?
Forum: Plugins
In reply to: Email Notification – Integration with themeNope. What I’m saying is that the plugin code (by default) simply outputs text as it goes along (e.g. when successful subscription). To see this in action, simply subscribe to my blog and you will see what I mean. The result is that the output takes place on a plain / blank html page without any of the formatting or layout of the WP theme that is in play. I know this is because the plugin is not taking into account any of this.
My question is how do I change the code of the plugin to behave / output within the theme/layout of the site, rather than just blank html pages. I know my descriptions are a bit long winded, so perhaps if you could please browse to https://www.avalon5.com/blog and then subscribe using the button on the right navigation (type in your email and hit the SIGN UP button) – it will become apparant what I’m trying to describe.
My objective is to ensure that any text which is output by the plugin is done so within the context of the site layout/design/theme rather than just on a blank html page. Thanks for your help.
c0y0te