iantresman
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Shortcode] Accessing multiple value from a custom fieldUsing a fresh WordPress install, I’ve added to a post, a custom field called “Colour” and assigned it a value “Red”, and another with a value of “Green” (screenshot).
I can display the first value using
[field Colour]but don’t know how to access the second value “Green”. I’ve tried the following:- [array Colour] (and with each=true)
- [for each=Colour]
I have a workaround.
- Installed Admin CSS MU plugin
- Set the CSS as follows:
.cfs_relationship .post_list div {min-height: 12px;}
Now the line height is set to a minimum size (image) and the element is more easily selectable.
Looks like there are two options to solve this:
- A function that can remove both the button, and the meta box
- Adding some CSS to the Admin menu using the Admin CSS MU plugin, and the CSS:
#wp-content-media-buttons .nf-insert-form {display: none;}
- This reply was modified 6 years ago by iantresman.
Forum: Plugins
In reply to: [Default Featured Image] Feature request: Per post/page typeGosh that was quick. Thank you
Forum: Plugins
In reply to: [Default Featured Image] Feature request: Per post/page typeBy default, the media library shows MP3 with its own default icon, a music symbol, as can be seen in this screenshot.
When the Default Featured Image plugin is enabled, these music symbols are replaced with the default image (because their media attachment page has no featured image?), and the MP3 icons no longer look right, as can be seen in this screenshot.
It could be useful, but should be an option.
Forum: Plugins
In reply to: [Default Featured Image] Feature request: Per post/page typeHave just seen the FAQ which partly answers this:
“Can I exclude a page or give it a different image?”It would be nice if there was a non-programming solution.
- This reply was modified 6 years ago by iantresman.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] How to edit event time?Now seems to be fixed in MP3 Music Player by Sonaar v2.0.1
My fault, it does seem OK after all, just had to clear the cache.
Just to confirm that v2.0.1 does not resolve the issue.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Date Format incorrectThank you, the MEC Settings > Single Event > Single Event Date Format, solved the problem.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] How to edit event time?The people at MP3 Music Player by Sonaar have identified a conflict, and think they can fix it in their next release, according to this support post.
I’ll wait to see whether this resolves it, and report back.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] How to edit event time?I’ve also mentioned this at the MP3 Music Player by Sonaar support page.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] How to edit event time?Yes, it looks like several plug-in clashes:
- #
- This is how the settings looks with all plug-ins disabled, and it looks correct (see image)
- This is with the GP Premium plug-in enabled, and the time is wrong (see image)
This is with the Responsive Lightbox and Gallery plug-in enabled. The start/end times are both wrong (see image) - With the MP3 Music Player by Sonaar plug-in, I lose all the time settings (see image)
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Date Format incorrectI tried that, but I do not think it works.
- I changed the date format to what I want. See this image.
- The date is correct in the “List of events page”, this image
- But when I view a single event, the date format is wrong, see this image.
It shows May 21 20202, but it should show 21 May 2020
I tried changing theme, but it makes no difference. I also tried deactivating all plug-ins but it did not help.
- This reply was modified 6 years, 1 month ago by iantresman.
- This reply was modified 6 years, 1 month ago by iantresman.
- This reply was modified 6 years, 1 month ago by iantresman.
Forum: Plugins
In reply to: [Custom Content Shortcode] Predefined field: Post body content? [Solved]Just answering my own post. The solution is as follows:
[loop type=post taxonomy=category term=banner] <h2>[field title]</h2> [field excerpt words=99999 format=true html=true] [/loop]