donaldG2
Forum Replies Created
-
Forum: Plugins
In reply to: [Hotjar] The plugin does not have a valid header.Just tried this today and got the same error. Understand that I can download a previous version but I’ll hold out for a fix here. Thanks!
Forum: Plugins
In reply to: [Classic Editor] Image does not display when Caption ID is usedI think I might be experiencing something similar on a site using a pagebuilder that requires Classic Editor. I can’t quite narrow it down but basically the caption renders correctly on the front end once but if the page is updated then the markup on the front end of the page is the markup from the admin.
Forum: Plugins
In reply to: [ACF Media Credit] Credit fields missing in “Image Details” modalYeah, that’s just the way ACF fields work to my knowledge. I will take a peek and see if there’s anyway to make them show up but from my experience this isn’t typical of Advanced Custom Fields
Forum: Plugins
In reply to: [ACF Media Credit] Frontend output functionHmmm, that *shouldn’t* be the case at all. Can you point me to a URL or something? This plugin’s running on a number of sites at my work (it was developed in that context), like 20 sites, and none of them have this type of behavior. Also, do you have any other plugins modifying images in anyway? They could be conflicting. Try going through plugins and deactivating them to see if any are causing an issue.
Make sure your custom theme is either using the_content(); filter. If you’re adding ACF Content it should work out of the box with the acf_the_content(); filter that’s applied via the ACF plugin.
As I mentioned above, if you’re developing the theme and need to explicitly use a function to call the credit you can test some of these functions: https://dongaines.com/acf-media-credit/#functions
Also, note that the very first image on this page (https://dongaines.com/acf-media-credit/, the one on the left, not the big background image) doesn’t have a caption and is showing a credit.
In addition, are you running your own version of ACF or relying on the plugin version? If so, what version of ACF are you running and have you updated WordPress core to the latest (4.7) version? I’ve just upgraded my site to 4.7 and see no issues.
Forum: Plugins
In reply to: [Instant Articles for WP] Images and YoutubeHey soundforscher so it’s asking you to write custom Transformer Rules. A bit odd, I know. If you go to the settings page of the Instant Articles plugin and go down to the bottom you’ll see an empty checkbox that reads something like, “Allow custom transformer rules” and if you check that box you can then start writing custom transformer rules in that textarea that pops up. I can’t say for sure but I’ll be that some transformer rules like this would do the trick:
{ "rules": [ { "class": "ImageRule", "selector" : "div.wp-caption", "properties" : { "image.url" : { "type" : "string", "selector" : "img", "attribute": "src" }, "image.caption" : { "type" : "element", "selector" : "p.caption" }, } }, { "class": "InteractiveRule", "selector" : "div.flex-video-youtube", "properties" : { "interactive.iframe" : { "type" : "string", "selector" : "iframe", "attribute": "src" } } }, ] }
For more info see: https://developers.facebook.com/docs/instant-articles/sdk/
Forum: Plugins
In reply to: [ACF Media Credit] What is the Output functionClosing this ticket as it seems to be inactive. If you happen to come back to this feel free to open a new ticket or something!
Forum: Plugins
In reply to: [ACF Media Credit] Frontend output functionClosing this ticket as it seems to be inactive. If you happen to come back to this feel free to open a new ticket or something!
Forum: Plugins
In reply to: [ACF Media Credit] Frontend output functionShould work without any other steps but if you need to do something specific in your code you can try any of these: https://dongaines.com/acf-media-credit/
That help?
Forum: Plugins
In reply to: [ACF Media Credit] What is the Output functionHey, my apologies. For some reason I don’t get emails when a new support ticket is opened. There’s a list of functions and possibilities here for your coding purposes: https://dongaines.com/acf-media-credit/
That help?
Forum: Plugins
In reply to: [ACF Media Credit] add nofollow to linkadded filters for use to do this a little easier than filtering the content! @essentialsoflife and I resolved this over email. Thanks for the support too!
Forum: Plugins
In reply to: [ACF Media Credit] using with woocommerceI think this ought to do the trick for you, without using any kind of odd filters:
https://gist.github.com/donaldG/5f29bc8035b96d4034a1#file-woocommerce-php-L20Hey, sorry to be slow testing this out but it looks solid now! I entered a way too small image and it didn’t create a srcset, beautiful! Thanks so much Jasper!
Forum: Fixing WordPress
In reply to: WP Update Triggered Password Email For All UsersI’m experiencing this issue as well for a client of mine. Whenever she logs in to the site she gets sent a password reset notification. It appears to only be happening for her. The only plugin we had running that included the functions Otto mentioned was Infinite WP. I disabled the plugin but she’s still getting the emails. Any further thoughts on this?
Forum: Plugins
In reply to: [ACF Media Credit] Some content disapears when using pluginClosing this to try and get your attention so I can follow up and see if there’s actually something going on! Maybe you’d like to log the issue on the Git site? It’s a bit frustrating the WP support system doesn’t let me @ you or anything: https://github.com/donaldG/ACF-Media-Credit/issues
Forum: Plugins
In reply to: [ACF Media Credit] Some content disapears when using plugin@nef426 see my comments homie? I’d love to help you get this worked out.