Benedict
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Peak Hosting ProblemYes that is what I decided to do. Just really frustrating. Thanks IIIIIIV 🙂
Forum: Installing WordPress
In reply to: Peak Hosting ProblemIt is a fresh install. Everything is set correctly. And the systems engineer for Peak experienced the same problems. I have installed WP too many times too count, and this is a problem with their server.
Forum: Fixing WordPress
In reply to: Blog within blogCategories may have custom templates. Just create a new php file named category-#(of the category).php
Or you could just run a custom query on the index page. More info: http://codex.wordpress.org/Theme_Development
Forum: Themes and Templates
In reply to: Creating Menu TabsYea, in your css find your div tag called nav. In there make a new < li > < /li > tag with the cat=#your category (Blog) id.
Forum: Plugins
In reply to: anybody knows about WP e-commerce Lite?Did not think about this. Nonetheless, I just send an email to the main developer to see what his thoughts are on providing a larger support base for his plugin. I am quite astonished that the developer would offer a plugin of this scale to the WP community without continual interaction with its users.
Way back when, Gamerz provided me with a lot of help on his print plugin. Now his plugin is great :), yet the scale of these plugins are very different, and so was the support.
So now I wait.
Forum: Plugins
In reply to: anybody knows about WP e-commerce Lite?I am in the midst of setting up my website. It is coming soon. For the last year, I have been so busy with web projects, no time for my own; kind of like a car salesman without a lot, lol. My email is dominickr @ gmail.com.
The plugin has been rewritten for a custom theme though, so I I am going to remold it for another theme. I really despise the Kubrick layouts, but if people want it for these layouts then so be it, or other suggestions? Or I might just design another malleable theme.
Forum: Plugins
In reply to: anybody knows about WP e-commerce Lite?Yes I do. I am currently set it up for a client. Unfortunately, it is in beta version and not live to show yet. As far as the plugin it needs tweaking just to work with Paypal, as well as a comparision to a typical oscommerce site. So with your bank gateway question, yes it can, but you will have to program your way through. Some things to know about first:
– There are currently no individual pages. I did not create ones, but instead created an extra field with hide/show for a long description.
– As far as SKU, discount, etc., you will have to add those in
– The transaction process is broken on 2.0, but there is a solution in the comment area for the plugin
– The plugin css needs to be completely tweaked. It is atrocious.
– The developer provides squat worth of help. There is not contact info in the plugin as a clue.
– There is no feature for recurring users, unless you tweak it. I currently added shipping fields to WP which are then routed to the checkout to see if you are registered.All this said it needs a lot of tweaking. I am going to release an addendum to his plugin with all the tweaks in two weeks if people are interested- so they don’t have to go through the same garble that I had to go through 🙂
Forum: Your WordPress
In reply to: New Personal Development BlogVery small issue, but I would try to use the <read more> tag in some of your posts (like your home page). If you use the inverted pyrmaid style when writing (conclusion on top), one is able to scan through posts they might enjoy, rather than losing focus on all of them.