Shortcode: [ics_calendar url=”https://calendar.google.com/calendar/ical/bwccalender%40gmail.com/public/basic.ics” view=”list” compact=”true” count=”5″]
Was expecting events for the next 5 days beginning today October 29th.
Displayed output shows the first 5 events in the next month November.
How do I get it to display the next 5 events even if they span months (like in my example)?
]]>Also, multi-day events are only one column in compact view, so are unaligned with other events.
]]>15.01.2022
is available, but not 15.1.2022
or 15.1.22
, which is even more compact.
first let me express my gratitude for this awesome free plugin and its excellent documentation – if only all plugins were so straightforward to configure! I really enjoyed to experiment with the various designs.
What I’m missing is an ultra-compact calendar design, showing only the dates, without description, but highlighted for dates that have an event (or several). Hover or click would then reveal the event/s.
Here you can find a screenshot of how it could look: https://mehlcloud.de/index.php/s/PsC3XLN9dBbmioe
Would that be possible?
Thanks again and continue your great work – you guys are fantastic!
Chris
I’ve been using Nextgen Gallery for years. I have set my default thumbnail size to 120×90. This works good.
However, I just noticed that the thumbnails in the album (both compact and extended) do not use the 120×90 size, but use a different size (both extended and compact). For some reason the thumbnails are regenerated in the album view and use a 91×68 size.
– Original thumnbail in gallery: https://www.van-wieringen.nl/wp-content/gallery/orientatie-verbouwing/thumbs/thumbs_IMG_4998.JPG
– Regenerated thumbnail for album: https://www.van-wieringen.nl/wp-content/gallery/orientatie-verbouwing/cache/IMG_4998.JPG-nggid0510613-ngg0dyn-91×68-00f0w010c011r110f110r010t010.JPG
Both the settings for compact and extended album are set to NOT overwrite thumnbail settings.
How to solve this?
Thanks!
Friso
]]>In wordpress, using Divi theme, i try to reorganize in a compact way my comment template… wihtout any success. I try the comments.php, the comment-template.php and a lot of others php files without success.
Goal: align on the same line, for the comment aera, the name (comment-form-author), the url and the email. To save space.
Source for help:
– https://www.ads-software.com/support/topic/change-comments-form/
– https://divi.space/css-and-jquery/how-to-edit-the-divi-comments-section-without-a-plugin/
And try to adapt this code from Alex, but can’t find a way to display them in a table with 3 columns.
// comment form fields re-defined:
add_filter( 'comment_form_default_fields', 'mo_comment_fields_custom_html' );
function mo_comment_fields_custom_html( $fields ) {
// first unset the existing fields:
unset( $fields['comment'] );
unset( $fields['author'] );
unset( $fields['email'] );
unset( $fields['url'] );
// then re-define them as needed:
$fields = [
'comment_field' => '<p class="comment-form-comment"><label for="comment">' . _x( 'A CUSTOM COMMENT LABEL', 'noun', 'textdomain' ) . '</label> ' .
'<textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" aria-required="true" required="required"></textarea></p>',
'author' => '<p class="comment-form-author">' . '<label for="author">' . __( 'A CUSTOM NAME LABEL', 'textdomain' ) . ( $req ? ' <span class="required">*</span>' : '' ) . '</label> ' .
'<input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30" maxlength="245"' . $aria_req . $html_req . ' /></p>',
'email' => '<p class="comment-form-email"><label for="email">' . __( 'A CUSTOM EMAIL LABEL', 'textdomain' ) . ( $req ? ' <span class="required">*</span>' : '' ) . '</label> ' .
'<input id="email" name="email" ' . ( $html5 ? 'type="email"' : 'type="text"' ) . ' value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" maxlength="100" aria-describedby="email-notes"' . $aria_req . $html_req . ' /></p>',
'url' => '<p class="comment-form-url"><label for="url">' . __( 'A CUSTOM WEBSITE LABEL', 'textdomain' ) . '</label> ' .
'<input id="url" name="url" ' . ( $html5 ? 'type="url"' : 'type="text"' ) . ' value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" maxlength="200" /></p>',
];
// done customizing, now return the fields:
return $fields;
}
// remove default comment form so it won't appear twice
add_filter( 'comment_form_defaults', 'mo_remove_default_comment_field', 10, 1 );
function mo_remove_default_comment_field( $defaults ) { if ( isset( $defaults[ 'comment_field' ] ) ) { $defaults[ 'comment_field' ] = ''; } return $defaults; }
In advance, thanks a lot for your help!!
]]>Notice: compact(): Undefined variable: post_status in /srv/http/profissionais-maternidade/wp-admin/includes/post.php on line 1080
Notice: compact(): Undefined variable: perm in /srv/http/profissionais-maternidade/wp-admin/includes/post.php on line 1080
Notice: compact(): Undefined variable: order in /srv/http/profissionais-maternidade/wp-admin/includes/post.php on line 1080
Notice: compact(): Undefined variable: orderby in /srv/http/profissionais-maternidade/wp-admin/includes/post.php on line 1080
This start happen after i made an update in my machine that include the php v-7.3, so i wanna know if this happen because of this, or is some thing with my machine.
if someone made the update to php 7.3 too, could check if this error happen with your site too?, to the message apers just turn on the Debug mode in the wp-config.php
]]>