Viktor Fröberg
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Plugin suggestion for memorial pageHi,
As one of the developers of the site in Example 1, I can tell you that it’s not built with a plugin, it’s an entirely custom solution.
My tip for you is to try to simplify what you’re looking for, how is what you’re asking for different from how WordPress handles blog posts?
Have a look at how Custom Post Types and Comments work.
If you don’t know how to code, there’s probably a plugin for creating Custom Post Types out there.
Forum: Plugins
In reply to: [ACF Content Analysis for Yoast SEO] Yoast XML sitemap unchangedHi,
That support topic is old, there is no longer any need to return an ID for the plugin to pick up images.
However, we currently don’t do anything with the sitemap, we only add ACF field data to Yoast’s content analysis.
It has been requested before though and an issue has been opened on Github/ Viktor
Forum: Plugins
In reply to: [ACF Content Analysis for Yoast SEO] WYSIWYG fields being ignoredHi!
Do you get any error message if you check the console in your browser?/ Viktor
Forum: Plugins
In reply to: [ACF Content Analysis for Yoast SEO] JS Error with PRO versionHi Ollie!
We are aware of the issues and will fix this in the upcoming release!
Sorry for any inconvenience, I’ll let you know here when it’s released!
/ Viktor
If you want to have a look, all development is done here.
Can’t really give an ETA, there are a few other bugs that need to be fixed before the next version is released.
I’ll let you know here when the new version is released!
Hi!
Thanks for your report, a fix for this is on it’s way!/ Viktor
Hi!
Thanks for your report, a fix for this is on it’s way!/ Viktor
Forum: Plugins
In reply to: [ACF Content Analysis for Yoast SEO] WYSIWYG fields being ignoredHi!
The current version works with WYSIWYG-fields. But, it will only add them to Yoast after the post is saved.This will be changed/fixed in the next version of the plugin, coming soon!
/ Viktor
Hi!
The Yoast-plugin will soon be discontinued in favor of this plugin with the release of the next version!/ Viktor
Hi! Sorry for the late reply.
This plugin adds all fields to the Yoast Analysis as they come from ACF. If you set up your image field to be returned as an image object, it will be seen as an image by Yoast. If an image-URL is returned there is currently no way for us to know that it’s an image and if it’s used as lets say a background image. The same is true if the image field is returned as an ID, Yoast will see this as a number.A rewrite of the plugin is comming, so this might change in the next version, but for now, make sure that all image fields that are used as img-tags on the site is returned as an image object.
/ Viktor
Hi!
Out of the box this plugin adds all fields to the Yoast analysis, including the Flexible Content label. It will not affect the real meta description.
To remove the Flexible Content label, add the following code to your functions.php file.
add_filter('ysacf_exclude_fields', function(){ return array( 'acf_fc_layout', ); });/ Viktor
Forum: Plugins
In reply to: [ACF Page Builder Field] Latest Site Orgins update causes fatal errorHi! I just released the new version, let me know how it works out!
/ Viktor
Forum: Plugins
In reply to: [ACF Page Builder Field] Still having issues pots 1.0.1 updateHi! I just released the new version, let me know how it works out!
/ Viktor
Forum: Plugins
In reply to: [ACF Page Builder Field] Latest Site Orgins update causes fatal errorHi!
We’re working on a fix here here. It just need a bit more testing. You’re more than welcome to try it out!