Questions tagged as 'wordpress'

1
answer

Ajax Request and JS File Registration - Wordpress

Good morning, I am setting up an ajax request to send to the source functions.php, I read in the wordpress documentation that the js file that handles the request and other things needs to be done. But when I send the request to the functions...
asked by 17.08.2016 / 14:09
0
answers

How can I make a oauth2 authentication of a native android application with a website developed with wordpress?

I have a site developed with wordpress, not on the platform wordpress.com. Lately I've been testing to use restfull and consume the data via json through the native android app. I just wish I could authenticate in a safe way using oauth2 w...
asked by 16.08.2016 / 21:16
1
answer

I can not center the button with css

I can not centralize the proceed to checkout button. I wanted to pass the paypal to the left side. Someone can help me, I'm using wordpress. link     
asked by 28.06.2016 / 16:56
2
answers

Button for cellular connection [closed]

I need a code that will help a website visitor (on Wordpress) to make mobile calls or to activate WhatsApp when clicking a particular button. Any tips?     
asked by 01.10.2015 / 01:48
0
answers

Wordpress database x memory

I have a news site made in wordpress, hosted in a VPS in godaddy, and due to the large number of accesses, I'm having problems with hosting, the database falls when we have many accesses and the material is inaccessible, giving the following err...
asked by 31.07.2016 / 15:25
2
answers

Filter element from taxonomy in wordpress

In the article page (single.php) of my theme I have the following code that filters a div making it appear only on pages of a certain category: <?php $categoria_post = the_category_id($categoria_post); if ($categoria_post == 760) : ?> &l...
asked by 06.07.2016 / 00:23
1
answer

How to add a button to add and remove the amount of a product in wordpress?

I'm using woocomerce and wanted the cart widget, which is in the header menu, to have a quantity button (add and remove). Is there a plugin that lets me add this button or some code that allows such a function? I'm using the impreza theme....
asked by 24.06.2016 / 13:53
1
answer

How to display the result of an Inner Join for the user?

I have three tables and I want to put them together and display them to the user, how can I do this using the WordPress functions? INSERT THE DATA ON THE BANK: function cadastra_experiencia($nome, $email, $experiencia){ //INSERE OS...
asked by 13.06.2016 / 20:14
0
answers

Woocomerce - Variations do not appear in the order details

Good Afternoon I'm finalizing a project for a virtual store with Woocomerce. I have registered the product and its variables, I make the choice of the variables (quantity of controls and color of the controls), I go to the cart page (/ car...
asked by 01.06.2016 / 20:46
1
answer

Execute a function on two different elements without affecting each other

Clicking the "View More" button needs to make the div containing the post text expand, if it affects the div on the side. I tried to use toggleClass() however the two open at the same time, or using an id only the first one opens. jsj...
asked by 23.05.2016 / 19:50