Questions tagged as 'wordpress'

1
answer

Subdomains and Redirects in SEO

I made a migration of a site, which appeared in the base domain (domain.com) and now this site has been separated into two subdomains (sub1.domain.com and sub2.domain.com). Because of this change we made a 301: domain.com - > sub1.domain.c...
asked by 23.03.2018 / 20:14
0
answers

Add class when entering decimal number in input

I would like to use decimal numbers, I will insert a decimal number in the input and would like the class to pick up when it was inserted, for example: "min" = > 0.00, "max" = > 0.010 How can I do this? <?php $opcoes = array(...
asked by 16.04.2018 / 17:58
0
answers

Content above the error messages in woocommerce

I'm working on a Wordpress and Woocommerce website. I was asked to correct an error that happens when the user proceeds for the payment without having the login done. When the page opens, error messages appear, but the login form that should...
asked by 09.03.2018 / 17:08
0
answers

Doubt Js code for div exchange

I have a website in Wordpress and I'm having difficulties in the following function, I created a small script, which when clicking a button, it should replace one div with another, to exchange content without reloading the page, so far so good,...
asked by 12.03.2018 / 20:50
0
answers

Disqus does not load on site

I have a website in Wordpress. Which, does not load the comments in any post (in this case, would be the single.php file). In the console, the message:    The resource link was preloaded using link preload but not used within a few seconds...
asked by 23.04.2018 / 13:46
1
answer

Ajax filter on wordpress

Hello, I would like to know if anyone has done any functionality similar to this site, link filtering the post using a form and ajax so you do not need to reload the page. I have the following situation, I created a custom post type reselle...
asked by 13.03.2018 / 20:52
2
answers

How to use forech in Wordpress using the WP_Query variable

Good morning! I am not able to implement a forech in a database search using the native wordpress variables, searching I found something similar but it is not what I need. <?php global $post; $args = array('category' => 17); $custom_po...
asked by 21.02.2018 / 14:12
1
answer

How to get only the post image in wordpress?

How do I get only the post image link in worpdress to put in the bootstrap card element? <?php $arti_query = new WP_Query(array('category_name' => 'artigos')); if ( $arti_query->have_posts() ) {...
asked by 27.02.2018 / 16:00
0
answers

Conflict with JS wordpress

I'm learning how to turn a website into a wordpress theme, but I came across an error that I can not solve: Some plugins require that I have in the HEAD the code this code adds the WP JS, and conflicts with the JS I used to develop the projec...
asked by 24.01.2018 / 12:21
0
answers

JQuery - Display Alt attribute below each slide image

So, I need help with a code I'm trying to develop. The site is all in Wordpress, and has a plugin called Master Slider. I need to develop a script that takes the Alt attribute of the images and displays below each image, and that attribute chang...
asked by 25.01.2018 / 11:17