Diana van de Laarschot
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Problem after last updateHi chicchera,
thank you very much for reporting this. I’ve performed a full plugin update myself and have concluded that you are right, but it *is* serious: All settings will be lost!
Rolling back to 1.0.1 will fix this, I’m retracting 1.1
Kind regards,
DianaForum: Reviews
In reply to: [Category Posts in Custom Menu] Works perfectYou’re most welcome, thank you very much for your positive review! 🙂
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Undefined Index?(Will be fixed in next release. Unfortunately this was too late for 1.1, will bring out 1.1.1 at a later time probably.)
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Undefined Index?Ah, found it!
The reason you are seeing this error and I am not, is because you probably havedefine(‘WP_DEBUG’, true);
defined in wp-config.php
Set it to false to suppress this warning.In the meantime, I’m obviously going to work to fix this.
Thank you for reporting!Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Undefined Index?Hi,
I’m afraid I haven’t had this error before and cannot reproduce it so far.
Since the same two errors occur 4 times, there could be up to 4 menu items that have the same issue.To check the count and skip values, please review your settings for “Number of Posts” and “Skip Posts” for every item that has “Create submenu containing links to posts in this category.” checked. Do all of them have valid numeric values?
Since when are you experiencing this issue?
Are you using other plugins and could you disable them one by one to see if the issue persists? (Unlikely but possible nonetheless)I hope I can help you help me narrow it down.. Thank you for your swift reply.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Category Lastes Post With ImagesHi Emma,
thank you very very much for testing the version. I will be releasing it shortly.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Undefined Index?Hi,
thanks for your message. I’m sorry to hear you’re getting errors.
Would you be able to narrow down which of the CPCM menu items causes this? Have you manually set values for count or skip?
Kind regards,
DianaForum: Reviews
In reply to: [Category Posts in Custom Menu] Awesome!Thank you very much for your review, much appreciated! 🙂
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Category Lastes Post With ImagesHi Emma,
if you’d be willing to test, that’d be great 🙂
If you go to https://wordpress.org/plugins/category-posts-in-custom-menu/developers/ and then under “Other Versions” click “Development Version”.
This is not the same as 1.0.1(svn), because the Development Version is not released yet. So, when I make a new release next week, the Development Version will become 1.1. (Any changes I make after that will be Development Version again, until I release a new version again, etcetera. Hope I explained it properly 🙂 )
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Compatibility with "Menu Image" pluginHi Henri,
I haven’t looked into it yet, but I’m not surprised that two plugins that both try to change the menu their way end up influencing each-other’s output.
I’ll install Menu Image and see what I can do. Note that both our plugins are free, so they are offered without warranty. I’m not saying this to be unhelpful, but there’s no way I can guarantee compatibility with each and every plugin out there.
I do need your help here. Can you be very specific which settings you have for my plugin?
For example:
– Do you have only one category that shows posts with CPCM, or do you have several menu items for which you have enabled CPCM?
– What are the CPCM settings for the menu items that have problems? Specifically, what is the setting for “Remove original menu item” and “Subcategory posts”?Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Throws some PHP errors but worksHi tyrann0us,
thank you very very much for testing it. I’m waiting for some feedback on a few other things, but this means the new version will be out soon.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Throws some PHP errors but worksHi tyrann0us,
you can grab the Development Version from the plugin page. Just click the tab ‘Developers’ and, once there, under ‘Other Versions’ click Development Version to download a .zip file with the version that is to be released.
Once I have some feedback from people who have tested the Development Version, I will release it. So your conclusion that it is not available yet is correct.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Category Lastes Post With ImagesIf you are willing to test the Development Version, I’d be very grateful for that. Please report any problems you may encounter.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Category Lastes Post With ImagesHi Emma,
I have reproduced your problem by, indeed, using Advanced Custom Fields.
It seems that even though you changed your ACF field to default_image, in the database there is still data for the old featured_image field. ACF has not deleted it.
My plugin used to always first look for custom fields, so this is the reason this happens. I have just changed this in the Development Version (tab ‘Developers’ on plugin page). Now, the plugin will first process the default wildcards like %post_featured_image and will process the custom fields last. That should fix your problem and this will be fixed in the next release of the plugin.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Category Lastes Post With ImagesHi Emma,
thank you for going through these steps.
Your remark that you have once created a custom field called featured_image with Advanced Custom Fields is immensely helpful, I am going to do exactly that to see if I can recreate your problem that way. If I can, I will look for a solution. I will report back ASAP.
In the meantime, you could perhaps try the following:
<img src=”%post_featured_image_url” />
Note that this only works well if *all* posts have a featured image, because the <img> tag is always added to the menu. Could you tell me if that works for you?
Kind regards,
Diana