kingbolo
Forum Replies Created
-
I have the same question
Top, it works
Dank je.
Oké, sorry if my initial message was unclear .
Great, if you can find a solution.To be clear. The reports that are sent by email it mentions website.nl/nw
“Your montly insights for website.nl/nw are here.”Hi Rogier,
Looks to me that my set-up is the same.- I always setup a WP site in a directory. All the files are in that directory. (in this case /nw)
- When the site can go live I copy the index.php to the root an let that point to /nw. (
require DIR . '/nw/wp-blog-header.php'; - After that I set the WordPress URL to use domain.com/sub, but the Site URL to use domain.com
What I don’t do is save the permalinks to update links.
Groet
EdwinDag Rogier
Does the actual URL that users visit include /nw ? No it shows website.nl
And the site_url is set to website.nl ( WordPress URL to website.nl/nw )
Groet
EdwinAnd same issue here.
5.2 did fixit.
Shouldn’t this version made available asap instead of the 5.1 version ?
RegardsOké, indeed it did.
Thank you Bojan- This reply was modified 1 year, 2 months ago by kingbolo.
Forum: Plugins
In reply to: [Carousel Slider Block for Gutenberg] Version 6.7.1 not workingThe plugin works in WP 6.7.1. I have no issues that images or other stack. Not on desktop or mobile.
Perhaps a theme that adds extra media queries ?- This reply was modified 1 year, 3 months ago by kingbolo. Reason: spelling error
Hi dwpriv
With a slight adjustment it works.
I had to replaceUw BTW nummer <?php echo $custom_field; ?>With
<tr class="vat-nummer">
<th>Uw BTW nummer</th>
<td><?php echo $custom_field; ?> </td>
</tr>That did the trick.
Thank you for your help.Hi,
Sorry, for the late reply. Totally missed your post.
Thank you, will try this.Thank you for your reply.
Yeas an If statement is possible. Just don’t know how to get that right.
The custom field is _billing_vat_number and generated by the plugin Woo EU VAT Number.
I have :function cust_vat_number ($template_type, $order) {
if ($template_type == ‘invoice’) {
$document = wcpdf_get_document( $template_type, $order );
?>
Uw BTW nummer custom_field(‘_billing_vat_number’); ?>
<?php
}
}$vat = get_post_meta( $post->ID, ‘_billing_vat_number’, true );
if( isset( $vat ) ){
add_action( ‘wpo_wcpdf_after_order_data’, ‘cust_vat_number’, 10, 2 );
}But this shows the preceding text in all cases. So also when an VAT number is not entered.
In addition:
The person that maintains the tables has not adjusted the tables that give these issues. He has not experienced this reordering with tables he did change or added rows to.
The tables have been imported from Datatables by Supsystic considerable time ago (2-3 years or so) Could this be a cause?
RegardsHi Numan,
Sorry for the delay, have been very busy.
I have corrected the tables on the live site.
Before that i have set up a copy of the site on another domain (same server) to test things. There the table is in the incorrect state / mixed up. The json file is from this test domain.
The tables are manually maintained and do not need to be sorted automatically. The order is determined manually. The first column “Onderdeel” shows the distance in which a record is achieved. That column starts with the shortest distance and builds up to the longest.https://www.nwvw.nl/temp/clubrecords-dames-master-45-weg.json
- This reply was modified 2 years, 7 months ago by kingbolo.
Second attempt:

