lamington
Forum Replies Created
-
Sorry, but still no output. (Code copied exactly as you’ve written.)
Thanks for your suggested change. Unfortunately it didn’t solve the problem. There is still no output. I’ve tested various permutations. The merge tag itself works for other queries (e.g. if I make it retrieve the author) so the PHP is good, but as soon as I use getTriggerProp there’s no output. Given that
return $trigger->{$this->getTriggerProp()}->comment_content;exactly the same line as in CommentContentHtml.php I’m confused…Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] How to stop this annoying spam ad!Why do you think this has anything to do with the Shortcodes Ultimate plugin? All the info you provided relates to something completely separate.
The user_nicename is a separate field from nickname get_the_author_meta(‘nickname’) , which users can create separately in a default WordPress profile. I guess it doesn’t get a lot of use depending on the type of site, but as it is a standard field it would be great if it were accessible.
Thanks for your reply. I’m trying to retrieve the same field for the comment author using the CommentReplied trigger.
Correction: the ‘description’ field is listed as User bio and I had overlooked that, sorry. But the ‘nickname’ is definitely not available.
Forum: Plugins
In reply to: [Collapse-O-Matic] Collapse-o-matic users: Replacement plugins!I’ve been using Shortcodes Ultimate plugin for some time and have found it very useful as an alternative. https://ww.wp.xz.cn/plugins/shortcodes-ultimate/
Forum: Plugins
In reply to: [Qwizcards | online quizzes and flashcards] “Skip” button for flashcardsAwesome! Thank you.
Forum: Plugins
In reply to: [Qwizcards | online quizzes and flashcards] “Skip” button for flashcardsThanks for your prompt reply. Yes, that would certainly be the simplest solution! (Although the semantics of “got it!” imply a just-achieved learning point, rather than existing familiarity, so from an interface-design perspective, the text is not ideal for the former scenario. So it’s lucky the plugin has the option of changing button text! 🙂 )
Forum: Plugins
In reply to: [WP-CalDav2ICS] malformed requests?Many thanks for coming back to answer the question with such helpful info! That should definitely solve the problem for my situation.
Forum: Plugins
In reply to: [amr ical events lists] filtering events in ICS calendarOk, so if I understand correctly, you’re saying that the browser request:
https://MYPAGEURL?category=bananas for the calendar displayed by the shortcode [iCal CALENDARURL.ics]
is actually a different sort of request from using the shortcode on a page:
[iCal CALENDARURL.ics?category=bananas]
I had thought they should function the same.
Hi @yotuwp . From my perspective, limiting by words or paragraphs would seem practical, but I guess some people might be in favour of number of characters. I don’t see how lines would work, as that depends on container size.
It looks to me like you already have lines of code that are meant to limit the video description to 55 chars, but the code isn’t having any effect on the output.
A solution to this would be very helpful.
Thank you. Initial testing seems to show that it has worked.
I’m wondering if you have made any progress on this?