macguru2000
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: CataBlog] Bugsbenfriedman,
the
lightboxcovers over the embedded video perfectly in safari, firefox and chrome for mac. didn’t check it yet on windows computers. do you have more specific browser and operating system info so i know how to reproduce this bug. Thanks– Zach
Forum: Plugins
In reply to: [Plugin: CataBlog] BugsJeez, this is definitely turning into a big headache for you. Maybe you could export an XML backup and email it to me or post it here. If there is anything fishy about your data I might be able to spot it. Perhaps the extension isn’t part of the image field in the database, perhaps the image files don’t have their extensions…
…Other then that the only thing I could think of is that now PHP doesn’t have permission to read your uploaded photos. If you can go and change permissions recursively (on all child directories and files) on
wp-content/uploads/catablogto 777 (read/write/execute for everyone) and see if that fixes your problem. If it does, bring the permissions down to 775 a (read/write/execute for owner and group, read/execute for everyone) and see if it still work by checking that changing thumbnail size works. If this is the issue I would recommend that you not leave anything on your server with permission 777, that is unsafe for a website longterm, but testing with it is ok. Instead leave permissions at 775, which is a pretty standard permission set for web content since the owner (FTP) and group (Apache, PHP) both have read/write/execute access.Good luck, hope this finally works for you.
– ZachForum: Plugins
In reply to: [Plugin: CataBlog] BugsI’m sorry that the other plugin’s shortcode does not working within item descriptions. This seems like another problem that would be fixed if I went from a custom database to using WordPress’s built in custom post types. I don’t see that being fixed anytime to soon, but probably before the end of the year.
I’m also sorry that you are unable to change your directory permissions. I am used to web service that gives me command line access and the ability to change permissions with chmod. Most likely the directories are under the control of PHP and not FTP. This could be a problem, try and delete the
catablogdirectory inwp-content/uploads/directory and remake it and theoriginalsdirectory with your FTP client. This may solve your problems, I want CataBlog to accommodate as many people as possible, even those with limited server access. I hope you are able to accomplish this, be careful and I would not recommend deleting youruploadsorwp-contentfolder, if you must do that then back it up on your local computer and then delete thecatablogdirectory before replacing the version on your web server. Cheers!– Zach
Forum: Plugins
In reply to: [Plugin: CataBlog] BugsForum: Plugins
In reply to: [Plugin: CataBlog] BugsI am not sure about other plugin shortcodes working from within CataBlog, my guess is it does not work. You can try, I would be interested to see what happens. As far as the images, they should be uploaded into this directory:
wp-content/uploads/catablog/originalsthe file names should match the corresponding
imagefield in the database row for each item. After you upload the originals you can have catablog generate thumbnails by changing your thumbnail options and saving, which automatically regenerates all image thumbnails. This is also true for the lightbox option.Good luck,
– ZachForum: Plugins
In reply to: [Plugin: CataBlog] BugsWell, for now I don’t plan to be packaging any flash audio players with the plugin. This mean you will be responsible for providing your own media playing solution. That being said there are a few ways to add an audio player to each catalog item:
1. If you are familiar with javascript it would be possible to append a audio player to each individual catalog item’s description.
swfObjectandjQuerywould be two libraries I would use to accomplish this. Simply loop through each.catablog-rowhtml element, read and sanitize the item’s title for the file path, and finally append a flash audio player to the description of each row using the sanitized title in the file path to load unique audio files for each row.2. You can also just copy and paste html code into the description field, if you have a manageable number of catalog items this method will be much easier and possibly faster.
the next release is going to contain a View Editor which will have a sort of templating system that would accommodate for this. good luck, let me know if that works out for you and would be interested in seeing the final page for my examples section at http://catablog.illproductions.net/. Thanks
Forum: Plugins
In reply to: [Plugin: CataBlog] BugsJust add the shortcode
[catablog]into any page or post. You may also use a tag attribute to filter your catalog, for instance[catablog tag=shirt]would only show catalog items with the word shirt in their tag field. Separate multiple tags with a space if you want an item to show up in two different lists. Hope that helps, cheers!– Zach
Also please don’t forget to rate Catablog and mark the current version of WordPress it works with for you. Thanks.
Forum: Plugins
In reply to: [Plugin: CataBlog] BugsRight now the best way to change your currency is to manually edit the frontend template page, this will require some HTML knowledge. the file you want to edit is located in the catablog directory in your plugins directory. Under catablog look for a template directory and in there is a frontend-view.php file.
filepath: wp-content/plugins/catablog/template/frontend-view.phpYou can also open it with the built in WordPress editor under plugins. Once you are in the frontend-view.php file, look for the line that says:
<input type='hidden' name='currency_code' value='USD'>Change the value form ‘USD’ to any other currency that PayPal supports. I will be introducing a view editor in the next version of CataBlog. It will require basic HTML knowledge to use, but it will allow people to easily modify and create their own page elements right inside the catalog rows. Cheers!
– Zach
Forum: Plugins
In reply to: [Plugin: CataBlog] BugsYes, I am aware. It was a stupid bug of mine that I made the price only accept whole numbers. If you can deal with it for just a bit longer, the next update will fix that, letting you set two decimal places. So sorry for the short sightedness with that feature, it was really a bit of an add on that I meant to expand on sooner then this…but hey I got to do the work that pays first. Hope you everyone is enjoying CataBlog for what it offers currently and hold on, some great new functionality coming with the next release. Cheers!
– Zach
Forum: Plugins
In reply to: [Plugin: CataBlog] BugsEnigma,
I am planning to release an update today or tomorrow that will address some basic CSS issues I have been seeing. Themes have a lot of control over the websites appearance and there is no way I can make CataBlog as smart as someone with a good understanding of CSS. That being said I am making the base style classes’ position and display properties more specific. CataBlog will now be reseting all float, display, position and clear properties for all CataBlog HTML elements. This should make coding two or more column displays easier and stop theme CSS classes from breaking the display.
Cheers
Forum: Plugins
In reply to: [Plugin: CataBlog] BugsLukum,
What exactly happens when you click the “Change Order” button? Does the button turn blue and the label change to “Save Order”? If the button does change, does your mouse turn into arrows or a hand when hovering over the catalog items? If you click and drag a catalog item while the “Change Order” button is activated, does the item follow your mouse? Are there any error codes or example sites that you could link me too?
Thanks for your bug report, I would love to clear up this issue.
ZachFYI This post has gotten so long there are more pages, look to the right, below this post the next page link. 😉
Forum: Plugins
In reply to: [Plugin: CataBlog] BugsEnigma,
Getting CataBlog in a sidebar isn’t natively supported through a widget yet, but you might beable to put the shortcode code in a built in widget. As far as using a direct method in your theme, not supported but could be possible if you know about object oriented PHP and how to instantiate a class.
So I am not 100% sure why you are not seeing the second column. There is an example of a two column layout that you can see at http://www.sweetdreamscoop.org/store. The way I see it, either the second shortcode isn’t loading anything due to a typo in the post, or more likely your second column is being loaded but the CSS is pushing the second column down below the first. I can help you more if you point me at the page you are having this problem with. Also as a side note, the second column will contain all the CataBlog items the first one has because it doesn’t have its own tag parameter.
These are all features I want to add soon, including pre-defined layouts, a widget and multiple catalogs. Input on which features should come first will be considered.
Cheers,
ZachForum: Plugins
In reply to: Product Catalog – Cart & Checkout = sweetCheck out CataBlog, it is a simple and effective cataloging tool. While I have never heard of anyone using it for a thousand items it would…be…possible. Still using the title, description and tags feature of the plugin you would be able to setup multiple pages with different products and their SKUs. Good luck!
Forum: Plugins
In reply to: plugin for a product catalog?I would shamelessly suggest you try out and use my plugin, CataBlog. It does what you want as far as uploading photos with descriptions and title. You can also set up multiple different catalogs using the plugin’s tags feature. Last but most importantly it lets you give each CataBlog item a buy now button which links to a paypal account for a simple but effective shopping cart. Give it a try and let me know what you think.
Forum: Plugins
In reply to: [Plugin: CataBlog] BugsA new version of CataBlog was released today, check it out and let me know what you think, cheers!
Zach