Forum Replies Created
-
AuthorPosts
-
Ole Poetter
ParticipantHi Long,
I thank you so much!
I have to learn a lot more ๐Ole Poetter
ParticipantHi Long,
additional information: In gutenberg editor everything is fine.
Please check this issue again with classic editor.
Thank you.
Kind regards,
OleOle Poetter
ParticipantHi Long,
here the screenshots:
Backend view: https://media.publit.io/file/osm_backend.png
Frontend viev: https://media.publit.io/file/osm_frontend.pngKind regards,
OleOle Poetter
ParticipantHi Long,
amazing....it works.
Thank you very much.
Ole Poetter
ParticipantHi Long,
please consider it with the team as feature request.
I think using a translation plugin (if you have no other use for it) is not smart.Thank you!
Kind regards,
OleOle Poetter
ParticipantHi,
is it possible to overide this page in a child theme?Ole Poetter
ParticipantHi,
yes, sure that is possible. But I think to much inline css is no the best way.
Ole Poetter
ParticipantHi Long,
thank you very much.
I figure it out.For information adding
use MetaBox\Support\Arr;
is enough. When addinguse WP_Query; use WP_Error;too, I get another Warning.
Kind regards,
OleOle Poetter
ParticipantHi Long,
thank you.
But this gives me
Fatal error: Uncaught Error: Class 'Arr' not found in /var/www/vhosts/server.de/xxx-xxx.com/member/wp-content/themes/blocksy-child/functions.php:144 Stack trace: #0 /var/www/vhosts/server.de/xxx-xxx.com/member/wp-content/themes/blocksy-child/functions.php(71): My_Dashboard->show_user_posts(Array) #1 /var/www/vhosts/server.de/xxx-xxx.com/member/wp-includes/shortcodes.php(356): My_Dashboard->shortcode(Array, '', 'custom_frontend...') #2 [internal function]: do_shortcode_tag(Array) #3 /var/www/vhosts/server.de/xxx-xxx.com/member/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(custom...', 'do_shortcode_ta...', '[custom_fronten...') #4 /var/www/vhosts/server.de/xxx-xxx.com/member/wp-includes/class-wp-hook.php(303): do_shortcode('[custom_fronten...') #5 /var/www/vhosts/server.de/pagebuilder-s in /var/www/vhosts/server.de/xxx-xxx.com/member/wp-content/themes/blocksy-child/functions.php on line 144
Line 140 - 150:
?> <table class="mbfs-posts"> <tr> <?php $columns = Arr::from_csv( $atts['columns'] ); if ( in_array( 'title', $columns ) ) { echo '<th>', esc_html( $atts['label_title'] ), '</th>'; } if ( in_array( 'date', $columns ) ) { echo '<th>', esc_html( $atts['label_date'] ), '</th>'; }Kind regards,
OleOle Poetter
ParticipantHi Long,
instead to put the content from dashboard.php into the functions.php, I want to put it in Code Snippet Plugin.
Question: Have I to copy the whole content of dashboard.php? If yes, after doing so, I get an 403 Forbidden after saviing the snippet.Kind regards,
OleOctober 7, 2021 at 6:34 PM in reply to: โ Show "last update" instead of "date" on user dashboard #31211Ole Poetter
ParticipantHi,
maybe it's a stupid question, but how can I firmat the date in thi filter to M j, Y?
Kind regards,
OleOle Poetter
ParticipantHi,
but I don't use the rwmb_meta() helper function.
I get my osm map field directly with the elementor dynamic field options.
So I have no chance do add these js-options in the MB Builder where I created the custom fields.Kind regards,
OleOle Poetter
ParticipantWhen is the ETA of this fix in Meta Box AIO?
July 23, 2021 at 6:28 PM in reply to: โ map the value of custom field into wp default post_titel #29665Ole Poetter
Participantmy mistake...it works like a charm.
Thank you very much Roger!!!
July 23, 2021 at 6:25 PM in reply to: โ map the value of custom field into wp default post_titel #29664Ole Poetter
ParticipantI edited my reply....
YOUR_CUSTOM_POST_TITLE_HERE' is clear ๐
But it seems not to work.
-
AuthorPosts