nosu
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking Package] 通知メールにカレンダー名が自動で入るようにしたいですはい、カレンダーアカウントの設定タブの名前に入力したものになります。
自動でそれを通知タブ内の各文に記載することはできないということですね。
カレンダーアカウントを複製して予約をもらうような運用をしていまして、こういった質問をさせていただいた次第です。わかりました、ご回答ありがとうございました。
Something inexplicable happened.
I think that an error occurred like a screenshot until an hour ago, but when I checked the plug-in setting screen now, the error was resolved and the conversion to webp was done.
Not sure why the error disappeared, but now it works fine.Thank you very much.
Thank you for the prompt confirmation as well.
We will send you the screenshot again.
https://www.dropbox.com/t/AwR2kyFFXL2yk3ZMDue to reloading, I am not sure which image-stats you are referring to. So we are sending you 6 screenshots of all the image-stats.
Please take a moment to check them again.
Thank you for your message as well.
https://www.dropbox.com/t/mOuhsYPLSCU8XEul
Is the above correct?
Please check.Forum: Plugins
In reply to: [Create Block Theme] It doesn’t move from the loading image.I found the cause. It was caused by using Japanese in the theme name. When I changed the theme name to English, the edit screen worked fine. Sorry for the inconvenience. thank you very much.
Forum: Plugins
In reply to: [Create Block Theme] It doesn’t move from the loading image.- Create a blank theme with the ‘Create Block theme’ plugin
- Activate the new blank theme
- Opening the Site Editor from Appearance > Editor
As you say, we created the theme as described above.
Also, the preview screen, but it is still showing the spinning load icon.
https://gyazo.com/9fc6fa623a282c05d48caad12bf38136Furthermore, the + button in the upper left corner of the screen to add a block is not working. ×It is in the x state, but the list of blocks is not being displayed.
Further support would be appreciated.
Forum: Plugins
In reply to: [Create Block Theme] It doesn’t move from the loading image.Sorry for the confusion, but I called the spinning thing that appears while the edit screen is loading the “loading image”.
An error occurred when creating a new theme using the plugin.
I also changed to TwentyTwentyThree and checked the editor and the edit screen loaded fine.
https://gyazo.com/d1cff62ef1cbca6d144d02dff96322b1Thank you for your continued help.
Thank you for your prompt reply.
I could not find the support portal on the website. Could you please provide a link? And do I need to be a pro user to contact you through this support portal?
Thank you for your confirmation.
I tested with only one embedding and the same grabbing and moving action was not possible.
https://tinyurl.com/27pdauabWe will discuss this with you through the support portal on our website.
Thank you for your continued support.
Forum: Plugins
In reply to: [Booking Package] キャンセルURLが挿入されません早速のご回答ありがとうございます。
設定見落としておりました。初歩的な質問になってしまい申し訳ありませんでした。
Forum: Plugins
In reply to: [The Events Calendar] About the sorting by daySorry, please let me change the question.
For example, https://example.com/events/category/seminar/2018-11-03/,
I would like to obtain the date in the YYYY/MM/DD format on the daily list page, how should I write it?Thank you for your reply.
Forum: Plugins
In reply to: [The Events Calendar] About the sorting by dayDepending on the snippet I was taught, I wrote the code I rewrote as below in the theme functions.php.
add_action ('pre_get_posts', 'tribe_post_date_ordering', 51); function tribe_post_date_ordering ($ query) { $ query-> set ('order', 'DESC'); $ query-> set ('orderby', 'date'); }When function.php is saved, the order changes, but changing the creation date of the event article does not change the order.
Please help me.
Forum: Plugins
In reply to: [The Events Calendar] About the sorting by dayHello Ed
Thank you for your help.
I’ll give it a try.Forum: Plugins
In reply to: [The Events Calendar] Daily page of categoryI’m sorry that I did not thank you enough.
Thank you very much.Please let me have another question.
I wanted to display the link to yesterday and next day on the daily page, but it was not displayed as described in the content.php of the day folder as follows.<!-- List Header --> <?php do_action( 'tribe_events_before_header' ); ?> <div id="tribe-events-header" <?php tribe_events_the_header_attributes() ?>> <!-- Header Navigation --> <?php do_action( 'tribe_events_before_header_nav' ); ?> <?php tribe_get_template_part( 'day/nav' ); ?> <?php do_action( 'tribe_events_after_header_nav' ); ?> </div> <!-- #tribe-events-header --> <?php do_action( 'tribe_events_after_header' ); ?>Do you need to write something else?
Thank you for your reply.