steev99
Forum Replies Created
-
Hello, thanks for answering!
I’ll explain better that maybe wp all import has some option to solve my problem and I can’t find it.
I have several csv of woocommerce products
a csv that gives me the purchase data, another csv that gives me the information, another that gives me the images… and all the csv are linked through an id
What I want is to upload all those csv and have them linked (preferably by their id)Hello good!
I’m doing it on a local host…
but I just realized that it does collect the acf
In this part, if we change the page_id to a numerical id (example: 3456/id of an entry) in the email, the email entered by here on that page is sent.// It doesn't work (but it should work like this) $extra_email = get_field('center_email', $page_id); // Works $extra_email = get_field('center_email', 3456);
what is wrong is the variable that saves the page id$page_id = get_the_ID();
In summary: I think that to solve it I only need to save the id of the page from where the email is sent in that variable.I have tried several ways but I have not found any solution.
- This reply was modified 2 years, 8 months ago by steev99.
Forum: Plugins
In reply to: [Contact Form 7] Changing font colour in contact formTo change the color of the dropdown you have to edit the css of its class, in this case its class is this: wpcf7-select
.wpcf7-select{color:#fff}