jarodtaylor
Forum Replies Created
-
Forum: Plugins
In reply to: Woocommerce – Product Attribute : textI’m having the same exact problem. If I choose “text” as the attribute type, nothing shows up on the product page. If I put a “value” in the attribute it will show up as a select menu.
This was my first project using Woocommerce. To be honest, it’s been an absolute nightmare. Their documentation is garbage. They obviously only truly support their paid for themes, which I understand. It’s just unfortunate in an open source community that the support is this poor. I don’t buy themes, because it’s my job to custom build/design them myself.
I, for one, will probably never use Woocommerce again.
Forum: Plugins
In reply to: [Plugin: Comment Reply Notification] 2.8 fixAwesome! I’ve been wondering about it for a month now. Thanks a lot!
Forum: Fixing WordPress
In reply to: query_posts(‘cat=3’) results in blank pageYeah it’s weird. It doesn’t do it on my local dev environment, but it does it on my live server.
Forum: Fixing WordPress
In reply to: query_posts() function acts weird… need help!I’m having the same exact problem. Does anyone know what’s causing it?
Forum: Fixing WordPress
In reply to: WordPress Permalink 404 issueFigures, I’ll figure something out 11 minutes after I make the post, even though I have been struggling with this for hours.
Anyway, I don’t know if this is the only/best fix for it, but if anybody else has this issue.
I opened up the httpd.conf file and found:
<Directory />
Options FollowSymLinks
AllowOverride none
Order deny,allow
Deny from all
</Directory>and changed the AllowOverride none to AllowOverride all.
Hope this helps someone else before they spend hours of aggravation on it.
🙂