Questions tagged as 'wordpress'

1
answer

how to configure SMTP mailer in wordpress?

I'm trying to set it up, but this is giving the following error when sending a test message in the Test Email tab. CLIENT -> SERVER: QUIT SMTP -> get_lines(): $data is "" SMTP -> get_lines(): $str is "221 2.0.0 closing connection u...
asked by 23.04.2018 / 18:56
0
answers

How do I automatically respond to this form?

<?php get_header(); the_post(); ?> <?php do_action( 'foundationpress_before_content' ); ?> <article <?php post_class() ?> id="post-<?php the_ID(); ?>"> <header id="contato"> <div class="row xl...
asked by 22.04.2018 / 03:55
1
answer

WooCommerce - Product Loop, Filtering by Variation Attribute

I am creating a filter to list products that have the day or night option, selected within a variation. I got a loop that comes quite close, but it's bringing all the products that have the class variation, regardless of the select value. The id...
asked by 19.04.2018 / 16:41
4
answers

Show column sum of the logged in user. error

Good morning, someone help me? I do not understand much of php, but for me to finish my site there is only one thing: I need to post the sum of the values that are in the table but based on the logged in user, already tried in all the ways but I...
asked by 20.04.2018 / 16:50
0
answers

I can not reinstall wordpress

I have a vhost nginx server called site-responsivo.test below the server { listen 80; server_name site-responsivo.test; root /home/rafaelejosi/www/projetos/site-responsivo.test/; index index.html index.htm index.php;...
asked by 19.04.2018 / 01:24
0
answers

Add class current in categories menu in wordbar sidebar

I have a menu of categories in the wordpress sidebar within the "News" page, I'm using index.php as the main page of posts setting it by "customize" as in the image below, then in the "News" page the menu category-sidebar shows the current-cat c...
asked by 26.04.2018 / 15:18
0
answers

My wordpress is not loading

I'm having trouble using my theme in wordpress, so I load the theme and activate it, I put it to see it, but in fact another theme appears on top of it, one of those themes that already comes by default in wordpress. I try to open another theme...
asked by 23.04.2018 / 06:16
1
answer

Include Multiple Custom Post Type Files with Advanced Custom Fields

Good morning, I need to include several files in a Post Type, I'm using the Advanced Custom Fields (ACF), to create custom fields. Is it possible to do this without creating another post type just to include those files and relate them to the...
asked by 16.04.2018 / 15:26
0
answers

Curriculum Bank Plugin - Wordpress

I need to do this on an institutional site with curriculum management and vacancy records. I searched for Wordpress plugin but I did not succeed. Anyone have any suggestions? GRATO     
asked by 16.04.2018 / 20:32
0
answers

How to add pagination on the search.php page on woocommerce

Paging is not working in search.php on the site I'm developing. When I ask to show all products, it shows the pagination correctly, but when I do a search where results are generated for several pages, it only returns me to the first page and do...
asked by 20.04.2018 / 03:34