yayk
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] About old schedule after importThank you for your reply.
Excuse me, but I can not connect to the outside because of the internal network environment
I can not send support.
Is there any other good way?Thank you for your reply.
I understand.
Sorry for the inconvenience.
Thank you very much.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Display draft on calendarIt solved by putting a check in Automaticly publish submitted events.
That’s excellent
thank you very much!We look forward to the day coming!
Thank you for your reply.
I hope that it will be implemented in the future.
Can I create a short code that reflects the keyword search results in the list view?
It is not a location but a keyword.Thank you for your reply!
Sorry, we can not publish the site because it is an internal portal site.The search results have been successfully displayed.
I’m sorry I have one more question, but is there any way to display the results in monthly calendar format?
Or is it not possible to display the schedule narrowed down with keywords in monthly calendar format?I’m sorry. I made a mistake in the topic title.
Correctly: Search results are not available.Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Number of categories displayedI’m sorry. solved
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] category listThank you! !
I was able to add categories!Thank you for your reply.
It is temporary that bugs disappear if debug mode is set to false
It does not lead to a fundamental improvement.I examined the cause here.
wp-content\plugins\ultimate-faqs\Main.php on line 350
※$EWD_UFAQ_Version←It was undefined.————————————————————————————————————-
function UFAQ_Post_Edit_Styles( $hook_suffix ){
$cpt = ‘ufaq’;
$EWD_UFAQ_Version = null;if( in_array( $hook_suffix, array(‘post.php’, ‘post-new.php’) ) ){
$screen = get_current_screen();
if( is_object( $screen ) && $cpt == $screen->post_type ){
wp_enqueue_style( ‘ewd-ufaq-post-edit-styles’, plugins_url(“ultimate-faqs/css/ewd-ufaq-post-edit-styles.css”), $EWD_UFAQ_Version );
}
}
}
add_action(‘admin_enqueue_scripts’, ‘UFAQ_Post_Edit_Styles’);↓
function UFAQ_Post_Edit_Styles( $hook_suffix ){
$cpt = ‘ufaq’;
$EWD_UFAQ_Version = null;if( in_array( $hook_suffix, array(‘post.php’, ‘post-new.php’) ) ){
$screen = get_current_screen();
if( is_object( $screen ) && $cpt == $screen->post_type ){
wp_enqueue_style( ‘ewd-ufaq-post-edit-styles’, plugins_url(“ultimate-faqs/css/ewd-ufaq-post-edit-styles.css”), $EWD_UFAQ_Version );
}
}
}
add_action(‘admin_enqueue_scripts’, ‘UFAQ_Post_Edit_Styles’);
————————————————————————————————————–
I personally took countermeasures here.
I think that it will return again when updatingPlease correspond to undefined syntax.