alexbarber
Forum Replies Created
-
Forum: Plugins
In reply to: wpshopcart major flawI call shenanigans on the response from the developer:
Hmmm sorry for the confusion.
Now i have realised what u after and i have never heard this requirement before in my 7 years in this business.Anyway, happy to do the code change for your need.
Have to charge u little. Let me knowForum: Plugins
In reply to: wpshopcart major flawI purchased the premium version of the plugin because I was told by the developer that I could adjust product pricing based on quantity, which does not seem to be the case now that I’ve gone through the product settings.
He proposed that he could modify the code to meet my needs, which seems odd since that was what I was told that the paid version the plugin could do in the first place.
Add me to the list of burned customers.
The server is running PHP 5.4.
Forum: Plugins
In reply to: [Media Library Assistant] MLA search images by tagThe functionality I’m looking for would be the ability to search images by tag. The current search box includes check boxes for caption, alt, description, etc. So it would be nice to have a check box to include tags as a search criterion.
If the client ends up with thousands of tags, going to the tag section would be daunting to find something.
Forum: Plugins
In reply to: [Media Library Assistant] Custom taxonomy does not displayI create my custom taxonomies at the top of my theme functions.php file with ‘add_action’ hooks run on ‘init’.
Forum: Plugins
In reply to: [Media Library Assistant] Custom taxonomy does not displayI completely spaced and forgot to add the ‘attachment’ type to the list of post types registered with my taxonomy. With that in place, everything displays.