Questions tagged as 'wordpress'

0
answers

How to get the payment interval of a simple subscription product in Woocommerce?

I have simple subscription products on my site and I am trying to get the time interval of payment of the products. To get the prices use:    wc_get_product and the method:    get_price () But I have not found any method to obtain...
asked by 04.11.2018 / 15:39
2
answers

Add href to a button

I have this button and I want to add a href to it, but since the page is made with an "Elementor" wordpress builder but I can not change it directly in the code, so I have tried with functions like this one that I found in other forums but It do...
asked by 08.11.2018 / 22:45
1
answer

Customer status in WordPress

I have a database parallel to the wordpress in which it shows the client a list of their clients. Here everything is perfect. As I work in wordpress, I have created a page called "Client List", the problem is that when I do the list, it shows me...
asked by 11.06.2018 / 15:07
0
answers

Woocommerce does not show price of variable products

I have a page in WordPress with woocommerce , which has activated the variation of the products, the fact is that the price of product variations that are the same is not shows the price of the product .. I read several forums and they indica...
asked by 31.10.2018 / 18:54
1
answer

how to import files of any subject so that it looks correctly as in the demo?

Whenever I install and activate a template (theme) that I think is pretty on my page it looks unconfigured (the images or the slider do not appear and many things that did appear in the preview of the original) .. I've been watching tutorials bu...
asked by 31.10.2018 / 17:23
0
answers

Wordpress id console error not defined

I get this error message from the wordpress theme in the console. I do not know how to fix it. How could it even be called empty? errror: Uncaught ReferenceError: qode_startit_style_dynamic is not defined Error line: <script typ...
asked by 04.11.2018 / 04:54
0
answers

See private publication with link to publish it

I have a function in the function.php file that, when clicked, displays the publications and publishes them automatically. I had to make the publications private because of their content. Do you know how I can do so that they only see with the l...
asked by 01.11.2018 / 23:14
2
answers

Ajax stops working when HTML is reloaded with form

I have a Store on my page that corresponds to a wordpress plugin. To improve the user experience I decided to use AJAX in paging, which the plugin does not include (if it includes ajax for the add buttons to the cart). The issue is that when...
asked by 31.10.2018 / 15:03
0
answers

block access to wordpress users to php files and folders

I am developing a web application that works on wordpress. Then I have a folder called GSC, and within it is the application. The problem I have is when I have to control access to users to that directory since all that part will be private,...
asked by 30.10.2018 / 16:51
0
answers

AJAX, JQuery and JSON in Wordpress: errorThrown: SyntaxError: Unexpected token in JSON at position 0

I am trying to use AJAX on my Wordpress site and I can not get data from the server. I've reduced my code to something super simple to see if I find the error and nothing! add_action('wp_ajax_nopriv_vc_ajax_test', 'vc_ajax_test'); add_action('...
asked by 29.10.2018 / 21:10