Questions tagged as 'wordpress'

1
answer

Pipes for checkbox Contact Form 7

I need to adapt a checkbox of the wordpress Contact Form 7 plugin with pipes, which I'm doing: My shortcode in the form: [checkbox checkbox-579 "10 cm" "15 cm" "20 cm" "30 cm"] And I have result: ... <input type="checkbox" name="c...
asked by 27.11.2017 / 19:38
0
answers

Fatal error: Can not redeclare WP_Post_Type

I have a problem with a client's Wordpress, I can not fix it. You are experiencing the following error.    Fatal error: Can not redeclare WP_Post_Type :: $ show_in_rest in   /home/thesearchhouseco/public_html/buzios/wp-includes/class-wp-post-...
asked by 09.12.2017 / 20:07
2
answers

How to check if a post exists in a particular category

I would like to know if you can help me, I am trying to check if there is any post in a certain category to do validation and if and then, but without much success so far. <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1...
asked by 23.11.2017 / 12:39
1
answer

Wordpress query category and tag

How do I search for posts by category and tag? I did it and it did not work: query_posts(array( 'post_type' => 'noticias', 'showposts' => 2, 'category__and' => array(70), 'tag__in' => array(77), ) );     
asked by 28.11.2017 / 23:59
1
answer

Remove wordpress password difficulty

I tried to remove the difficulty to write a password in wordpress, I use the ultimate members plugin to register, I used the code below to solve the problem, but I could not. function iconic_remove_password_strength() { wp_dequeue_scri...
asked by 24.11.2017 / 13:58
1
answer

Change wordpress quick edit

Next Galera ... one of the journalists here asked if it was possible to change the quick edition of wordpress to other useful things ... For example, this is the current quick edition of the site: AndincaseshewouldliketoknowsomethinglikeTAG'...
asked by 17.11.2017 / 15:39
0
answers

How to translate a plugin?

Hello, good afternoon! I have a problem and I can not find the solution, I am using the Magic Members plugin and I am trying to translate the plugin, because this in English, I used the locale plugin translate to translate, however the field...
asked by 13.11.2017 / 18:41
0
answers

page scroll is shaking up and down

I'm working on a WordPress site, and the scrolling page is shaking up and down. I can not seem to find this error. No error appears on the console. Can you help me? Have you been through this?     
asked by 30.10.2017 / 17:32
0
answers

Identify if it is blog and hide div - Wordpress

I put a div called "image_top" and I want it to have the display: none property when it is the blog page, woocommerce product or post. I have already tried putting in functions.php, header.php, page.php and nothing works. What am I doing...
asked by 30.10.2017 / 15:21
3
answers

Ways to call image in no wordpress

Next <div class="site-branding"> <img src="http://sitedementirinha.com.br/wordpress/wp-content/themes/alizee/images/logo1.png"/> </div> I have this code in a Wordpress theme, but it does not l...
asked by 13.11.2017 / 13:49