Questions tagged as 'wordpress'

0
answers

WordPress Elementor

People put a loading on the page but when I edit the page by the ementor it does not stop there I can not edit the contents = (could you help me to see what is happening? CSS: /*Loading*/ #page{ display: none; } #loading{ position:abs...
asked by 19.07.2018 / 21:41
1
answer

Jquery after reload

I would like to know if there is any way to do it, because I have a function that when I click on a menu button it captures via jquery the page id but if example I am in the HOME page that has no id and is for service page which has id it a relo...
asked by 19.07.2018 / 20:46
0
answers

Loader bug jquery

people have a problem with my jquery jQuery: /Pre-Loader jQuery(window).load(function () { $('.site').hide(1); $('.id-sub').hide(); $("#loading").fadeOut(2000,function(){ $('.site').show("slow");...
asked by 20.07.2018 / 15:00
0
answers

how to call a django application through wordpress

I have a website created in wordpress and I have an application created in django. On the site, there is an option on the menu that should call the django application. In this case, I need the django application to appear inside the site. How to...
asked by 11.07.2018 / 16:34
0
answers

WordPress database error Unknown column 'wp_' in 'field list' for query SELECT wp_

For the first time I'm trying to install an application in windows server 2012 environment in locaweb, so when I go to configure the database I get the following error:    WordPress database error Unknown column 'wp_' in 'field   list 'for th...
asked by 11.07.2018 / 16:23
0
answers

WordPress JWT Api

Opa blz? Has anyone used the "JWT Authentication for WP-API" plugin with Wordpress? I installed the plugin but when I do the post it does not recognize the route of the plugin and returns "rest_no_route"     
asked by 08.07.2018 / 17:00
1
answer

How can I call a php file inside a wordpress plugin

How can I create a file inside a wordpress plugin to receive parameters passed via the front post? the file would need to use the wp_db function.     
asked by 09.07.2018 / 22:41
0
answers

Importing products to Wordpress

I am trying to import a CSV file into Wordpress, but I am not able to do the correct column mapping. The file is about products that I had already registered on another site, and I would not like to register them again. In fact, I do not underst...
asked by 13.07.2018 / 15:51
0
answers

WooCommerce, new delivery method

Hello, good morning, everyone! Friends, I'm trying to create a plugin for a new delivery method for WooCommerce, in case I'm using the TNT webservice. This is the first time I try to create a plugin, so I'm following the instructions in th...
asked by 10.07.2018 / 14:04
2
answers

Displaying information for a class

I want to show the values of a class but I do not know how to access it. The result of print_r($this->order); shows WC_Order Object ( [status_transition:protected] => [data:protected] => Array ( [...
asked by 04.07.2018 / 04:48