WP Realty
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress Plugin ApprovalI’ve used that about 3 times now.
Forum: Plugins
In reply to: [Release] eShop Shopping Cart pluginHow did you get your plugin added? how long did it take? what do they do, send you an email so you can start using SVN? what is the steps?
This clearly does not work!
It’s pretty simple
1. Sign up.
2. Within some vaguely defined amount of time, some one will approve your request.
3. You’ll then have access to a Subversion Repository where you’ll store your plugin.
4. Once you put your plugin (and a readme file!) in that repository, it will shortly be automatically entered into the plugins browser.Forum: Plugins
In reply to: WordPress Plugin ApprovalOtto, contact who? Is there a plugin moderator or something, how do I contact them?
~ Jared
Forum: Plugins
In reply to: WordPress Plugin ApprovalOtto, any news on this? If I can get the format down I’ll submit the other ones I have.
~ Jared
Forum: Plugins
In reply to: Someone Hacked my /index.phpchange the folder your blog is in to 755
~ Jared
Forum: Plugins
In reply to: <?php wp_dropdown_categories(); ?>I’d build a custom plugin for something like that and maybe use a little javascript.
I built one for a client of mine that wanted to have 4 drop down selects each for a specific category. What you want sounds to be a chained select and can be done but would take some JS or AJAX is my suggestion.
Jared Ritchey
Forum: Plugins
In reply to: real estate listing plugins?? aOkay I’ve re-uploaded from the archive all plug-ins and other code elements after examining them for potential issues.
The hack as I had called it really wasn’t a hack per se it was an sql injection by an opponent and unethical webmaster literally notorious for being an internet criminal.
Anyway my sincere apologies for the delay, I’ll have the latest updates to the plug-ins complete Saturday and release all three as version 1.0.3 which will include a more WP-2.5.1 compatible interface.
~ Jared
Forum: Plugins
In reply to: real estate listing plugins?? aYes Steve, my blog was hacked but fixed again. I’ll upload that today or this evening.
~ Jared
Forum: Plugins
In reply to: real estate listing plugins?? aI updated the plugin over the weekend and I’ve added a few features that make presentation of featured listings better. I’ve also added in a better looking interface.
https://www.jaredritchey.com
~ JaredForum: Plugins
In reply to: real estate listing plugins?? aI have been so up to my neck in projects I’ve literally had NO TIME to post this. Today is April 26th and I’ll post this over the weekend and then add it to the plugin directory for people to use.
My apologies for the lengthy delay.
Forum: Plugins
In reply to: real estate listing plugins?? aI’ll have the video guide to it done today but my plugin works by via a few bridge techniques with WordPress and OpenRealty.
Forum: Fixing WordPress
In reply to: No “incoming Links” and page messed up in IE after 2.2 upgradeYep this problem is common because of a few very interesting practices I see in themes frequently. Displaying columns inline is fine for the most part but in other cases its not always a good practice. Sometimes when dealing with columns its a good idea to use a method to clear and float instead of just using left margins to position the columns.
Unfortunately its not a 5 minute fix because you have to go to each column and wrap it into a float style.
Forum: Themes and Templates
In reply to: Help! My sidebar is on the bottom…I just mentioned this in another post. The problem is common with themes where the float column is not handled correctly and usually what works is the simple addition of adding a clearfix class as outlined before.
I hope that helps
Forum: Themes and Templates
In reply to: Sidebar Widgets makes sidebar too wideslappypinchbott; this is actually a common issue as many sites that use themes where the float is not handled properly do in fact break. If you take a VIEW Source of your site with and without widgets you can usually find the offending code and make provision for it in the CSS.
However, this is not always the case. I dont know the theme you have as I’ve never looked at it but many of the sites I’ve fixed I usually did so by placing either a clearfix in the CSS or simply removed and redid the columns my way.
I hope that helps a bit.
Forum: Plugins
In reply to: Recently updated blogsYour blogs on your server or blogs across the web?