Questions tagged as 'wordpress'

0
answers

get text from wp_editor in wordpress

I have a wp_editor and when I click send I call a javascript function that takes the titulo fields, and the wp_editor text. <div class="form-group"> <?php wp_editor( $content,'id_contenido',array('textarea_name...
asked by 26.07.2018 / 18:23
0
answers

Wordpress - export "rich text editor"

Currently I am developing a web application in conjunction with wordpress, this must emulate the function of "create new article", the big obstacle that I am currently in is how to use a textarea to create the content of the article and that thi...
asked by 23.07.2018 / 04:12
0
answers

Get the value of a field in gravity forms

I need that when filling in a form, one field is automatically filled in with the value of another. I've been testing with: add_filter( 'gform_field_value_titulo_proyecto', function ( $valor ) { return gform_field_13_174;// modificando...
asked by 31.07.2018 / 11:28
0
answers

Very slow query in WordPress

My website is very slow and I have seen that it is due to the following query, which takes between 10 and 20 seconds and I still do not know why. function get_car_versions($car_id) { $args = array( 'post_type' => 'version',...
asked by 17.07.2018 / 16:25
0
answers

Problem payment credit card

We are having problems with the MP plugin for wordpress / Woocommerce. Users can not complete the purchase with the basic checkout using a credit card. If you can do it with debit or if the client shares the link generated from mp with debit...
asked by 19.07.2018 / 23:12
0
answers

Wordpress pagination with ajax

I have implemented wordpress pagination to my website <?php global $wp_query; $big = 999999999; // need an unlikely integer echo paginate_links( array( 'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),...
asked by 17.07.2018 / 13:53
1
answer

Prevent subdomain redirect to main domain in Wordpress

I hope someone can help me. I have this subdomain: test.anexinet.com and redirects me to main domain: anexinet.com this is my .htaccess (of the subdomain) # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On...
asked by 14.07.2018 / 00:30
1
answer

Undefined variable Wp-postratings

I am new here and I have a question, I hope you can help me. Received this error from the WordPress plugin wp-postratings Notice: Undefined variable: thumbnail in /storage/emulated/legacy/htdocs/wp-content/plugins/wp-postratings/wp-postrating...
asked by 12.07.2018 / 06:53
0
answers

Show user password in frontend Wordpress

I come with another interesting question and I can not find an answer. I have a custom login page where you can change, using ajax, our information. The issue is that in the front-page I have implemented a password change in case you forget abou...
asked by 13.07.2018 / 13:29
1
answer

Undefined variable report-content

I am new here and I have a question, I hope you can help me. Received this error from the WordPress plugin report-content    Notice: Undefined variable: message in /storage/emulated/legacy/htdocs/wp-content/plugins/report-content/inc/reports-...
asked by 13.07.2018 / 17:36