Questions tagged as 'wordpress'

0
answers

WordPress problem and connection to MySQL.

All right people I developed a news portal for companies that I work for and on this portal I have an average of 500 thousand accesses a month. I'm having a lot of time with my site at some time. The same has a huge database (4GB) becau...
asked by 01.04.2017 / 05:34
1
answer

Wordpress slow and with database access errors

All good personal, I had asked another question, but I was able to identify some queries that are consuming a lot of execution time. I developed a theme for a news portal, and in each area I upload news from a certain category. But since s...
asked by 03.04.2017 / 21:12
1
answer

Modal plugins are not working on Wordpress

I have a page in Wordpress, I installed several plugins for modal view in home but none of them are displaying the modal. I tested on another wordpress page that I have and it worked normal. What could be happening?     
asked by 15.03.2017 / 12:58
1
answer

Add script in post

I'm creating a free website at link My intention is to add codes, and for this, I would like to use highlight.js My attempt was to add through the CDN: <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1...
asked by 15.03.2017 / 03:27
1
answer

Additional button on product page (WooCommerce / WordPress)

I searched for a plugin to insert an additional button on the WooCommerce product page, but did not find it. Could someone give me a light on how I can do this? It needs to work EXACTLY as on this page: link I need one button to ask for...
asked by 08.04.2017 / 04:38
0
answers

Creating multi-point custom map, manageable by Wordpress

Do you know how to generate a json file in wordpress ?. I'm trying to create a map where custom dots are manageable by Wordpress, I'm using the ACF Advanced Custom Fields plugin where you create a custom field of the map type and can print...
asked by 13.03.2017 / 16:12
0
answers

List products that contain wordpress delivery class

Hello everyone, everyone is a newbie to wordpress and I'm having a hard time listing products that contain a class of delivery to them. For example: I have a page where only the products that contain the delivery class [fret-free] would like to k...
asked by 06.03.2017 / 06:58
1
answer

Customize the Contact Form 7 Chekbox

I'm trying to customize a contact form checkbox 7, wordpress, but I'm not getting results! It should look like this: Anditlookslikethis: Thecodeinthecontactformisthis:<label2style="width:99%">Disciplina<br>[checkbox* disciplina clas...
asked by 06.03.2017 / 15:15
0
answers

Error importing database Wordpress database

I'm having trouble importing the Wordpress Database. On my local physical server, with Ubuntu server 16.04 running, but when I played on my Ubuntu 16.04 desktop, it does not work. The procedures performed were: Export _SQL by phpmyadmi...
asked by 09.03.2017 / 23:30
1
answer

Search using query_args () in wordpress

I'm using the following query: $args = array( 'post_type' => 'post', 'meta_query' => array( array( 'key' => 'site_name', 'value' => $busca, 'compare' => 'LIKE' ), ), ); query_posts($arg...
asked by 25.02.2017 / 03:06