dudaster / ele-custom-skin

Create a skin for Elementor Pro Post and Post Archive widgets using Elementor templates
GNU General Public License v3.0
59 stars 10 forks source link

FacetWP + ACF (advanced custom fields) lose custom fields after filter applied #39

Closed designworksinteractive closed 5 years ago

designworksinteractive commented 5 years ago

The plugin is a fantastic Idea and very well Implemented and love using the elementor builder to create a loop but have run into issue with using FacetWP + ACF (advanced custom fields) as they lose custom fields on the cards after filter applied they are working perfectly before filter is applied.

Any help would be greatly appreciated :)

UPDATE - data is shown with manual page refresh

UNFILTERED CARDS unfiltered

FILTERED CARDS filtered

FILTERED CARDS + REFRESH filtered+page refresh

dudaster commented 5 years ago

A new version is up. Let me know if it’s working properly.

dudaster commented 5 years ago

Check if you have issues with php memory.

dudaster commented 5 years ago

Hmm, I’ll study it tomorrow, could be an Ajax issue.

designworksinteractive commented 5 years ago

ISSUE FIXED

1) install http://api.facetwp.com/addons/custom-hooks.zip

2) plugins/edit plugin

3) select "custom-hooks"

4) edit php file adding below code

<?php / Plugin Name: Custom Hooks Plugin URI: https://facetwp.com/ Description: A container for custom hooks Version: 1.0 Author: FacetWP, LLC /

add_action( 'wp_head', function() { ?>

<?php }, 100 );

oregonwebguy commented 4 years ago

I'm having trouble with FacetWP filters working on this page: https://www.thefrenchhistorypodcast.com/podcast/

I've tried the fix above, cleared all caches, and filters are still not working. Thanks for any help you can provide.