Questions tagged as 'wordpress'

1
answer

Customize Woocommerce Registration!

Personal I have a project where I need to customize the registration form of Woocommerce, it already has email and password. However I need to add the CNPJ field and validate if it is true, And this information should also appear on the account...
asked by 01.03.2018 / 19:24
1
answer

How to use the transition effect on a display?

Good morning, okay? I'm trying, but I have not yet been able to use the transition effect to make smooth switching from display:block to display:none and vice versa. I'm using JS for when the user rolls the page to apply...
asked by 28.02.2018 / 16:27
0
answers

How to add a prefix query_var to any Wordpress to create different languages

I get a lot of this Wordpress rewrite. What I want is to create a prefix that takes all the pages, archives, posts, to determine the language of translation via php. Even if this query_var works on home. example: site.com | site.com/en | site...
asked by 10.03.2018 / 19:12
0
answers

Wordpress email new user

I am customizing the password setting email that is sent to the user when he registers, however when I try to create the password setting link he is not getting the user login, I am using the code below in functions.php function handle_w...
asked by 21.02.2018 / 20:22
1
answer

taxonomy- $ taxonomy.php does not work

Good afternoon. I am creating a site with more than one Custom Post Type. For example: Custom Post Type "A" has the taxonomy "Types" (type1 and type2). Custom Post Type "B" has the taxonomy "Years" (2016, 2015 ...). I created a taxonomy-ti...
asked by 20.02.2018 / 20:08
0
answers

Customize WordPress query to search for custom taxonomies and custom post types

Hello I have 1 custom post type called "Enterprise", which is the basis of my application. In addition to this custom post type, I have: City - > taxonomy Status - > taxonomy Type - > taxonomy Beach - > custom post ty...
asked by 27.02.2018 / 19:54
0
answers

Error Functions Wordpress - Parse error: syntax error, unexpected

I'm trying to install a theme and when active, the following error appears. Parse error: syntax error, unexpected '[' in /.../teste-template/wp-content/themes/hello-friday/functions.php on line 267 I tried to fix it in different ways and...
asked by 26.02.2018 / 21:49
0
answers

How to change the wordpress authentication fields?

I was wanting on any one theme, to change to the user to log in as if the password were from another field of the same table. I just do not know the wordpress login process     
asked by 19.02.2018 / 02:17
1
answer

How to create a city selector before entering the site

Hello I'm trying to create a city selector for the user to select the city and according to the city, go to the specific page but do not even know how to search about it I did everything in wordpress, I mounted a popup and in that popup I...
asked by 19.02.2018 / 01:24
0
answers

Search by all or just one form field

I'm having problems with a form in my WordPress blog, I have the following form that is in the functions.php file. function terapeuta_search_scripts(){ wp_enqueue_script('terapeutas', get_stylesheet_directory_uri() . '/js/terapeutas.js', array...
asked by 20.02.2018 / 06:28