royv1981
Forum Replies Created
-
okay, part 1 worked.
Now I only have the following.
I have a VAT plugin (EU Vat Assistant), a VAT number must be entered there when a company name is entered.
These should then also be shown on the invoice.I have entered in the functions.php of the theme this:
//add_action( ‘woocommerce_admin_order_data_after_billing_address’, ‘display_vat_number_in_admin’, 10, 1 );
function display_vat_number_on_invoice( $template_type, $order ) {
if ( $template_type == ‘invoice’ ) {
$vat_number = get_post_meta( $order->get_id(), ‘vat_number’, true );
if ( $vat_number ) {
echo ‘Vat Number: ‘ . $vat_number . ”;
}
}
}add_action( ‘wpo_wcpdf_after_order_data’, ‘display_vat_number_on_invoice’, 10, 2 );This does work on the dutch site, just not on the german site, does anyone have any idea what this could be?
Forum: Plugins
In reply to: [Connect Contact Form 7 to Social App] Problem with sending messageI hope you can help me.
I filled in everything for this plugin, by whatsappnummer i have 316000000000
(31 is the land code of the netherlands). But the form is send by mail, but the filled form is not redirect to whatsapp.I tried it on macbook and on iphone.
Can you help me?
Thank you
I have the same problem, I also I’m not redirected to the Mollie payment environtment.
Can you have a look for me?I have this in my contact form 7.
[hidden paymentdescription “Betaling Voetbalkamp Voorjaarseditie 1 dag”]
Aanbetaling Voetbalkamp 1 dag
[amount* Betalingsbedrag min:50 max:50 “50”]<label> Jouw bank
[bankchoice bankchoice-22]</label>[paymentchoice paymentmethod-364 paymenttype:oneoff]
Forum: Plugins
In reply to: [Five Star Restaurant Reservations - WordPress Booking Plugin] Lay out siteThank you very much! This is good!
I have one more question.
Can I put the distance between the picture and the text less?
When I open the page, that I see the picture, and below the picture straight away the text?
Thnx! It worked!!
Thnx!
The Background Color is working!!
But the Size of the sidebar doesn′t work by me.
It has one sidebar left, and I want to make it widther, but if I used that code, it changes the size of the whole website.
Forum: Themes and Templates
In reply to: [WP FanZone] Change Header Title ColorPlease, can you help me.
I want to change the font color for my pages to white, as example:
https://madereros.nl/clubinfo/bestuur-2/But on the front page the font color must by in Black.
So on the pages it must by white.
I tried different things in my Custom CSS, but the only thing I have found that everything was in White, also the front page.Thank you very much for your help.
Forum: Themes and Templates
In reply to: [WP FanZone] Change Header Title ColorYou are the best!!
Thank you!
Forum: Themes and Templates
In reply to: [WP FanZone] Change Header Title ColorYes, thats correct.
I have one thing i want and i don’t know how to do it.
on the mainpage (https://madereros.r4u.nl/madereros/) i put a message, through the Category Post list Widget it goes to other pages, for example, https://madereros.r4u.nl/madereros/teams/madereros-1/spelers1/.
This is perfect, but on the other page (https://madereros.r4u.nl/madereros/teams/madereros-1/spelers1/) the text is in black and i want that text in white. Because the message goes through Category Post Widget i cannot change the color in the text editor.
But on the mainpage the text color must be in blacked, so i cannot change the style.css, because then the text color on the main page will also be white and that i don’t want.
So it must be a code in my custom CSS, but i don’t know which one.Thanx for your help!
Forum: Themes and Templates
In reply to: [WP FanZone] Cannot select Image by Site LogoThank you for your answer.
There is a class-wp-error.php file.
Is that the one you mean?I have looked into wp_options (i only found options.php)
Can you help me with that?
That I send you that file or something?
Thnx very much
Forum: Themes and Templates
In reply to: [WP FanZone] Cannot select Image by Site Logosomebody with help? in header.php i don’t know what to change.. and that’s the only problem that i have!