MarkPGray
Forum Replies Created
-
Hi, I deleted the plugin and then added it again and now it is not showing the 505 message.
Sorry I didn’t take the screenshot of network tab when it was showing 505 message.
I just tried snipboard, but they don’t seem to be showing. Will try Imgur.
- This reply was modified 3 years, 3 months ago by MarkPGray.
Sorry for not sending details.
1. Clicked on Courses
2. Clicked on Edit button
3. Page briefly shows and then get ‘505 something went wrong’I’ll get back to you asap, once I have figured out how to send screen shots!
Hi, I’m having the same issue ie 505 message. I tried reactivation of plugin but still have the same problem.
Forum: Plugins
In reply to: [Custom Content Shortcode] Group by custom fieldHere’s another idea, the solution looked really elegant to me but may not translate to wordpress as it is twig, but…
{% set date = null %} {% for event in events %} {% if date != event.startdate %} {% set date = event.startdate %} <h3>{{ date }}</h3> {% endif %} <p>{{ event.name }}</p> {% endfor %}
here’s the link…
https://stackoverflow.com/questions/23896701/twig-foreach-group-by-date
Forum: Plugins
In reply to: [Custom Content Shortcode] Shortcode for adding commentsPerfect. Thanks
Forum: Plugins
In reply to: [Custom Content Shortcode] Group by custom fieldHi, man you are quick!
Personally I am out of my depth but I found these posts that may be of use…
https://wordpress.stackexchange.com/questions/151469/group-wp-query-by-meta-key-date
https://wordpress.stackexchange.com/questions/25381/group-posts-by-custom-meta-value-date
This one was grouping alphabetically and gave a pastebin link for code that worked.
https://www.ads-software.com/support/topic/group-posts-by-custom-field-alphabetically?replies=15
with code that worked here https://pastebin.com/b4WGrMhD
Forum: Plugins
In reply to: [Custom Content Shortcode] Shortcode for adding commentsI have a situation where I wanted to add a comment before the main shortcode using the visual editor to make things clear for the person editing the post.
Forum: Plugins
In reply to: [Custom Content Shortcode] ACF Page Link field returns page ID not URLThanks Eliot, once again for your amazing responsiveness.
Forum: Plugins
In reply to: [Custom Content Shortcode] Returning field slugWhoops forgot to mark this as resolved.
Forum: Plugins
In reply to: [Custom Content Shortcode] Returning field slugThank you, yes your suggestion will work just fine. Once again your generous help is very much appreciated.
Forum: Plugins
In reply to: [Custom Content Shortcode] Returning field slugHere’s the code I am using…
[flex field="page_layout"] [layout name="section"] <h1 id="[section_header_field_slug_needed_here]">[sub field="section_header"]</h1> [sub field="section_content"] [/layout] [/flex]