ben.moody
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] WPSEO_Frontend_Primary_Category::post_link_category deprecatedJust updated, confirmed fixed on my end!
Thanks again!!
Forum: Plugins
In reply to: [Yoast SEO] WPSEO_Frontend_Primary_Category::post_link_category deprecatedCan confirm that commenting out lines:
wordpress-seo\admin\class-primary-term-admin.php:25
wordpress-seo\admin\class-primary-term-admin.php:26Removes the php warning. Hopefully no longer instantiating that class doesn’t have any negative effects.
@joostdevalk Will this be removed/addressed in future updates. I never feel comfortable with altering 3rd party plugin code directly like this.
Thanks again for the support and the awesome plugin!
Forum: Plugins
In reply to: [WP Headless CMS Framework] Admin menuHi @peixoto
I’ll take a look at this, thanks for the heads up
Forum: Plugins
In reply to: [WP Headless CMS Framework] Gutenberg REST dataHi @jabbadu
Thanks for the heads up, i’ll look into it this week and put out an update!
Forum: Plugins
In reply to: [WP Headless CMS Framework] Enable featuresSorry for the late reply, Looks like you figured it out.
Add that filter to a project plugin for theme functions.php file
Forum: Plugins
In reply to: [Autoptimize] New Jetpack Static File CDN SupportThat’s what i thought, but the site just added static files to their feature list (beyond just WP core files like jquery):
“Jetpack comes with a free Content Delivery Network (CDN) to optimize and deliver your photos and static files like CSS and JavaScript. What’s not to like?”
The feature may not be fully live yet. Going to test this further without Autoptimize active to see if the JS/CSS are hoisted to the CDN.
Cheers!
Forum: Plugins
In reply to: [WP Headless CMS Framework] Better code to remove endpointsHi Daniele
Thanks for this!
I’ve incorporated a version of this refactor into v1.1. Also added you to the credits in the readme!
I was never really happy with that code anyway, so thanks for the suggestion!
Forum: Plugins
In reply to: [Content Syndication Toolkit] Can no longer connectHi
Have you updated to the most recent version of the reader plugin?
Also can you obtain a copy of your server error logs, for both the master site and one of the reader sites? There maybe some clues in those
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] Changing language does not workHi,
Small errror in your code, return i18n_filename should be return $i18_filename (missing $ sign), see below:
add_filter( ‘prso_gform_pluploader_i18n_script’, ‘plupload_i18n’ ); function plupload_i18n( $i18n_filename ) { //Use nl,js file – remove .js from filename $i18n_filename = ‘nl’; return $i18n_filename; }
Forum: Plugins
In reply to: [Content Syndication Toolkit Reader] Content Pull not workingIf you can provide me with the syndication subscriber username and login you are using on your reader plugin i can test it on my end to see what happens.
Also let me know a list of the post titles which are not pulling for you.
It’s odd that it worked for some posts and not others
You can send it to me via the contact form on my website: benjaminmoody.com
Forum: Plugins
In reply to: [Content Syndication Toolkit Reader] Content Pull not workingHi
I don’t recommend buying the pro version if you can’t get the free version working.
1. Be sure that the posts you are trying to pull in are not already in your site. The importer looks for duplicate posts based on post title so if there are any posts with the same post title already in your site then they will be skipped.
2. This includes the trash folder as well
3. reset the index in the reader plugin (click button) then try to pull again
Forum: Plugins
In reply to: [Content Syndication Toolkit] Images mising on clientHi
What happens if you switch https://elektro-pollmeier.de/ to a default WordPress theme such as 2017, do the featured images show up?
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] Tipo de archivosHi
I don’t think those file types are on the allowed file types list for WordPress.
You will need to add them to the list of allowed file types:
Forum: Plugins
In reply to: [Content Syndication Toolkit] Can I disable auto canonical backlinks?Hi
Disabling canonical links is part of the advanced features in the Pro version of the plugin.
Thanks
Forum: Plugins
In reply to: [Content Syndication Toolkit] Client can’t connectHi Cary
The plugin should not create posts on the master site. This makes me question if your setup is correct.
Install the syndication plugin on the MASTER SITE, that is the site which holds the content you wish to push.
Install the partner syndication READER plugin on any site you wish to pull content from.
Create user accounts on the MASTER for each site you wish to pull content and make sure that their user role is set to synd sub.
Then go to each READER site and setup the reader plugin with the correct URL of the MASTER site as well as the login and password you just created for that site.
The plugin uses the WordPress import/export feature as such content flows OUT of the MASTER site to sites with the READER plugin installed. I honestly can’t see anyway at all the main syndication plugin could ever create content on the MASTER site.
Do you have the READER plugin installed on the MASTER site as well?