Code Monkey home page Code Monkey logo

Comments (7)

jameelmoses avatar jameelmoses commented on July 17, 2024 1

@Djibdjib you also might want to check out https://github.com/jameelmoses/acf-flexible-content-extended/

It's a the newer version of the plugin where I added additional functionality.

from acf-flexible-content-preview.

jameelmoses avatar jameelmoses commented on July 17, 2024

Thanks for reporting, @Djibdjib. Can you post the exact error with the full stacktrace please? As an FYI, I've never tested the plugin with child themes.

from acf-flexible-content-preview.

Djibdjib avatar Djibdjib commented on July 17, 2024

Hi ! thx for your answer, i do not have an error message, i think that your apply_filters is not executed and WP does not return an error for that...

from acf-flexible-content-preview.

Djibdjib avatar Djibdjib commented on July 17, 2024

Okay @jameelmoses ! while reading your classes/main.php at line 135, i've found the str_replace wich gave problems to me !

To resume:

  • change add_filter like that : add_filter('acf-flexible-content-preview.images_path', function() { return "your/path"; });

  • If you have underscore inside your flexible acf name, you have to replace this by a dashe.

See you and thx for your job !

from acf-flexible-content-preview.

jameelmoses avatar jameelmoses commented on July 17, 2024

@Djibdjib yes, that's documented in the readme.

They should be named based on the layout's name (text_block) with underscores converted to dashes (text-block.jpg).

Everything working as expected now?

from acf-flexible-content-preview.

Djibdjib avatar Djibdjib commented on July 17, 2024

Yes, that's perfect ! do not forget to change add_filter instruction like in my previous post.

Thx a lot !

Regards

from acf-flexible-content-preview.

jameelmoses avatar jameelmoses commented on July 17, 2024

Great to hear! Hope you're enjoying the plugin.

from acf-flexible-content-preview.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.