It’s me, again (sorry).
I have 2 problems that I can’t solve.
Here is the URL in question JSON: https://brewingtheory.hop3team.com/formations/la-maintenance-en-brasserie-et-micro-brasserie.json
My problems :
1 – I tried to format the date, but when I use this code as recommended in the documentation “:datetime,DATE_TIME_FORMAT” to put it in the day month year format, the date is no longer displayed.
(I tested with and without the quotes).
{upcoming_sessions.start_date:datetime,"m-d-Y"} au {upcoming_sessions.end_date}<br>
2 – I tried to call a list present in the JSON, but it doesn’t work (I most certainly misunderstood how to do it) :
{subloop-array:program:-1}
{module.name}<br>
{module.description}
{/subloop-array:program}
Otherwise, thanks to your valuable advice, I was able to call and correctly display the entire file (well, apart from these last 2 little problems).
Thanks in advance !
Best regards
Auréline
]]>I’m guessing the answer will be ‘no’ but please could you include it in a future version?
]]>No a few questions:
1.) Will it be possible to add a class to the button? It would be great if I could style it the same than on my normal blogpage (https://queer-hannover.de/beitraege)
2.) I found the css classes for the author, etc, but somehow its not working to change the color or the hover-color for links. I’m I doing something wrong? If Im doing it like this
.pbs_rk_post_meta_author {text-transform: uppercase; color:red}
.pbs_rk_post_meta_author:hover {text-transform: uppercase; color:blue}
the uppercase works, but not the color.
3.) can you maybe add something to change the date format?
4.) Is it possible to show more than one category without using two shortcodes?
Sorry for so many questions, but I really like the plugin and its so usefull!
Thank you, greetings Dirk
On the customer side, in the detail of the order that has been refunded the following error appears:
Warning: date_format() expects parameter 1 to be DateTimeInterface, bool given in /home/customer/www/preneostrong.sum.es/public_html/wp-content/plugins/woo-refund-and-exchange-lite/public/class-woocommerce_refund_and_exchange_lite-public.php on line 792
It seems to receive a boolean instead of a DateTimeInterface, the line of code that gives the error is the same in both files:
if ( isset( $return_datas ) && ! empty( $return_datas ) ) {
foreach ( $return_datas as $key => $return_data ) {
$date = date_create( $key );
$date_format = get_option( 'date_format' );
$date = date_format( $date, $date_format );
The line $date = date_format( $date, $date_format ); produces the above warning.
Can you help me to fix this bug?
Thank you very much!
]]>Uncaught TypeError: Cannot read properties of undefined (reading ‘call’). Exception occurred when checking element forminator-field-date-1-picker-6159d74666a90, check the ‘dateformat’ method.
in jquery.validate.min.js?ver=1.19.0
I’ve tried with different date formats but of no use.
]]>Import = Invalid data types
Ok, so changed date format to dd/mm/yy and changed the , decimals to . (123.45)
Import = Invalid data types
Looked at the Column.csv file for clues on how to format data but the sample file data has no dates, no decimals. Florence,371282,607906,655875
Is there a workaround for this?
]]>Replace these timestamp variables: timestamps cannot be identified, as any positive number can be a timestamp, but if you enter the timestamp variable’s name, like “starttime” (without quotemarks), then you can make our code turn them into dates, using the given format.
About my issues.
1/
I have a plugin Modern events calendar and want to select date and time. With date everything is okay, but time of event in this plugin data looks as here on the screenshot: https://prnt.sc/sru4ry 3PM or 10AM and so on. But in my country we use 24 hours format as well. So I need 15:00 or 10:00 instead of 3AM or 10AM. Also here as you can see is another format of a date https://prnt.sc/srvck0. I looked through a generator options carefully and got a functionality associated with datastamps. But this manual is so poor, that I can’t understand will it solve my problem or not, and how to do it, if it can solve. I think this information will be also helpful for another users of Modern event calendar and Smart slider 3, so I publish it here in a hope that you can help to find a solution. With a time format in custom generator.
2/
Another issue with a same plugins mix is I don’t know how to choose only events started from today and show future events. For example administrator month ago created 10 events. 5 that already gone, and 5 that will go in this month. In a posts of Modern Event Calendar (MEC) start date has its own row https://prnt.sc/srvjx6. What I need is to showw only posts after today. Now I only can guess how to show all posts. Past ongoing and future. Can I select only future events? Or at least ongoing and future events? I know that in setting of custom post generator has these section https://prnt.sc/srvoub. And I can’t find how can I correctly use it in my case. I tried this: https://prnt.sc/srvvox but it not works(
Also I wrote similar question to the MEC comunity in wordpress but I’m not totally sure that they can fi it. https://www.ads-software.com/support/topic/24-hours-format-for-smartslider/
What to do? Do you have any ideas?
]]>