macguru2000
Forum Replies Created
-
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] center Photos?I would also highly recommend using a tool such as Firebug or the Web Developer Tools for Webkit to test and troubleshoot your CSS. Learn more about each tool respectively at:
http://getfirebug.com/
http://code.google.com/chrome/devtools/docs/overview.htmlForum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] center Photos?Hi Marastev2, so your HTML/CSS is fairly messy, and I don’t understand why your content div is set to 100% wide. That’s ok though, really though it is important to do two things.
1. Remove the div with id catblog2 from your template code, or where ever it is, unnecessary. Also the catablog-images-column should be removed since you have only one image and it is also unnecessary. Have you looked at the gallery template?
2. Set the width of catablog-catalog to something like 900 pixels wide for your design. Now set the margin to 0 auto so it is centered.
If you remove your changes, step two is all you need to do to center your catalog, you can bust out the calculator and figure out the exact width of your catalog my adding the width, margin, border and padding of each catablog-row and multiplying it by 4.
total-width = 4 * (width + margin + padding + border)Good luck and hope that helps you solve your problems.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Image hover effect?Did you try using the gallery template?
Read more about displaying your catalog at Displaying Your Catalog in Posts.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Image hover effect?Put this css class into your theme’s style.css file or a catablog.css file in the theme’s directory.
body html .catablog-catalog .catablog-row .catablog-image:hover { // what ever css you want in here }Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog Filter via Multi-Level Jump MenuHi shortyisqueen,
Sorry for the delayed response. I cannot think of any way to do what you want without a hierarchical category structure. Currently CataBlog has only a flat category structure, so I am unsure how you would pull this off. Good luck.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] CSV upload only shows 30 entriesNow each catalog item is specifically marked as published upon import. No more problems. Marked as resolved.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog – great, but . . . ?CataBlog has two image sizes you may set. One image size is the thumbnail, which will always be the exact width and height that you set. The other image size is the LightBox, which you may give a maximum height or width in pixels. The LightBox size is different depending on the original image’s aspect ratio.
The thumbnail image is meant to be part of a grid, so it crops or resizes the image into a set resolution.
The LightBox image is meant to display the image in high detail, so it does not crop the image.
Sounds to me like your needs won’t be met by CataBlog. A WordPress developer should be able to modify or create a theme for you that has multiple different image resolutions.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog – great, but . . . ?I’m not really familiar with e-commerce or shop so I can’t help you compare CataBlog to them. Maybe other members of the WordPress community can? I can say what CataBlog does do though…
- It has a simple admin interface that isn’t cluttered down with tons of form fields, settings and controls switches. The options panel does have a lot of options, but day to day usage doesn’t require using the options panel.
- The template system allows you to to set exactly how your catalog HTML is rendered, down to the tag, class, alt, rel, or any other attributes.
- A store template that is used to make a “buy now button” in the template system. This means CataBlog can integrate with almost any shopping cart system. CataBlog does not have a built in shopping cart.
- The ability to turn your catalog items and categories into single and archive pages with their own permalinks using public custom post types.
- Import and export features let you convert spreadsheets or other databases into catalogs.
- Built in LightBox JavaScript feature for easy integration
- Attach multiple images to one catalog entry and show or hide the “secondary images” whenever you want with the template system.
- Incredibly dedicated developer who offers support for reasonable requests to tons of people.
Some things CataBlog does not do.
- Customizable data fields for catalog items. (if you are doing a online store CataBlog does not have a shipping price field currently, show stopper for some.)
- Sort or filter your catalog by any catalog value. You may only sort by standard WordPress fields like title, order, date or randomly. You may only filter by CataBlog categories.
- If you turn the Public feature on you cannot customize the slugs for the category and catalog item without MySQL knowledge. An interface in admin will be added in a future release.
I’m sure there is more, I am curious to see if other people post their opinions on here and what they have to say. Also, check out the Facebook page and the official blog for more information about CataBlog.
Forum: Plugins
In reply to: [CataBlog] Catablog Gallery CustomizationHi bzupka,
The problem you are experiencing is from the LightBox being setup twice and therefor causing it to run its scripts twice when you click an icon. This is most likely due to your theme.
– Are you running wp_footer() twice in your theme? If so you should only have it once, right before the end body tag
</body>– Besides being at the end of your file, like it should be, the CataBlog LightBox JavaScript is also the first child of your main div
<div id="main"/>, remove it and your problem should go away.Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] CSV upload only shows 30 entriesDoes your CSV file have a date column? Are the published dates of the catalog items you are importing in the future? If so then your catalog items will not be ‘published’ but instead marked as ‘future’.
So make sure your date values are before the current date.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] CSV upload only shows 30 entriesInterestingly enough, I just went and tested importing a CSV file with over a hundred entries on my local test installation of WordPress. No Problems, all posts with type
catablog-itemsarepublishedin the database. I did see a PHP notice being fired which I will address with the next release of CataBlog, but it shouldn’t be a big deal.Are you sure you don’t have a typo or error in your CSV format? Try creating a few items in CataBlog and exporting a CSV file to make sure you are following the correct format.
What method are you using to generate this CSV file? Make sure you are following all the guidelines for a properly formatted CSV file, wrapping your values in double quotes when the values might contain a comma or other such important syntax.
Good luck and let me know if you figure out the problem.
Forum: Plugins
In reply to: [CataBlog] Restaurant Style MenuI want to note that the instructions posted by me directly above this one have now become simpler with CataBlog 1.3. No longer do you need to wrap your catalogs in a div tag, because they are automatically wrapped in a div tag. Enjoy 😉
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Portfolio not showing up after upgrade to 1.3Glad to hear we fixed it. Now that you are using version 1.3 I don’t foresee any more changes in how the templates are saved and you should be set for future versions as far as templates are concerned.
I marked the thread as resolved too.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Portfolio not showing up after upgrade to 1.3Interesting, so the default view is designed to make your catalog look like the product listing on the demo page, while the jellyfish gallery is obviously the gallery template.
If you go to your CataBlog Template Admin Panel and click on the gallery template tab (usually the fourth tab). Do you have any content in there? Here is the default gallery template code.
<div class="catablog-row catablog-gallery"> <a href="%LINK%" class="catablog-image" %LINK-TARGET% %LINK-REL%> <img src="%IMAGE-THUMBNAIL%" alt="" /> <strong class="catablog-title">%TITLE%</strong> </a> <div class="catablog-description">%DESCRIPTION%</div> </div>If you still can’t figure out your template problems, can you please give me an example link or screenshot so I may see in more detail exactly what is going on. Thanks.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Portfolio not showing up after upgrade to 1.3So, first please double check your CataBlog Template code in the new CataBlog Template Admin Panel. You can read more about this new feature at CataBlog 1.3 Available.
Some questions:
– Did you receive any errors or PHP warnings when you upgraded?
– What version did you upgrade from and what version did you upgrade to?
– Are you using the template attribute or parameter in your CataBlog ShortCode?
– Is the Default View in the CataBlog Template Admin Panel your old template code?Thanks and hope this helps you clear up your problems.