I would like to change the foreground and the background color of the event type in on a Detail event page (…/all-events/?event=123).
Looking at the HTML shows this:
<div class="ep-event-category ep-box-row">
<div class="ep-box-col-12">
<span class="ep-bg-warning ep-py-2 ep-px-3 ep-mr-3" id="ep_single_event_event_type" style="background-color:FF5599;color:#43CDFF;">
Feste</span>
</div>
</div>
Where and how can I change the background the white and the foreground to black?
Thanks for your support!
]]>Master table is based on a table, the Details table is based on a View. The relationship columns are the ‘id’ column in the Master data table and the ‘id_elect_master’ column in the details data table.
In the Advanced Settings of the Master data table I have the following code entered, where ‘Electoral_Detail’ is the name of the details data table and 22 is the id of this data table:
{
"initComplete": "function( settings, json ) { wpda_init_master_detail( settings, json, 22, 'Electoral_Detail', 'id', 'id_elect_master' ) }",
"drawCallback": "function( settings ) { wpda_nav_master_detail( settings, 22, 'Electoral_Detail' ) }",
"select": {
"style": "single",
"selector": "tr"
},
"pageLength": 12
}
I have added the short code of the Master Data Table to a WP page, but when I click on a row in the displayed master table no details table is displayed.
Do I also need to add the short code of the details data table to the same page ??
Many thanks
Mark W
https://ibb.co/rxdtKfC
https://ibb.co/kMwpWY5
https://ibb.co/dJCMd8S
I would like to display today’s statistics like past day’s on the Statistics tab of Burst.
Is there a way to do this in the current version?
If not, I would like to suggest this feature.
I’m sorry for posting this instead of on the suggest page.
I had a little reluctant to create an account.
Regards,
muraleap
]]>click here.Is anyone know how to show woocommerce order detail on customer page?
For now, when I click view order(the button in red frame), it just refresh the page and show the same page.
Below is function.php which I add to show my order list on customer page.(and I use the shortcode[woocommerce_orders])
function woocommerce_orders() {
$user_id = get_current_user_id();
if ($user_id == 0) {
return do_shortcode(‘[woocommerce_my_account]’);
}else{
ob_start();
wc_get_template( ‘myaccount/my-orders.php’, array(
‘current_user’ => get_user_by( ‘id’, $user_id),
‘order_count’ => $order_count) );
return ob_get_clean();}}
add_shortcode(‘woocommerce_orders’, ‘woocommerce_orders’)`
i try to display the address in GD page.
I don’t find how to do this.
here my shortcodes :
[gd_post_images type='slider' ajax_load='true' slideshow='true' show_title='true' animation='slide' controlnav='1' ]
[gd_single_tabs show_as_list=’false’]
i don’t undestand because i can see it in the builder.
i only see :
– Photo slider
– photos
– Description
– Opinion
– Map
thanks for your help
Olivier
When clicking on an estate object in the list view, the opening page only shows that there’s a critical WordPress error. Nothing more.
The URL that’s tried to reach is [website-address]/immobilien-im-detail/[object-id]
i.e. https://igs.mykado.de/immobilien-im-detail/7609
Is there any solution available to this problem?
Best regards
Dorian
p.s. That’s what the error log says:
[Mon Sep 13 06:08:21.291686 2021] [proxy_fcgi:error] [pid 61472:tid 140608949667584] [client 5.10.171.77:59484] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught {\n “actionid”: “urn:onoffice-de-ns:smart:2.5:smartml:action:read”,\n “resourceid”: “”,\n “resourcetype”: “estate”,\n “parameters”: {\n “data”: [\n “objekttitel”,\n “objektart”,\n “objekttyp”,\n “vermarktungsart”,\n “plz”,\n “ort”,\n “bundesland”,\n “objektnr_extern”,\n “wohnflaeche”,\n “grundstuecksflaeche”,\n “nutzflaeche”,\n “anzahl_zimmer”,\n “anzahl_badezimmer”,\n “kaufpreis”,\n “kaltmiete”,\n “objektbeschreibung”,\n “lage”,\n “ausstatt_beschr”,\n “sonstige_angaben”,\n “vermarktungsstatus”,\n “virtualAddress”,\n “objektadresse_freigeben”,\n “reserviert”,\n “verkauft”,\n “virtualStreet”,\n “virtualHouseNumber”,\n “laengengrad”,\n “breitengrad”,\n “virtualLatitude”…’