I have a form developed with the Caldera Forms plugin, all site in wordpress.
Today the files that are being sent by the form, via upload, are sent as attachments in the emails. You would need the links, just the links, of each file to be upl...
With this code I can remove the subtotal and the payment method
add_filter( 'woocommerce_get_order_item_totals', 'adjust_woocommerce_get_order_item_totals' );
function adjust_woocommerce_get_order_item_totals( $totals ) {
unset($totals['car...
I have a form made in contact form 7, of wordpress. My client asked me to create a button where, before the user submitted the form he could see the information he filled in, type a Preview.
Would you do it? Show the information on the screen...
Hello;
I am retrieving a wordpress site that had been hacked, damaged and had several files altered with suspicious codes. Apparently now everything is clean and secure in the files, however, I still receive hundreds of requests with suspicio...
I'm updating a site, I'm trying to limit 12 page posts, but it's not working, could anyone help me?
<section <?php post_class('noticias'); ?>>
<div class="container">
<?php if(term_description($term_id, $taxonomy)...
I'm working on a theme that is not prepared to work with the <?php wp_pagenavi(); ?> function. I installed the WP-PageNavi plugin, saved with the initial settings and entered the function in the code as shown below.
The paging...
I did a local project and then migrated to a hosting.
But in the online site I am not able to include new users through the administrative panel.
I do the registration normally including the data (login, email, password, etc) and when I click...
Good afternoon everyone,
I recently created an html site for a client where I made available an alert area of the type "On X-day there will be no class due ..." however it is bad to have to change the code all the time. Is it possible to create...
Hello, I have to list all the terms of 4 taxonomies, however they have to belong to a specific post type!
For example, I have the following information:
post_type (graduation, postgraduate)
taxonomy (place, unit)
I've already researche...
I need to create a form, where step by step the screens, the last screen being the one of collection. My client wanted to put only credit card, but I'm convincing him to use PagSeguro.
How can I use PagSeguro next to contact form 7?
How would...