• Resolved mrrivest

    (@mrrivest)


    Hi Shawn,

    I am using Divi along with the Bloom Opt-In plugin. Your plugin works great, except it adds the Opt-in text and logo in the Instant Articles. What should I change in your .php file so it doesn’t add that part of my articles?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author shawfactor

    (@shawfactor)

    I am not familiar with that plug in but to be clear it is Bloom Opt-In which is adding the text to the feed, the way to fix would be to use remove_filter to selectively remove, with a test for is_feed(‘lh-instant-articles’), whatever filter Bloom Opt-In is adding to post_content

    Hopefully this gives you enough for you to write your own fix. Its easy enough but its not really a bug fix and I can’t write my plugin to handle every single incompatibility with other plugins that do things in a non standard way (like Bloom).

    It would take me 30 minutes to familiarise myself with Bloom Opt in and write the code. Happy to do, but this is a bit more than simple support so i’d charge a small fee (USD 25). I hope you understand

    Thread Starter mrrivest

    (@mrrivest)

    Thank you for your reply. Unfortunately customizing your plugin is a little over ly knowledge and I can’t seem to make it work. I would gladly pay you but I think 25$ is too much, considering people sell complete child themes for that price. For 10$ I would pay you now by Paypal.

    Thank you.

    Thread Starter mrrivest

    (@mrrivest)

    I know the exact Div class that needs to be ignored, but I don’t know how/where to input it in your .php file. Can you simply tell me the code I need to add and where to place it? Here’s te div that needs to be hidden:

    div.et_pb_code.et_pb_module.et_pb_code_0

    Thank you!

    Plugin Author shawfactor

    (@shawfactor)

    I repeat myself it’s not my plugin that needs to be changed. The only way to fix this is to override the bloom option plugin in.

    I don’t use any elegant themes products so if you want you can send me a copy of bloom opt in as zip via email on shawfactor at gmail dot com

    If it takes me less than 15 minutes to track down the offending code I’ll send you the patch for usd 10, I’m a professional though so I’m not going to waste too much time fixing someone else’s (bloom opt ins) sloppy work for peanuts.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cannot be combined with Bloom Opt-In (Divi)’ is closed to new replies.