nc_nc
Forum Replies Created
-
To register new thumbnail sizes, WordPress offers an API (https://developer.www.ads-software.com/reference/functions/add_image_size/). You can then use Real Thumbnail Generator to generate the missing images for all images that have already been uploaded.
Forum: Plugins
In reply to: [Simple Google reCAPTCHA] No mention if multiple domain names are supported?I tried the above but it removes the reCaptcha Google check from the login; which renders the plugin useless. I have 6 domain names that are using that one key … would that matter?
Forum: Plugins
In reply to: [Simple Google reCAPTCHA] No mention if multiple domain names are supported?I just found this: https://www.ads-software.com/support/topic/recaptcha-v2-with-multiple-domains/
That should work.Version 4.9.7 work perfectly. I somehow was still on 4.9.6. (not sure if that had anything to do with it)
I am sorry to not have gotten back to you sooner. I am struggling with getting my WP testing environment set up. Here a link to my struggles: https://wordpress.stackexchange.com/questions/375780/clone-wordpress-for-testing-on-localhost-with-fiddler
As so I got WP working the way intended, I will try your last suggestion of a reinstall.I removed all plugins, and the page loads.
I enable just RML and I get that error.FireFox and Chrome, SEO is displaying things like this
TGDG!!!!!!!!!R
.I am running WP 5.4.1 and The SEO Framework Version 4.0.7.
that was fast! thank you.
That is good news, I was using piklist on another WP install 5.+ and there the back end was all working well. Nice to see that 2.0 will soon be out.
good to know. Thank you.
My issue was really all that I needed to have a way to be able to print out the post. Somehow the template (theme) did not allow to print passed the 2nd page. I have it printed now so I do not really need to keep your (useful) plugin activated.
Thank you for all the very helpful support.
That would render WP useless…
It is not your pro version I have.
I have a multi domain site. Could this be the problem?
https://stackoverflow.com/questions/25702061/enable-cors-on-json-api-wordpress
These links you provided exposed password protected posts!
Is the plugin suppose to work like that? I hope not. This is the reason why I deactivated the plugin.
I have all my posts setup in another “category” (not sure if this is the right word for it.) So only had a few tester posts in Posts.
Sorry for that – I am still new to WP. Yes, you are right .net workings.
I will try adding:
<? header("Access-Control-Allow-Origin: *"); ?>
on the file api.php and see what I get.sorry, was looking at the wrong line. It is Version 1.6.1
The form action value is
<form action="https://www.filmfix.com/blog" method="get">
, but in my case it should go to<form action="https://www.filmfix.com/blog/blog" method="get">
.