macguru2000
Forum Replies Created
-
Forum: Plugins
In reply to: [CataBlog] CataBlog Feature Requestchristogeretz,
I would love to have more conversations about listing multiple categories with their titles, would you please create a new thread with this question and any new thoughts you have. I wonder if a “render category title” parameter could be inserted into the shortcode…
Forum: Plugins
In reply to: [CataBlog] CataBlog Bug ReportsPlease, please, please do not post your bug reports, questions or error here anymore. I think that we should fully maximize the WordPress forums, and everyone who has a bug to report needs to post it in a new, unique thread to that question. Thanks and have a wonderful day.
it’s all good, thanks for reporting the solution to your original problem and sorry I wasn’t able to help talk you through it quicker. By the way, new version of CataBlog was released today, you should check it out.
FYI: the
TypeError: $ is not a functionerror has been solved in CataBlog 1.2.5, it was due to code refactoring and variable scope change.Forum: Plugins
In reply to: [Plugin: CataBlog] cirilicHey guys, just so you know Cyrillic characters are now supported in category names as of CataBlog version 1.2.5. After you update, you should be able to use almost any character you want from any alphabet in the world for your category names. Be careful not to make the category names to long, as multibyte characters will fill up the category slug in the database much quicker.
Also, please, please remember to support CataBlog and spread word about it in your community.
Rating and confirming it works at the WordPress plugin repository
http://wordpress.org/extend/plugins/catablog/Like the Facebook page and get your friends to like it too
http://www.facebook.com/pages/CataBlog/183454038341567Offer feedback, support and comments on the official blog
http://catablog.illproductions.com/Share and tell as many people as you know.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] installed and cant see Catalog in adminVersion 1.2.5 of CataBlog includes the changes discussed above, incidentally this also means that the position of CataBlog in the admin menu has changed, now it will be displayed at the bottom along with most other modern WordPress plugins.
Forum: Plugins
In reply to: CataBlog can not accept mutil-language.Just so everyone knows, CataBlog now supports non alphanumeric characters as of version 1.2.5. The only characters you may not use in a category name are commas and the html special characters < , ‘ & ” >. You may download the new version of CataBlog and learn more about it at http://catablog.illproductions.com.
Don’t forget if you enjoy CataBlog to support it by:
Rating and confirming it works at the WordPress plugin repository
http://wordpress.org/extend/plugins/catablog/Like the Facebook page and get your friends to like it too
http://www.facebook.com/pages/CataBlog/183454038341567Offer feedback, support and comments on the official blog
http://catablog.illproductions.com/Share and tell as many people as you know.
Forum: Plugins
In reply to: Catablog – IE8 browser does not show our image.what about the images in IE8, did you figure out what was wrong with that?
Forum: Plugins
In reply to: [CataBlog] CataBlog Support ForumI also noticed that the buy now button is outside the description, I would recommend putting the buy now button inside the description
<div />. As the description div has a minimum height of the thumbnail size. So if you buy now button is outside of the description<div />, then it will always be below the thumbnail, as if it had a clear float CSS property.Forum: Plugins
In reply to: [CataBlog] CataBlog Support Forumhey,
I didn’t notice any difference in double line breaks between any of the catalog items, all catalog items have double line breaks it looks like to me. I am looking in Safari 5 on Mac. What browser are you using?
I think the double line breaks might be due to the description filters. I bet you have the “Enable WordPress Filters” and the “Render Line Breaks” filters on in the description options tab. Disable the Render Line Breaks, as I think this is done automatically by the WordPress Filters. Hope that works. 🙂
Forum: Plugins
In reply to: Catablog – IE8 browser does not show our image.Hi,
Don’t worry about your english, I hope this helps make everything clear for you.
Yes, CataBlog can show one product in an article, it can show how ever many you want. The shortcode
[catablog]shows the entire catalog, while the shortcode[catablog category="dogs"]will show just the products that are in the dogs category.This means if you want one product per page and you have a 100 products, you will also have a 100 categories. It is just the way it is. CataBlog was made to create lists, not to insert a single photo into a post, for that WordPress has built in features that work quite well.
Hope that helped,
– ZachForum: Plugins
In reply to: [TRUEedit] [Plugin: TRUEedit] Excellent Plug! one feature requestHi conschneider,
Thanks for the support and I am super happy to hear you are enjoying the plugin. Syntax highlighting on an dynamic element such as a textarea tag would be quite the challenge, and if I get some free time I might just try and tackle it.
My PayPal donate button may be found at http://catablog.illproductions.com/donate/
Cheers,
ZachForum: Plugins
In reply to: Catablog – IE8 browser does not show our image.I also noticed that the ShortCode was all over the page, ideally you will only need one ShortCode in each page. Also, never enter the ShortCode into a catalog item’s description, you could easily create an infinite loop doing that. Currently their are two ways to use the ShortCode:
[catablog][catablog category="my categoy"]You may change how the catalog is rendered in HTML in the CataBlog Options Admin Panel, under the template tab. There you have three default layouts, but feel free to enter in your own code to create a completely unique display for your catalog.
Read more about customizing your template here:
http://catablog.illproductions.com/documentation/making-custom-templates/Read more about ShortCodes and how to use them in WordPress here:
http://codex.wordpress.org/Shortcode_APIForum: Plugins
In reply to: CataBlog can not accept mutil-language.Hi Jacgo,
I limited the characters one may use in the category name for simplicity, it was not meant to offend anyone. Another person was wondering the same thing about not being able to use Cyrillic characters. Read more at the links below.
http://wordpress.org/support/topic/plugin-catablog-cirilic
This does not mean that the catalog item’s themselves don’t support non latin characters, just the category labels. Also, since the categories within CataBlog are used only in the WordPress Admin panels, they don’t have to match your site’s language.
In the end I think it is unfair to label CataBlog as unable to “create with multi-language”. The category labels are limited, but these categories are used for filtering and not for any site content. I will be looking into expanding the range of characters a category name may have, but am a little worried that it might cause string matching errors in the code, we will see. One thing I know is that category names will never, ever support having a comma in them.
If you want to setup your catalog to support multiple languages, I would use categories to separate out your Chinese, Japanese or English catalog items into different lists, and then change the ShortCode for each language.
Forum: Plugins
In reply to: Catablog – IE8 browser does not show our image.I have never experienced this issue while testing CataBlog in IE8. Also I am not personally supporting Sleipnir, as it is not one of the four major browsers (IE, Firefox, Chrome, Safari).
If you could please try disabling all other WordPress plugins and switching your theme back to TwentyTen. Now check if the images work in IE8, if so you know your problem is either with your theme or your other plugins.
You may now enable your plugin and switch your theme back, one at a time, checking to see if the images disappear in IE8 after each enabling. My guess is that there is an error in your site’s custom theme, either CSS or HTML, but I could be wrong.
Good luck and let me know if that helps you figure out a solution. You may also read more about CataBlog at http://catablog.illproductions.com/, the official blog.