macguru2000
Forum Replies Created
-
Forum: Plugins
In reply to: [CataBlog] Add sub image, Replace main image – both brokenIām sorry to hear this. I do not have time to look at the code changes needed anytime soon. So sorry. If someone else comes up with a solution I will happily evaluate it.
Thanks
Forum: Plugins
In reply to: [CataBlog] Catablog not creating categories and other issues@luckyluca, at first glance it seems that your description would work because it is quoted, but I’m also curious if removing the commas or the smart apostrophe would fix your problem? This doesn’t seem to be a specific issue in CataBlog, maybe the PHP CSV parser…
Forum: Plugins
In reply to: [CataBlog] Catablog not creating categories and other issuesPlease try with CataBlog 1.7.0. I just tested it on my WP 5.3 installation and it worked fine, including making categories.
Forum: Plugins
In reply to: [CataBlog] Nonce errorIt sounds like the Flash Uploader is broken for some. Since Chrome comes with its own version of Flash built-in, this explains the different browser behaviors.
I think the real fix is the new HTML5 Uploader that will be coming very soon. It won’t require Flash and instead will send the nonce directly via XHR. This is much simpler than Flash’s proprietary tcp protocols, and should fix the problem.
In the meantime, please disable the Flash Uploader if it doesn’t work for you. Thanks!
Forum: Plugins
In reply to: [CataBlog] Not able to upload some image files with catablogThe problem here looks to be your server. 503 Service Unavailable is usually caused by lack of available server resources, meaning not enough memory is available. Are you using a shared hosting provider? or do you have a VPS?
Forum: Plugins
In reply to: [CataBlog] Catablog now working erraticallySounds to me like WordPress core changed how it sorts by default, thus you are now being forced to set the sort parameter to
date. Thanks for posting your findings, I hope it helps other CataBlog users.Forum: Plugins
In reply to: [CataBlog] Inconsistent Import Results: CategoriesI have one other question, do you reset CataBlog or check the “Replace All Data” checkbox between your imports? If not, then your importing new categories on top of other categories, which possibly do or don’t exist. Now CataBlog is suppose to handle this gracefully, but it is possible that by importing multiple times over the same file you have found a bug.
Any help in figuring this out would be appreciated, thanks.
Forum: Plugins
In reply to: [CataBlog] Inconsistent Import Results: CategoriesHi ddach69,
Since I am unable to reproduce your problem, will you please post a snippet of CSV that exhibits the problematic behavior you are seeing. Thanks.
Zach
Forum: Plugins
In reply to: [CataBlog] Catablog not appearingI would try to reset CataBlog, but before you do that:
You can export the catablog library from within the CataBlog Options, when doing this make sure to check the exported file actually contains your library data. Also, don’t forget to copy the images from your
wp-content/uploads/catablogdirectory too.After you have a complete backup, then, simply reset CataBlog in the CataBlog Option’s Systems tab and import your previous export.
Read more about importing and exporting at Importing and Exporting Catalog
Forum: Plugins
In reply to: [CataBlog] Trouble uploading picturesSo, you could upload images in the past?
What was the last version of CataBlog that worked for you? Did you change upload methods, from standard to flash or vise verse? Anything else you can tell me about this error, as it is fairly generic and I cannot tell what is causing it.
Also, if this is a javascript error, have you tried using a different web browser?
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog Pages Not Longer WorkingIf you are getting 404 errors on public catablog pages then you should first check your permalink settings, and make sure they are not set to default. I believe this is documented at http://catablog.illproductions.com.
Forum: Plugins
In reply to: [CataBlog] Auto height of image thumbnailsAnother option would be for you to check the “keep aspect ratio” option in your catablog thumbnail options. At least then the entire image will be visible in all your thumbnail, but they won’t all have the same width.
Hope that helps š
Forum: Plugins
In reply to: [CataBlog] Photo pop up frame extra small on mobile devicesIt could have to do with many different factors, including:
– The padding/margins of the body tag
– The aspect ratio of the images you are uploading
– The final calculated resolution of the site on the mobile deviceI would recommend trying another theme or modifying your current theme. Another solution would be to hack the catablog-lightbox.js file in CataBlog. The problem with the later solution is that any updates will overwrite your changes.
Good luck and let me know if you interested in more specific instructions on hacking catablog-lightbox.js.
Forum: Plugins
In reply to: [CataBlog] Getting On-Screen Error after Plugin UpdateHi mansfilms1,
Are you still able to load the CataBlog Options in Admin? If so, make sure you have the excerpt length set to a number in the Description section of CataBlog Options. Let me know if that fixes your problem and have a wonderful day.
Forum: Reviews
In reply to: [CataBlog] no option uselessJavascript implemented alt text won’t be read by search spiders, meaning no real SEO benefits…I would recommend utilizing one of the other fields (product code) for your alt text. Just use the %PRODUCT-CODE% token in your catablog template.