macguru2000
Forum Replies Created
-
Forum: Plugins
In reply to: [CataBlog] Gallery & CategoriesNo problem, do you mind marking this topic as resolved, its in the sidebar to the right. Thanks!
Forum: Plugins
In reply to: [CataBlog] Gallery & CategoriesDid you try [catablog category=”tiles” template=”gallery”]?
You can combine the different shortcode parameters if you want, there are others as well, read about them at Displaying Your Catalog in Posts
Yes, you are correct, you should use %LINK% and not %TITLE-LINK%, since title link is not just the link.
You should also read this article, it explains exactly what each token is, just scroll down a bit to see the complete list of token you may use in your catablog templates.
http://catablog.illproductions.com/documentation/making-custom-templates/
Can you access the PDF by typing the full path manually into your web browser? If you cannot then the link will never work. If you can, copy the full url and paste it into the link field. Good luck
Did you use a full URL path including the protocol (http://) like mbrsolutions suggested above.
example
http://www.mysite.com/wp-content/uploads/2012/11/RAVEN.pdf not /wp-content/uploads/2012/11/RAVEN.pdfForum: Plugins
In reply to: [CataBlog] Name Catablog Item in breadcrumbJust in case its useful you need to make sure the slug is not empty and is also set to something that is not a WordPress reserved word.
Forum: Plugins
In reply to: [CataBlog] How to remove "posted by, comments etc' from individual pageSounds like your gonna need to do some kind of post type condition check in another file. Not familiar with your theme and can’t help much more, but if you look on google how to check the current post’s type in wordpress you might find an answer. Good luck.
Forum: Plugins
In reply to: [CataBlog] How to remove "posted by, comments etc' from individual pagePlease read about making your own single template for catablog item at http://catablog.illproductions.com/documentation/displaying-your-catalog-in-posts/#theme-integration
Forum: Plugins
In reply to: [CataBlog] Default 'filter'mbrsolution, I’m very appreciative of what you have been doing. While I no longer have the free time to work on CataBlog full time, or even part time lately, I still appreciate any and all support the community gives to the plugin.
So, please, keep doing what your doing 🙂
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Double gallery?Not sure what you mean exactly, but I can tell you that there is one Shortcode being used on the page, and that is loading 12 catalog items. As far as if it is a catablog gallery or collection of catablog library items, I can’t tell.
Please read this page for more information about displaying your catalogs in posts.
http://catablog.illproductions.com/documentation/displaying-your-catalog-in-posts/Forum: Plugins
In reply to: [CataBlog] Default 'filter'This is a known bug, The CataBlog Library Admin Panel sometimes doesn’t remember your viewing preferences. Sorry for the inconvenience and hopefully one day I may get around to fixing it.
Forum: Plugins
In reply to: [CataBlog] Row HeightHere is the CSS to remove the margin from each image, you cannot make the catablog-row shorter because it is the height of the image.
body html .catablog-row, body html .catablog-row.catablog-gallery { margin: 0px; }If you want to reduce the height of the actual thumbnails use the CataBlog options thumbnail height setting. Good luck.
Forum: Plugins
In reply to: [CataBlog] Lightbox Description FontUse this CSS class to change the LightBox Title:
html body #catablog-lightbox-meta .catablog-lightbox-title { font-family: helvetica, sans-serif; font-size: 10pt; line-height: 1; }If that solves your problem will you please mark this topic as resolved, thanks.
Forum: Plugins
In reply to: [CataBlog] [CataBlog] Category: Limited to five items?Your theme may also be the culprit. You most likely have some line of PHP code in a plugin or your theme that is hard setting the number of items returned for all WordPress post queries.
I cannot tell you exactly where to look, but I would check out your theme’s functions.php file and also try disabling other plugins.
Good luck.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Upload Error?I guess the short end of it all is that 32MB is not a lot of memory these days. Even for a web server.