Questions tagged as 'plugin-wordpress'

1
answer

Update cart status without leaving the page | Woocommerce 3.4+

<?php global $woocommerce; if ( sizeof( WC()->cart->get_cart() ) < 1 ) { ?> <div style="width: 25%;" class="footer-section <?php echo esc_html($woo);?>"> <a href="<?php echo get_home_url();?>"...
asked by 15.06.2018 / 12:27
1
answer

Add Wordpress user in more than one role

I'm developing a plugin for members area in WordPress and I'm going to control this access through the roles functions. Assuming I create the functions: content1, content2, and content3. How would I be able to assign more than one role to a...
asked by 23.11.2016 / 19:12
1
answer

Organize capabilities and user levels wordpress (no plugin)

First I will explain the scenario, I want to make a system where you will have 4 different types of people accessing. The Administrator, "moderators", authors, and partners. I wanted to use the wordpress admin panel for everything, so I created...
asked by 19.09.2017 / 23:08
1
answer

Link of a JSON parameter to a product in Woocommerce

I have a JSON that returns me a list with some flight data: "programa": "multiplus", "qtdOpcoesIda": 50, "qtdOpcoesVolta": 50, "menorTarifa": { "pontos": 15000, "dinheiro": 767.8 }, "taxaEmbarque": { "POA": 29.9, "F...
asked by 22.03.2017 / 11:00
0
answers

I need to put an excel table in wordpress

I have a small table in Excel, where you have some calculations, formulas, actually this table is a simulator of my client's fees and he wants to put it on the site :(. Is there any plugin for this? Some way? Thank you, and thank you all for you...
asked by 10.10.2016 / 17:20
1
answer

Prevent plugin update in Wordpress

Hello. I need to prevent updating of a plugin . I thought of simply cloning the plugin and changing the following information: /** * Plugin Name: AMP * Description: Add AMP support to your WordPress site. * Plugin URI: https...
asked by 22.09.2018 / 02:10
1
answer

Microsoft Azure - php

How do I get Microsoft Azure to capture my errors? I'mcurrentlyhandlingerrorswiththisfunction:<?php/**PluginName:TESTEDescription:testandolognovoVersion:1.0Author:VtesteAuthorURI:teste-------LICENSE:Thisfileissubjecttothetermsandcondition...
asked by 09.06.2017 / 20:34
1
answer

Simulate automatic typing [closed]

A practical example of a site you use on the home page: link In short, it is a self-completing phrase in many ways, creating the possibility of saying several things in one sentence. I wonder if there is a plugin to do this work on wordp...
asked by 18.09.2016 / 19:34
1
answer

Woocomerce (wordpress) snake digital product freight / download

I have a digital product store (eBooks for download), where the customer after payment receives the release to download the product, until then everything OK. Today I registered 4 products (physical) for sending by post, using PAC or SEDEX, I co...
asked by 08.11.2017 / 13:54
1
answer

Show site pages on Google

I'm trying to show a "map" of the site on Google when searched, but I'm not succeeding. Using the Yoast SEO plugin, I configured all the pages of the site, but I did not succeed. When you search the site on Google, only the home page a...
asked by 16.10.2017 / 13:26