Questions tagged as 'plugin-wordpress'

1
answer

Redirect if the basket is empty | Woocommerce 3+

add_action( 'wp_footer', 'redirecionar' ); function redirecionar(){ global $woocommerce; if ( is_page('carrinho-de-compras') and !sizeof($woocommerce->cart->cart_contents) ) { wp_redirect( get_home_url() ); exit();...
asked by 24.05.2018 / 15:09
1
answer

Filetrip Plugin Gives Error - Wordpress

I have a wordpress form made with Caldera Forms plugin. I used the Filetrip plugin to upload the form files and send the e-mail link from those files, everything was working correctly until from NADA today, I can not upload files. I configure...
asked by 16.05.2018 / 17:32
0
answers

How to call a page template inside a shortcode?

I created a short code in a plugin that returns me from the database registered users and now I want it to open a profile view when I click on the name of that user, but I do not know how to create this new page template that will host X content...
asked by 22.05.2018 / 20:17
0
answers

Similar feature for infinite scrolling in WordPress page

In my WordPress site, a page was created with logs, documentation and other content (without posts). That will require a feature similar to "infinite scrolling," but applying to content when the page is rolled Note: All logs exist only on one...
asked by 13.05.2018 / 06:27
0
answers

How to add a file (.pdf, .mp4, .exe, etc ...) to a specific user in WooCommerce?

I want to share a file with a specific client, and that this file is added to your client area in "My Downloads", is it possible? Thanks in advance!     
asked by 05.05.2018 / 21:04
0
answers

Paging does not appear on screen

Could someone give me strength? I installed the wp-pagenavi plugin, but paging is not showing up ... <?php $args = array( 'post_type' => 'blog',...
asked by 03.05.2018 / 14:40
1
answer

Custom fields in the user registry

Hello, I need a plugin to create custom fields in the user registry and then display this information. For example. wanted a CPF field, Address, Phone, etc. Until I found a plugin, it is creating a field, but I have not figured out a way t...
asked by 03.05.2018 / 13:46
1
answer

Include Multiple Custom Post Type Files with Advanced Custom Fields

Good morning, I need to include several files in a Post Type, I'm using the Advanced Custom Fields (ACF), to create custom fields. Is it possible to do this without creating another post type just to include those files and relate them to the...
asked by 16.04.2018 / 15:26
0
answers

Curriculum Bank Plugin - Wordpress

I need to do this on an institutional site with curriculum management and vacancy records. I searched for Wordpress plugin but I did not succeed. Anyone have any suggestions? GRATO     
asked by 16.04.2018 / 20:32
1
answer

Enable Instagram Feed in the home (index) of the site

How do I put the Instagram Feed plugin feed on my homepage? The rest is quiet, but at the beginning I can not.     
asked by 11.09.2018 / 16:07